summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rw-r--r--tools/mate-color-select.c2
1 files changed, 2 insertions, 0 deletions
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);