From: Johannes Schmid Date: Sun, 10 Jun 2007 17:44:43 +0000 (+0000) Subject: 2007-06-10 Johannes Schmid X-Git-Tag: git_migration_finished~3362 X-Git-Url: http://git.maemo.org/git/?p=modest;a=commitdiff_plain;h=6aa04a4745825df25bc83dcccc764acce2803f5f 2007-06-10 Johannes Schmid * 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 --- diff --git a/ChangeLog2 b/ChangeLog2 index ea80e71..f9fd7fe 100644 --- a/ChangeLog2 +++ b/ChangeLog2 @@ -1,3 +1,9 @@ +2007-06-10 Johannes Schmid + + * 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 * src/maemo/easysetup/modest-easysetup-country-combo-box.h: diff --git a/src/maemo/modest-main-window.c b/src/maemo/modest-main-window.c index 4d4add4..43b8a84 100644 --- a/src/maemo/modest-main-window.c +++ b/src/maemo/modest-main-window.c @@ -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