[gimp] app: Remove more gimp-remote stuff
- From: Martin Nordholts <martinn src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp] app: Remove more gimp-remote stuff
- Date: Thu, 4 Aug 2011 19:12:15 +0000 (UTC)
commit 537dae8de75530f6daaa3c4f322595a6fac67752
Author: Martin Nordholts <martinn src gnome org>
Date: Thu Aug 4 21:09:50 2011 +0200
app: Remove more gimp-remote stuff
It's enough to setup gimp_toolbox_drop_uri_list() on the vbox.
app/widgets/gimptoolbox-dnd.c | 10 ----------
1 files changed, 0 insertions(+), 10 deletions(-)
---
diff --git a/app/widgets/gimptoolbox-dnd.c b/app/widgets/gimptoolbox-dnd.c
index 0c39df3..06563a4 100644
--- a/app/widgets/gimptoolbox-dnd.c
+++ b/app/widgets/gimptoolbox-dnd.c
@@ -94,16 +94,6 @@ gimp_toolbox_dnd_init (GimpToolbox *toolbox,
context = gimp_toolbox_get_context (toolbox);
- /* We need to set this on the toolbox to make gimp-remote
- * work. Remove this when we have gotten rid of gimp-remote.
- */
- gtk_drag_dest_set (GTK_WIDGET (toolbox),
- 0, NULL, 0,
- GDK_ACTION_COPY | GDK_ACTION_MOVE);
- gimp_dnd_uri_list_dest_add (GTK_WIDGET (toolbox),
- gimp_toolbox_drop_uri_list,
- context);
-
/* Before caling any dnd helper functions, setup the drag
* destination manually since we want to handle all drag events
* manually, otherwise we would not be able to give the drag handler
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]