r2222 - trunk/src/target/OM-2007/applications/openmoko-dialer/src

njp at sita.openmoko.org njp at sita.openmoko.org
Tue Jun 12 15:00:40 CEST 2007


Author: njp
Date: 2007-06-12 15:00:39 +0200 (Tue, 12 Jun 2007)
New Revision: 2222

Modified:
   trunk/src/target/OM-2007/applications/openmoko-dialer/src/dialer-window-history.c
Log:
Update counter when a new entry is added

Modified: trunk/src/target/OM-2007/applications/openmoko-dialer/src/dialer-window-history.c
===================================================================
--- trunk/src/target/OM-2007/applications/openmoko-dialer/src/dialer-window-history.c	2007-06-12 11:45:33 UTC (rev 2221)
+++ trunk/src/target/OM-2007/applications/openmoko-dialer/src/dialer-window-history.c	2007-06-12 13:00:39 UTC (rev 2222)
@@ -1034,7 +1034,7 @@
   g_return_if_fail (p_dialer_data);
   
   g_print ("A new entry has been added\n");
-  
+ 
   /* We're not interested in anything other than voice entrys */
   if (moko_journal_entry_get_type (j_entry) != VOICE_JOURNAL_ENTRY)
   {
@@ -1044,6 +1044,5 @@
   /* Get the list store*/
   list_store = p_dialer_data->g_list_store;
   history_add_entry (list_store, j_entry);
+  history_update_counter (p_dialer_data);
 }
-
-





More information about the commitlog mailing list