diff --git a/ChangeLog b/ChangeLog index 890a4cd2b7..d32030610a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2008-10-07 Michael Natterer + + 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 * app/*/Makefile.am: reorder sections consistently. Remove diff --git a/app/widgets/gimptoolbox-dnd.c b/app/widgets/gimptoolbox-dnd.c index 93cb09f76e..ff5754d07f 100644 --- a/app/widgets/gimptoolbox-dnd.c +++ b/app/widgets/gimptoolbox-dnd.c @@ -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);