[grisbi-devel] [PATCH 02/12] replace the "expose-event" signal by the "draw" signal for gtk3

pbiava pierre.biava at nerim.net
Mon Mar 4 21:19:31 CET 2013


---
 src/gtk_combofix.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/gtk_combofix.c b/src/gtk_combofix.c
index 07be33d..0e4ff6e 100644
--- a/src/gtk_combofix.c
+++ b/src/gtk_combofix.c
@@ -647,7 +647,7 @@ static void gtk_combofix_init ( GtkComboFix *combofix )
                         combofix,
                         G_CONNECT_AFTER | G_CONNECT_SWAPPED);
     g_signal_connect_swapped ( G_OBJECT ( combofix -> entry ),
-                        "expose-event",
+                        "draw",
                         G_CALLBACK ( gtk_combofix_expose_entry ),
                         combofix );
     g_signal_connect_after ( G_OBJECT ( combofix -> entry ),
-- 
1.8.1.5



More information about the devel mailing list