diff options
Diffstat (limited to 'src/widgets/gradient-image.cpp')
| -rw-r--r-- | src/widgets/gradient-image.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/widgets/gradient-image.cpp b/src/widgets/gradient-image.cpp index d13e8fd12..11d2d528a 100644 --- a/src/widgets/gradient-image.cpp +++ b/src/widgets/gradient-image.cpp @@ -44,6 +44,10 @@ static GtkWidgetClass *parent_class; GtkType sp_gradient_image_get_type (void) { + //TODO: switch to GObject + // GtkType and such calls were deprecated a while back with the + // introduction of GObject as a separate layer, with GType instead. --JonCruz + static GtkType type = 0; if (!type) { GtkTypeInfo info = { |
