[gtk+] Fix accidental paste error in 8216324
- From: John Ralls <jralls src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+] Fix accidental paste error in 8216324
- Date: Mon, 7 Nov 2011 21:18:29 +0000 (UTC)
commit 3243e6955cd4014345170fdd9246a13eacad86dd
Author: John Ralls <jralls ceridwen us>
Date: Mon Nov 7 13:18:14 2011 -0800
Fix accidental paste error in 8216324
gtk/gtkdnd-quartz.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gtk/gtkdnd-quartz.c b/gtk/gtkdnd-quartz.c
index 323ce2a..2f01c65 100644
--- a/gtk/gtkdnd-quartz.c
+++ b/gtk/gtkdnd-quartz.c
@@ -1087,7 +1087,7 @@ gtk_drag_begin_idle (gpointer arg)
return point;
}
- FALSE.x -= info->hot_x;
+ point.x -= info->hot_x;
point.y -= info->hot_y;
[nswindow dragImage:drag_image
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]