Changeset 562

Show
Ignore:
Timestamp:
07/06/06 14:04:45
Author:
pvanhoof
Message:

ui fix

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/libtinymailui-gtk/tny-account-tree-model.c

    r556 r562  
    190190        /* Prepend something to the list */ 
    191191        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); 
    193194 
    194195        g_mutex_unlock (me->iterator_lock); 
     
    204205        /* Append something to the list */ 
    205206        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); 
    208209 
    209210        g_mutex_unlock (me->iterator_lock);