[gimp/gtk3-port: 132/391] 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/391] app: use gdk_drag_context_get_selected_action() instead of conect->action
- Date: Thu, 10 May 2018 16:01:43 +0000 (UTC)
commit de7205f2b53603780a7766ca78ebd1c5e22a590f
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]