[evolution-patches] Fix for Bug #62970
- From: Rodney Dawes <dobey novell com>
- To: evolution-patches lists ximian com
- Subject: [evolution-patches] Fix for Bug #62970
- Date: Mon, 16 Aug 2004 14:52:14 -0400
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]