r1501 - in trunk/src/target/OM-2007/applications/openmoko-contacts: . src

thomas at sita.openmoko.org thomas at sita.openmoko.org
Mon Mar 26 12:59:56 CEST 2007


Author: thomas
Date: 2007-03-26 12:59:55 +0200 (Mon, 26 Mar 2007)
New Revision: 1501

Modified:
   trunk/src/target/OM-2007/applications/openmoko-contacts/ChangeLog
   trunk/src/target/OM-2007/applications/openmoko-contacts/src/contacts-ui.c
Log:
* src/contacts-ui.c: (contacts_setup_ui): Make sure we always create an
initial Groups menu. Fixes OpenMoko bug 314.


Modified: trunk/src/target/OM-2007/applications/openmoko-contacts/ChangeLog
===================================================================
--- trunk/src/target/OM-2007/applications/openmoko-contacts/ChangeLog	2007-03-26 10:52:01 UTC (rev 1500)
+++ trunk/src/target/OM-2007/applications/openmoko-contacts/ChangeLog	2007-03-26 10:59:55 UTC (rev 1501)
@@ -1,3 +1,8 @@
+2007-03-26  Thomas Wood  <thomas at openedhand.com>
+
+	* src/contacts-ui.c: (contacts_setup_ui): Make sure we always create an
+	initial Groups menu. Fixes OpenMoko bug 314.
+
 2007-03-19  Thomas Wood  <thomas at openedhand.com>
 
 	* src/contacts-callbacks-ebook.c: (contacts_added_cb),

Modified: trunk/src/target/OM-2007/applications/openmoko-contacts/src/contacts-ui.c
===================================================================
--- trunk/src/target/OM-2007/applications/openmoko-contacts/src/contacts-ui.c	2007-03-26 10:52:01 UTC (rev 1500)
+++ trunk/src/target/OM-2007/applications/openmoko-contacts/src/contacts-ui.c	2007-03-26 10:59:55 UTC (rev 1501)
@@ -95,6 +95,9 @@
 	/* create the ui */
 	contacts_ui_create (data);
 
+	/* Make sure we have an initial groups menu */
+	contacts_ui_update_groups_list (data);
+
 	/* Set transient parent for chooser */
 	if (data->ui->chooser_dialog)
 	{





More information about the commitlog mailing list