mirror of https://github.com/GNOME/gimp.git
Bug 555362 – gimp-remote is not working properly
2008-10-07 Michael Natterer <mitch@gimp.org> Bug 555362 – gimp-remote is not working properly * app/widgets/gimptoolbox-dnd.c (gimp_toolbox_dnd_init): add the window itself as drop traget again so gimp-remote works. svn path=/trunk/; revision=27164
This commit is contained in:
parent
62e7dcc640
commit
f6e04aed60
|
@ -1,3 +1,10 @@
|
||||||
|
2008-10-07 Michael Natterer <mitch@gimp.org>
|
||||||
|
|
||||||
|
Bug 555362 – gimp-remote is not working properly
|
||||||
|
|
||||||
|
* app/widgets/gimptoolbox-dnd.c (gimp_toolbox_dnd_init): add the
|
||||||
|
window itself as drop traget again so gimp-remote works.
|
||||||
|
|
||||||
2008-10-07 Michael Natterer <mitch@gimp.org>
|
2008-10-07 Michael Natterer <mitch@gimp.org>
|
||||||
|
|
||||||
* app/*/Makefile.am: reorder sections consistently. Remove
|
* app/*/Makefile.am: reorder sections consistently. Remove
|
||||||
|
|
|
@ -93,6 +93,9 @@ gimp_toolbox_dnd_init (GimpToolbox *toolbox)
|
||||||
|
|
||||||
dock = GIMP_DOCK (toolbox);
|
dock = GIMP_DOCK (toolbox);
|
||||||
|
|
||||||
|
gimp_dnd_uri_list_dest_add (GTK_WIDGET (toolbox),
|
||||||
|
gimp_toolbox_drop_uri_list,
|
||||||
|
dock->context);
|
||||||
gimp_dnd_uri_list_dest_add (toolbox->vbox,
|
gimp_dnd_uri_list_dest_add (toolbox->vbox,
|
||||||
gimp_toolbox_drop_uri_list,
|
gimp_toolbox_drop_uri_list,
|
||||||
dock->context);
|
dock->context);
|
||||||
|
|
Loading…
Reference in New Issue