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:
Michael Natterer 2008-10-07 21:10:29 +00:00 committed by Michael Natterer
parent 62e7dcc640
commit f6e04aed60
2 changed files with 10 additions and 0 deletions

View File

@ -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>
* app/*/Makefile.am: reorder sections consistently. Remove

View File

@ -93,6 +93,9 @@ gimp_toolbox_dnd_init (GimpToolbox *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_toolbox_drop_uri_list,
dock->context);