diff options
author | Stefano Karapetsas <[email protected]> | 2014-06-26 14:56:41 +0200 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2014-06-26 14:56:41 +0200 |
commit | c3fc9b3e52b0c31c6c880b753ed370d9b6187c7b (patch) | |
tree | e569c3e61503945014420310e2a168fe2f064ec4 /tools/mate-color-select.c | |
parent | 2e6259e8176c8ba29800c2716caa10d726e38ac3 (diff) | |
download | mate-desktop-c3fc9b3e52b0c31c6c880b753ed370d9b6187c7b.tar.bz2 mate-desktop-c3fc9b3e52b0c31c6c880b753ed370d9b6187c7b.tar.xz |
MateColorSelection: Use colors from GTK3 palette
Diffstat (limited to 'tools/mate-color-select.c')
-rw-r--r-- | tools/mate-color-select.c | 2 |
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); |