gimp r27164 - in trunk: . app/widgets
- From: mitch svn gnome org
- To: svn-commits-list gnome org
- Subject: gimp r27164 - in trunk: . app/widgets
- Date: Tue, 7 Oct 2008 21:10:29 +0000 (UTC)
Author: mitch
Date: Tue Oct 7 21:10:29 2008
New Revision: 27164
URL: http://svn.gnome.org/viewvc/gimp?rev=27164&view=rev
Log:
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.
Modified:
trunk/ChangeLog
trunk/app/widgets/gimptoolbox-dnd.c
Modified: trunk/app/widgets/gimptoolbox-dnd.c
==============================================================================
--- trunk/app/widgets/gimptoolbox-dnd.c (original)
+++ trunk/app/widgets/gimptoolbox-dnd.c Tue Oct 7 21:10:29 2008
@@ -93,6 +93,9 @@
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);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]