ekiga r6971 - in trunk: . lib/gui
- From: dsandras svn gnome org
- To: svn-commits-list gnome org
- Subject: ekiga r6971 - in trunk: . lib/gui
- Date: Sun, 14 Sep 2008 17:07:19 +0000 (UTC)
Author: dsandras
Date: Sun Sep 14 17:07:19 2008
New Revision: 6971
URL: http://svn.gnome.org/viewvc/ekiga?rev=6971&view=rev
Log:
Do no try setting invalid options as default.
Modified:
trunk/ChangeLog
trunk/lib/gui/gmconfwidgets.c
Modified: trunk/lib/gui/gmconfwidgets.c
==============================================================================
--- trunk/lib/gui/gmconfwidgets.c (original)
+++ trunk/lib/gui/gmconfwidgets.c Sun Sep 14 17:07:19 2008
@@ -404,7 +404,7 @@
0, 0, NULL,
(gpointer) string_option_menu_changed,
NULL);
- if (gtk_combo_box_get_active (GTK_COMBO_BOX (data)) != cpt)
+ if (cpt != count && gtk_combo_box_get_active (GTK_COMBO_BOX (data)) != cpt)
gtk_combo_box_set_active (GTK_COMBO_BOX (data), cpt);
g_signal_handlers_unblock_matched (G_OBJECT (e),
G_SIGNAL_MATCH_FUNC,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]