1 --- ekiga/src/gui/main.cpp.ori 2007-01-25 15:13:24.063278000 +0800 2 +++ ekiga/src/gui/main.cpp 2007-01-25 15:31:22.613262000 +0800 3 @@ -3452,6 +3452,7 @@ 4 (gpointer) (toolbar_toggle_button_changed_cb), 5 (gpointer) VIDEO_DEVICES_KEY "enable_preview"); 6 7 + if (gm_conf_get_bool (VIDEO_DEVICES_KEY "enable_preview") != is_transmitting) 8 gtk_toggle_button_set_active (GTK_TOGGLE_BUTTON (mw->preview_button), is_transmitting); 9 10 g_signal_handlers_unblock_by_func (G_OBJECT (mw->preview_button), 11