[balsa/wip/gtk4: 203/351] Return FALSE, not G_SOURCE_REMOVE



commit f4ebc88c42d42aab2c60a65b57470d90e1822e71
Author: Peter Bloomfield <PeterBloomfield bellsouth net>
Date:   Sat Mar 3 14:14:47 2018 -0500

    Return FALSE, not G_SOURCE_REMOVE
    
    … from a "draw" signal handler.

 src/balsa-mime-widget-text.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/balsa-mime-widget-text.c b/src/balsa-mime-widget-text.c
index aa9ffde..0c3ab0d 100644
--- a/src/balsa-mime-widget-text.c
+++ b/src/balsa-mime-widget-text.c
@@ -1044,7 +1044,7 @@ draw_cite_bars(GtkWidget * widget,
 
     g_list_foreach(mwt->cite_bar_list, (GFunc) draw_cite_bar_real, mwt);
 
-    return G_SOURCE_REMOVE;
+    return FALSE;
 }
 
 


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