From b838c8c828d2d4e988b10b18f5f734f29bcac28c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ball=C3=B3=20Gy=C3=B6rgy?= Date: Wed, 29 Jul 2015 10:00:19 +0200 Subject: Fix missing icons on GTK3 with custom icon theme --- tools/mate-color-select.c | 1 + tools/mate-color-select.desktop.in.in | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'tools') diff --git a/tools/mate-color-select.c b/tools/mate-color-select.c index 5870ab3..73af718 100644 --- a/tools/mate-color-select.c +++ b/tools/mate-color-select.c @@ -58,6 +58,7 @@ main (int argc, char **argv) /* initialize GTK+ */ gtk_init (&argc, &argv); + gtk_window_set_default_icon_name ("gtk-select-color"); color_dialog = mate_color_selection_dialog_new (_("MATE Color Selection")); mate_color_selection_set_has_palette (MATE_COLOR_SELECTION_DIALOG (color_dialog)->colorsel, TRUE); diff --git a/tools/mate-color-select.desktop.in.in b/tools/mate-color-select.desktop.in.in index 99020b6..458ab6e 100644 --- a/tools/mate-color-select.desktop.in.in +++ b/tools/mate-color-select.desktop.in.in @@ -3,7 +3,7 @@ _Name=MATE Color Selection _GenericName=Color selection dialog _Comment=Choose colors from the palette or the screen Exec=mate-color-select -Icon=gcolor2 +Icon=gtk-select-color Terminal=false Type=Application Categories=GTK;Graphics; -- cgit v1.2.1