[gimp/gtk3-port: 132/444] app: use gdk_drag_context_get_selected_action() instead of conect->action
- From: Michael Natterer <mitch src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp/gtk3-port: 132/444] app: use gdk_drag_context_get_selected_action() instead of conect->action
- Date: Sun, 13 May 2018 20:10:39 +0000 (UTC)
commit 3272b5d9c1763b5cfced83b8ebab942c87f4f9ef
Author: Michael Natterer <mitch gimp org>
Date: Wed Dec 22 22:01:23 2010 +0100
app: use gdk_drag_context_get_selected_action() instead of conect->action
app/widgets/gimptoolbox.c | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/app/widgets/gimptoolbox.c b/app/widgets/gimptoolbox.c
index 896f87c..9187928 100644
--- a/app/widgets/gimptoolbox.c
+++ b/app/widgets/gimptoolbox.c
@@ -522,7 +522,10 @@ gimp_toolbox_drag_drop (GtkWidget *widget,
dropped = TRUE;
}
- gtk_drag_finish (context, dropped, (context->action == GDK_ACTION_MOVE), time);
+ gtk_drag_finish (context, dropped,
+ gdk_drag_context_get_selected_action (context) ==
+ GDK_ACTION_MOVE,
+ time);
return TRUE;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]