diff options
Diffstat (limited to 'src/ui/view/view-widget.cpp')
| -rw-r--r-- | src/ui/view/view-widget.cpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/ui/view/view-widget.cpp b/src/ui/view/view-widget.cpp index d1f9d677c..cf0f55f2c 100644 --- a/src/ui/view/view-widget.cpp +++ b/src/ui/view/view-widget.cpp @@ -30,7 +30,9 @@ static GtkEventBoxClass *widget_parent_class; GtkType sp_view_widget_get_type(void) { static GtkType type = 0; - + //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 if (!type) { GtkTypeInfo info = { (gchar*) "SPViewWidget", |
