add a file dnd dest for the toplevel toolbox widget too. Makes gimp-remote

2002-11-17  Michael Natterer  <mitch@gimp.org>

	* app/widgets/gimptoolbox.c (gimp_toolbox_new): add a file dnd
	dest for the toplevel toolbox widget too. Makes gimp-remote work
	again.
This commit is contained in:
Michael Natterer 2002-11-17 22:40:25 +00:00 committed by Michael Natterer
parent f480d1807c
commit 2612ba2ea2
2 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,9 @@
2002-11-17 Michael Natterer <mitch@gimp.org>
* app/widgets/gimptoolbox.c (gimp_toolbox_new): add a file dnd
dest for the toplevel toolbox widget too. Makes gimp-remote work
again.
2002-11-17 Michael Natterer <mitch@gimp.org>
* app/widgets/gimpdrawablelistview.c: removed #undef

View File

@ -472,6 +472,8 @@ gimp_toolbox_new (GimpDialogFactory *dialog_factory,
G_OBJECT (toolbox->wbox),
0);
gimp_dnd_file_dest_add (GTK_WIDGET (toolbox), gimp_dnd_open_files, NULL);
gimp_dnd_file_dest_add (toolbox->wbox, gimp_dnd_open_files, NULL);
gimp_dnd_viewable_dest_add (toolbox->wbox, GIMP_TYPE_LAYER,