2007-08-14 Murray Cumming <murrayc@murrayc.com>
authorMurray Cumming <murrayc@murrayc.com>
Tue, 14 Aug 2007 10:59:57 +0000 (10:59 +0000)
committerMurray Cumming <murrayc@murrayc.com>
Tue, 14 Aug 2007 10:59:57 +0000 (10:59 +0000)
* src/modest-tny-account-store.c: (modest_tny_account_store_new):
Comment out part of the last commit because it apparently causes
a hang.

pmo-trunk-r2983

ChangeLog2
src/modest-tny-account-store.c

index 980cbc9..e160f7e 100644 (file)
@@ -1,5 +1,11 @@
 2007-08-14  Murray Cumming  <murrayc@murrayc.com>
 
+       * src/modest-tny-account-store.c: (modest_tny_account_store_new):
+       Comment out part of the last commit because it apparently causes 
+       a hang.
+
+2007-08-14  Murray Cumming  <murrayc@murrayc.com>
+
        * src/modest-tny-account-store.c: Added the add_mmc_account() 
        function to save some copy/pasting.
        (modest_tny_account_store_new): If the memory card is mounted, 
index 18f08ad..4ec859e 100644 (file)
@@ -910,7 +910,11 @@ modest_tny_account_store_new (ModestAccountMgr *account_mgr,
                MODEST_MCC1_VOLUMEPATH);
        if (volume) {
                /* It is mounted: */
+               
+               /* TODO: Reneable this. Apaprently it causes a hang: */
+               #if 0
                add_mmc_account (MODEST_TNY_ACCOUNT_STORE (obj), FALSE /* don't emit the insert signal. */); 
+               #endif
                gnome_vfs_volume_unref(volume);
        }