diff options
author | Marco Pesenti Gritti <marco@it.gnome.org> | 2003-04-25 23:47:16 +0800 |
---|---|---|
committer | Marco Pesenti Gritti <mpeseng@src.gnome.org> | 2003-04-25 23:47:16 +0800 |
commit | 942e954a637fe6a462f3337c2aef8fa683877976 (patch) | |
tree | f9a87c359c797e26069796c58d8cd1855c2932ee /lib/egg/egg-editable-toolbar.c | |
parent | 7fcf1690b730892033993c1001c08666448f90b1 (diff) | |
download | gsoc2013-epiphany-942e954a637fe6a462f3337c2aef8fa683877976.tar gsoc2013-epiphany-942e954a637fe6a462f3337c2aef8fa683877976.tar.gz gsoc2013-epiphany-942e954a637fe6a462f3337c2aef8fa683877976.tar.bz2 gsoc2013-epiphany-942e954a637fe6a462f3337c2aef8fa683877976.tar.lz gsoc2013-epiphany-942e954a637fe6a462f3337c2aef8fa683877976.tar.xz gsoc2013-epiphany-942e954a637fe6a462f3337c2aef8fa683877976.tar.zst gsoc2013-epiphany-942e954a637fe6a462f3337c2aef8fa683877976.zip |
Update
2003-04-25 Marco Pesenti Gritti <marco@it.gnome.org>
* lib/egg/egg-editable-toolbar.c:
* lib/egg/eggtoolbar.c:
* lib/egg/eggtoolitem.c:
* lib/egg/eggtoolitem.h:
Update
Diffstat (limited to 'lib/egg/egg-editable-toolbar.c')
-rwxr-xr-x | lib/egg/egg-editable-toolbar.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/egg/egg-editable-toolbar.c b/lib/egg/egg-editable-toolbar.c index b024bf7df..a877eb96e 100755 --- a/lib/egg/egg-editable-toolbar.c +++ b/lib/egg/egg-editable-toolbar.c @@ -628,6 +628,7 @@ egg_editable_toolbar_set_drag_dest (EggEditableToolbar *etoolbar, if (strcmp (toolbar_name, name) == 0) { GtkWidget *widget = get_toolbar_nth (etoolbar, i); + gtk_drag_dest_unset (widget); gtk_drag_dest_set (widget, GTK_DEST_DEFAULT_DROP, targets, n_targets, |