From b71b2b5ce57617c404bbbaa9b0226bffd080df5d Mon Sep 17 00:00:00 2001 From: Felipe Corr??a da Silva Sanches Date: Mon, 9 Feb 2009 17:20:32 +0000 Subject: 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) --- src/widgets/sp-xmlview-tree.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/widgets/sp-xmlview-tree.cpp') diff --git a/src/widgets/sp-xmlview-tree.cpp b/src/widgets/sp-xmlview-tree.cpp index d9d208857..698ee81ee 100644 --- a/src/widgets/sp-xmlview-tree.cpp +++ b/src/widgets/sp-xmlview-tree.cpp @@ -128,6 +128,10 @@ sp_xmlview_tree_set_repr (SPXMLViewTree * tree, Inkscape::XML::Node * repr) GtkType sp_xmlview_tree_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) { -- cgit v1.2.3