diff options
author | Martin Wimpress <[email protected]> | 2015-05-20 22:52:09 +0100 |
---|---|---|
committer | Martin Wimpress <[email protected]> | 2015-05-20 22:52:09 +0100 |
commit | 823cfd550b4dd7c252c9b2bd1a9200e13d21f490 (patch) | |
tree | ad5c9977da8113c2e26970eb8f948e9201869253 /tools | |
parent | 8a0dbf82a78e5d0dfa3a365e066ba903420fea5a (diff) | |
parent | 4999f10a06432c500ea7680434509befd02d9e8a (diff) | |
download | mate-desktop-823cfd550b4dd7c252c9b2bd1a9200e13d21f490.tar.bz2 mate-desktop-823cfd550b4dd7c252c9b2bd1a9200e13d21f490.tar.xz |
Merge pull request #169 from monsta/csd-must-die
color select dialog: drop CSD/headerbar usage
Diffstat (limited to 'tools')
-rw-r--r-- | tools/mate-color-select.c | 6 |
1 files changed, 0 insertions, 6 deletions
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 */ |