[gimp/gtk3-port: 137/227] 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: 137/227] app: use gdk_drag_context_get_selected_action() instead of conect->action
- Date: Tue, 16 Apr 2013 21:17:34 +0000 (UTC)
commit 8fa0f458f4dc5eb6214630101c7971a98f0458ff
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 | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/app/widgets/gimptoolbox.c b/app/widgets/gimptoolbox.c
index 48dc8f7..d4ae351 100644
--- a/app/widgets/gimptoolbox.c
+++ b/app/widgets/gimptoolbox.c
@@ -527,7 +527,8 @@ gimp_toolbox_drag_drop (GtkWidget *widget,
if (handled)
gtk_drag_finish (context,
TRUE /*success*/,
- (context->action == GDK_ACTION_MOVE) /*del*/,
+ gdk_drag_context_get_selected_action (context) ==
+ GDK_ACTION_MOVE /*del*/,
time);
return handled;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]