Changeset 3747
- Timestamp:
- 08/28/08 09:36:54
- Files:
-
- trunk/libtinymail-camel/tny-camel-pop-store-account.c (modified) (1 diff)
- trunk/libtinymail/tny-status.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/libtinymail-camel/tny-camel-pop-store-account.c
r3711 r3747 100 100 priv->managed_folders = g_list_remove_all (priv->managed_folders, folder); 101 101 g_static_rec_mutex_unlock (priv->factory_lock); 102 if ( ppriv->inbox== folder) {102 if (((GObject *) ppriv->inbox) == folder) { 103 103 ppriv->inbox = NULL; 104 104 } trunk/libtinymail/tny-status.c
r3666 r3747 321 321 322 322 static gpointer 323 tny_status_code_register_type ( void)323 tny_status_code_register_type (gpointer notused) 324 324 { 325 325 GType etype = 0;
