aboutsummaryrefslogtreecommitdiffstats
path: root/src/toolbar.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/toolbar.c')
-rwxr-xr-xsrc/toolbar.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/toolbar.c b/src/toolbar.c
index 146282058..ff28353a0 100755
--- a/src/toolbar.c
+++ b/src/toolbar.c
@@ -405,6 +405,11 @@ toolbar_init (Toolbar *t)
t->priv->ui_merge = NULL;
t->priv->visibility = TRUE;
+ egg_editable_toolbar_add_drag_type (EGG_EDITABLE_TOOLBAR (t),
+ EPHY_DND_TOPIC_TYPE);
+ egg_editable_toolbar_add_drag_type (EGG_EDITABLE_TOOLBAR (t),
+ EPHY_DND_URL_TYPE);
+
if (group == NULL)
{
char *user;