From 4999f10a06432c500ea7680434509befd02d9e8a Mon Sep 17 00:00:00 2001 From: Monsta Date: Wed, 29 Apr 2015 13:50:38 +0300 Subject: color select dialog: drop CSD/headerbar usage maybe it was relevant with GTK+ 3.12 where the developers forced CSD on all dialogs, but now it isn't. in GTK+ 3.14 they apparently realized they were wrong and stopped forcing CSD on dialogs: http://blogs.gnome.org/mclasen/2014/07/28/a-talk-in-9-images/ --- tools/mate-color-select.c | 6 ------ 1 file changed, 6 deletions(-) (limited to 'tools') diff --git a/tools/mate-color-select.c b/tools/mate-color-select.c index 9fad5c0..5870ab3 100644 --- a/tools/mate-color-select.c +++ b/tools/mate-color-select.c @@ -59,13 +59,7 @@ main (int argc, char **argv) /* initialize GTK+ */ gtk_init (&argc, &argv); -#if GTK_CHECK_VERSION (3, 12, 0) - color_dialog = mate_color_selection_dialog_new_with_header_bar (_("MATE Color Selection")); - gtk_header_bar_set_show_close_button (gtk_dialog_get_header_bar (GTK_DIALOG (color_dialog)), TRUE); -#else color_dialog = mate_color_selection_dialog_new (_("MATE Color Selection")); -#endif - mate_color_selection_set_has_palette (MATE_COLOR_SELECTION_DIALOG (color_dialog)->colorsel, TRUE); /* quit signal */ -- cgit v1.2.1