summaryrefslogtreecommitdiffstats
path: root/src/widgets/gradient-image.cpp
diff options
context:
space:
mode:
authorFelipe Corr??a da Silva Sanches <juca@members.fsf.org>2009-02-09 17:20:32 +0000
committerJucaBlues <JucaBlues@users.sourceforge.net>2009-02-09 17:20:32 +0000
commitb71b2b5ce57617c404bbbaa9b0226bffd080df5d (patch)
treeefc941a6e3a8e9d12c8b0c22ce31ea3db31b4505 /src/widgets/gradient-image.cpp
parentgcc warning cleanup (diff)
downloadinkscape-b71b2b5ce57617c404bbbaa9b0226bffd080df5d.tar.gz
inkscape-b71b2b5ce57617c404bbbaa9b0226bffd080df5d.zip
adding comments/TODOs and/or reverting some of the things done in r20655
due to JonCruz considerations about the proper way of doing it. (bzr r7254)
Diffstat (limited to 'src/widgets/gradient-image.cpp')
-rw-r--r--src/widgets/gradient-image.cpp4
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 = {