[balsa/wip/gtk4: 4/351] Another fix



commit 259942efe341cfc9d43a454f44cc1a51460af111
Author: Peter Bloomfield <PeterBloomfield bellsouth net>
Date:   Tue Oct 3 20:16:56 2017 -0400

    Another fix

 libbalsa/libbalsa-gpgme-cb.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/libbalsa/libbalsa-gpgme-cb.c b/libbalsa/libbalsa-gpgme-cb.c
index b3320c9..5d0212d 100644
--- a/libbalsa/libbalsa-gpgme-cb.c
+++ b/libbalsa/libbalsa-gpgme-cb.c
@@ -139,7 +139,7 @@ key_button_event_press_cb(GtkWidget * widget,
 
     g_return_val_if_fail(event != NULL, FALSE);
 
-    if (gdk_event_get_event_type(event) != GDK_2BUTTON_PRESS ||
+    if (gdk_event_get_event_type(event) != GDK_DOUBLE_BUTTON_PRESS ||
         !gdk_event_get_coords(event, &x_win, &y_win)) {
         return FALSE;
     }


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