From: Sergio Villar Senin Date: Tue, 16 Jun 2009 08:48:21 +0000 (+0200) Subject: Auto update is not a GtkCheckButton. Play sound button is not present in the global... X-Git-Tag: 3.0.17-rc16~23 X-Git-Url: http://git.maemo.org/git/?p=modest;a=commitdiff_plain;h=2f39f8b19cfc9d68159a0dd4c813cff348fa57fe Auto update is not a GtkCheckButton. Play sound button is not present in the global settings dialog for Hildon2 --- diff --git a/src/hildon2/modest-hildon2-global-settings-dialog.c b/src/hildon2/modest-hildon2-global-settings-dialog.c index 0fb6e4b..7b5c908 100644 --- a/src/hildon2/modest-hildon2-global-settings-dialog.c +++ b/src/hildon2/modest-hildon2-global-settings-dialog.c @@ -515,9 +515,6 @@ modest_hildon2_global_settings_dialog_load_settings (ModestGlobalSettingsDialog (gpointer) &combo_id); ppriv->initial_state.connect_via = combo_id; - /* Emit toggled to update the visibility of connect_by caption */ - gtk_toggle_button_toggled (GTK_TOGGLE_BUTTON (ppriv->auto_update)); - /* Update interval */ combo_id = modest_conf_get_int (conf, MODEST_CONF_UPDATE_INTERVAL, &error); if (error) { @@ -548,7 +545,6 @@ modest_hildon2_global_settings_dialog_load_settings (ModestGlobalSettingsDialog error = NULL; checked = FALSE; } - gtk_toggle_button_set_active (GTK_TOGGLE_BUTTON (ppriv->play_sound), checked); ppriv->initial_state.play_sound = checked; /* Msg format */