[evolution] I#276 - Runtime warning when resizing table column



commit beffa6204da07ce7fc80054c610733ba539303f6
Author: Milan Crha <mcrha redhat com>
Date:   Mon Feb 17 18:45:45 2020 +0100

    I#276 - Runtime warning when resizing table column
    
    Closes https://gitlab.gnome.org/GNOME/evolution/issues/276

 src/e-util/e-table-header-item.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/e-util/e-table-header-item.c b/src/e-util/e-table-header-item.c
index 0d3c66afbd..5b0d0342d8 100644
--- a/src/e-util/e-table-header-item.c
+++ b/src/e-util/e-table-header-item.c
@@ -1994,7 +1994,7 @@ ethi_event (GnomeCanvasItem *item,
                                        GDK_BUTTON_RELEASE_MASK,
                                        ethi->resize_cursor,
                                        event_device,
-                                       event_time));
+                                       event_time) == GDK_GRAB_SUCCESS);
                        }
 
                        new_width = x - ethi->resize_start_pos;


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