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, 3 insertions, 2 deletions
diff --git a/src/toolbar.c b/src/toolbar.c
index abf2477ef..6cebc97e5 100755
--- a/src/toolbar.c
+++ b/src/toolbar.c
@@ -55,8 +55,9 @@ toolbar_get_property (GObject *object,
GParamSpec *pspec);
static GtkTargetEntry drag_targets[] = {
- { EPHY_DND_TOPIC_TYPE, 0, 0 },
- { EPHY_DND_BOOKMARK_TYPE, 0, 1 },
+ { EGG_TOOLBAR_ITEM_TYPE, 0, 0 },
+ { EPHY_DND_TOPIC_TYPE, 0, 1 },
+ { EPHY_DND_BOOKMARK_TYPE, 0, 2 },
};
static int n_drag_targets = G_N_ELEMENTS (drag_targets);