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

njp at sita.openmoko.org njp at sita.openmoko.org
Tue Jun 5 14:02:59 CEST 2007


Author: njp
Date: 2007-06-05 14:02:58 +0200 (Tue, 05 Jun 2007)
New Revision: 2161

Modified:
   trunk/src/target/OM-2007/applications/openmoko-dialer/src/dialer-window-history.c
Log:
gtk-2.6 fixes

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-05 11:27:56 UTC (rev 2160)
+++ trunk/src/target/OM-2007/applications/openmoko-dialer/src/dialer-window-history.c	2007-06-05 12:02:58 UTC (rev 2161)
@@ -636,6 +636,7 @@
 static gboolean
 history_add_entry (GtkListStore *store, MokoJournalEntry *j_entry)
 {
+  GtkTreeIter iter;
   const gchar *uid, *number;
   gchar *icon_name;
   const gchar *display_text;
@@ -688,7 +689,7 @@
   /* FIXME: look up uid */
   display_text = number;
   
-  gtk_list_store_insert_with_values (store, NULL, 0,
+  gtk_list_store_insert_with_values (store, &iter, 0,
       HISTORY_NUMBER_COLUMN, number,
       HISTORY_DSTART_COLUMN, dstart,
       HISTORY_ICON_NAME_COLUMN, icon_name,





More information about the commitlog mailing list