[evolution-patches] Fix for Bug #62970



This changes the activate signal to changed, to fix #62970 in
the timezone editor dialog.

-- dobey

Index: e-timezone-dialog/e-timezone-dialog.c
===================================================================
RCS file: /cvs/gnome/evolution/widgets/e-timezone-dialog/e-timezone-dialog.c,v
retrieving revision 1.13
diff -u -r1.13 e-timezone-dialog.c
--- e-timezone-dialog/e-timezone-dialog.c	20 May 2004 20:13:12 -0000	1.13
+++ e-timezone-dialog/e-timezone-dialog.c	16 Aug 2004 18:48:45 -0000
@@ -269,7 +269,7 @@
         g_signal_connect (map, "visibility-notify-event", G_CALLBACK (on_map_visibility_changed), etd);
 	g_signal_connect (map, "button-press-event", G_CALLBACK (on_map_button_pressed), etd);
 
-	g_signal_connect (GTK_COMBO (priv->timezone_combo)->entry, "activate", G_CALLBACK (on_combo_changed), etd);
+	g_signal_connect (GTK_COMBO (priv->timezone_combo)->entry, "changed", G_CALLBACK (on_combo_changed), etd);
 
 	return etd;
 


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