Changeset 562
- Timestamp:
- 07/06/06 14:04:45
- Files:
-
- trunk/libtinymailui-gtk/tny-account-tree-model.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/libtinymailui-gtk/tny-account-tree-model.c
r556 r562 190 190 /* Prepend something to the list */ 191 191 me->first = g_list_prepend (me->first, item); 192 tny_account_tree_model_add (me, TNY_STORE_ACCOUNT_IFACE (item), gtk_tree_store_prepend); 192 tny_account_tree_model_add (me, TNY_STORE_ACCOUNT_IFACE (item), 193 gtk_tree_store_prepend); 193 194 194 195 g_mutex_unlock (me->iterator_lock); … … 204 205 /* Append something to the list */ 205 206 me->first = g_list_append (me->first, item); 206 207 tny_account_tree_model_add (me, TNY_STORE_ACCOUNT_IFACE (item),gtk_tree_store_append);207 tny_account_tree_model_add (me, TNY_STORE_ACCOUNT_IFACE (item), 208 gtk_tree_store_append); 208 209 209 210 g_mutex_unlock (me->iterator_lock);
