summaryrefslogtreecommitdiff
path: root/gtk/gtktreednd.c
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/gtktreednd.c')
-rw-r--r--gtk/gtktreednd.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/gtk/gtktreednd.c b/gtk/gtktreednd.c
index 49b0054727..1f5d99d2f4 100644
--- a/gtk/gtktreednd.c
+++ b/gtk/gtktreednd.c
@@ -43,7 +43,8 @@ gtk_tree_drag_source_get_type (void)
NULL
};
- our_type = g_type_register_static (G_TYPE_INTERFACE, I_("GtkTreeDragSource"),
+ our_type = g_type_register_static (G_TYPE_INTERFACE,
+ I_("GtkTreeDragSource"),
&our_info, 0);
}