diff options
author | Matthias Clasen <mclasen@redhat.com> | 2012-02-03 20:38:21 -0500 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2012-02-14 16:36:55 -0500 |
commit | cb128cc6e97e88436b2173c518b4c324dcda6c71 (patch) | |
tree | 9a098ddb3ea126e80726127916a1f66d63df7844 /gtk/gtkcolorscale.c | |
parent | 23a5f7a22c6fda1e28415584e2b266b9ce1fe3ef (diff) | |
download | gtk+-cb128cc6e97e88436b2173c518b4c324dcda6c71.tar.gz |
Deprecate old color selection widgets
GtkColorSelectionDialog, GtkColorSelection and GtkHSV have
been superseded by the GtkColorChooser* family of widgets.
Diffstat (limited to 'gtk/gtkcolorscale.c')
-rw-r--r-- | gtk/gtkcolorscale.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkcolorscale.c b/gtk/gtkcolorscale.c index fb0f5dbe88..e7ca4bf836 100644 --- a/gtk/gtkcolorscale.c +++ b/gtk/gtkcolorscale.c @@ -20,7 +20,7 @@ #include "config.h" #include "gtkcolorscale.h" -#include "gtkhsv.h" +#include "gtkcolorutils.h" #include "gtkorientable.h" #include "gtkstylecontext.h" #include "gtkaccessible.h" |