~mdoyen/homebank/trunk

« back to all changes in this revision

Viewing changes to src/ui-assign.c

  • Committer: Maxime Doyen
  • Date: 2020-09-06 09:50:00 UTC
  • Revision ID: homebank@free.fr-20200906095000-05h4na2yv8ab58p5
5.4.3 release

Show diffs side-by-side

added added

removed removed

Lines of Context:
111
111
                name = entry->search;
112
112
 
113
113
        #if MYDEBUG
114
 
                string = g_strdup_printf ("[%d] %s", entry->key, name );
 
114
                string = g_strdup_printf ("k[%d] p[%d] %s", entry->key, entry->pos, name );
115
115
                g_object_set(renderer, "text", string, NULL);
116
116
                g_free(string);
117
117
        #else
225
225
        {
226
226
        Assign *item = list->data;
227
227
 
228
 
                DB( g_print(" populate: %d\n", item->key) );
 
228
                DB( g_print(" populate: k%d p%d '%s'\n", item->key, item->pos, item->notes) );
229
229
 
230
230
                gtk_list_store_append (GTK_LIST_STORE(model), &iter);
231
231
                gtk_list_store_set (GTK_LIST_STORE(model), &iter,