2007-06-10 Johannes Schmid <johannes.schmid@openismus.com>
authorJohannes Schmid <johannes.schmid@openismus.com>
Sun, 10 Jun 2007 17:44:43 +0000 (17:44 +0000)
committerJohannes Schmid <johannes.schmid@openismus.com>
Sun, 10 Jun 2007 17:44:43 +0000 (17:44 +0000)
* src/maemo/modest-main-window.c: (sync_accounts_cb):
Fixed projects.maemo.org bug NB#56472 (not yet activated as there
is another problem with the code, see Murray\'s comment at line 772)

pmo-trunk-r2139

ChangeLog2
src/maemo/modest-main-window.c

index ea80e71..f9fd7fe 100644 (file)
@@ -1,3 +1,9 @@
+2007-06-10  Johannes Schmid <johannes.schmid@openismus.com>
+
+       * src/maemo/modest-main-window.c: (sync_accounts_cb):
+       Fixed projects.maemo.org bug NB#56472 (not yet activated as there
+       is another problem with the code, see Murray's comment at line 772)
+
 2007-06-08  Murray Cumming  <murrayc@murrayc.com>
 
        * src/maemo/easysetup/modest-easysetup-country-combo-box.h:
index 4d4add4..43b8a84 100644 (file)
@@ -564,7 +564,7 @@ connect_signals (ModestMainWindow *self)
 gboolean
 sync_accounts_cb (ModestMainWindow *win)
 {
-       modest_ui_actions_do_send_receive (NULL, MODEST_WINDOW (win));
+       modest_ui_actions_on_send_receive (NULL, MODEST_WINDOW (win));
        return FALSE; /* Do not call this idle handler again. */
 }
 #endif