diff options
author | Manish Singh <yosh@gimp.org> | 2002-10-07 19:10:39 +0000 |
---|---|---|
committer | Manish Singh <yosh@src.gnome.org> | 2002-10-07 19:10:39 +0000 |
commit | 55704fc7c1b5429bf8cc7e8100893b01898a9fe8 (patch) | |
tree | 10a62005decc56928e7d5730c7f84691796b8a40 /gtk/gtktreednd.c | |
parent | c1fff202edabc843327c94d35ad5f2da977f9957 (diff) | |
download | gtk+-55704fc7c1b5429bf8cc7e8100893b01898a9fe8.tar.gz |
Deprecation cleanup
Mon Oct 7 11:59:33 2002 Manish Singh <yosh@gimp.org>
* gtk/gtkliststore.[ch] gtk/gtktreedatalist.[ch] gtk/gtktreednd.c
gtk/gtktreemodel.[ch] gtk/gtktreemodelsort.[ch]
gtk/gtktreeselection.[ch] gtk/gtktreesortable.[ch]
gtk/gtktreestore.[ch]: Deprecation cleanup
Diffstat (limited to 'gtk/gtktreednd.c')
-rw-r--r-- | gtk/gtktreednd.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gtk/gtktreednd.c b/gtk/gtktreednd.c index 8fbeabb2d7..09718a799b 100644 --- a/gtk/gtktreednd.c +++ b/gtk/gtktreednd.c @@ -40,7 +40,8 @@ gtk_tree_drag_source_get_type (void) NULL }; - our_type = g_type_register_static (G_TYPE_INTERFACE, "GtkTreeDragSource", &our_info, 0); + our_type = g_type_register_static (G_TYPE_INTERFACE, "GtkTreeDragSource", + &our_info, 0); } return our_type; |