[evolution] EDayView: Fix a typo.



commit 1d3ccfb8e6ee69403eb6237692222a112e7b400d
Author: Matthew Barnes <mbarnes redhat com>
Date:   Thu Nov 29 14:20:17 2012 -0500

    EDayView: Fix a typo.

 calendar/gui/e-day-view.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/calendar/gui/e-day-view.c b/calendar/gui/e-day-view.c
index 5c3b4f2..306755e 100644
--- a/calendar/gui/e-day-view.c
+++ b/calendar/gui/e-day-view.c
@@ -3713,7 +3713,7 @@ e_day_view_on_event_click (EDayView *day_view,
 			NULL,
 			event_time);
 
-		if (grab_status != GDK_GRAB_SUCCESS) {
+		if (grab_status == GDK_GRAB_SUCCESS) {
 			day_view->resize_event_day = day;
 			day_view->resize_event_num = event_num;
 			day_view->resize_drag_pos = pos;



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]