Changeset 860
- Timestamp:
- 09/01/06 00:45:56
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/libtinymail-gnome-desktop/tny-account-store.c
r856 r860 377 377 g_free (key); 378 378 379 380 379 if (type && G_LIKELY (!g_ascii_strncasecmp (type, "transport", 9))) 381 380 { … … 478 477 tny_account_iface_set_pass_func (TNY_ACCOUNT_IFACE (account), 479 478 per_account_get_pass_func); 480 479 481 480 tny_list_iface_prepend (list, (GObject*)account); 482 481 g_object_unref (G_OBJECT (account));
