From c3fc9b3e52b0c31c6c880b753ed370d9b6187c7b Mon Sep 17 00:00:00 2001 From: Stefano Karapetsas Date: Thu, 26 Jun 2014 14:56:41 +0200 Subject: MateColorSelection: Use colors from GTK3 palette --- tools/mate-color-select.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tools') diff --git a/tools/mate-color-select.c b/tools/mate-color-select.c index 5ef4785..ed4f18c 100644 --- a/tools/mate-color-select.c +++ b/tools/mate-color-select.c @@ -49,6 +49,8 @@ main (int argc, char **argv) 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 */ g_signal_connect (color_dialog, "destroy", gtk_main_quit, NULL); -- cgit v1.2.1