Changeset 860

Show
Ignore:
Timestamp:
09/01/06 00:45:56
Author:
pvanhoof
Message:

Little fix

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/libtinymail-gnome-desktop/tny-account-store.c

    r856 r860  
    377377                g_free (key); 
    378378             
    379              
    380379                if (type && G_LIKELY (!g_ascii_strncasecmp (type, "transport", 9))) 
    381380                { 
     
    478477                        tny_account_iface_set_pass_func (TNY_ACCOUNT_IFACE (account), 
    479478                                per_account_get_pass_func); 
    480  
     479                     
    481480                        tny_list_iface_prepend (list, (GObject*)account); 
    482481                        g_object_unref (G_OBJECT (account));