aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorHiro <Hiro@ee746299-78ed-0310-b773-934348b2243d>2006-11-24 12:31:58 +0000
committerHiro <Hiro@ee746299-78ed-0310-b773-934348b2243d>2006-11-24 12:31:58 +0000
commit71db95383d7e4fe625fd962611c90d830a42b157 (patch)
tree73b6316ba7d8bd77e97cd42e48c4addbff6a8d24 /src
parentb709c90f16a599e12ed745dff3ed371d82f11200 (diff)
modified current account change,.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1340 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'src')
-rw-r--r--src/mainwindow.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainwindow.c b/src/mainwindow.c
index cb8c3d92..3c37184a 100644
--- a/src/mainwindow.c
+++ b/src/mainwindow.c
@@ -3483,7 +3483,7 @@ static void new_account_cb(MainWindow *mainwin, guint action,
static void account_selector_menu_cb(GtkMenuItem *menuitem, gpointer data)
{
cur_account = (PrefsAccount *)data;
- main_window_reflect_prefs_all();
+ main_window_show_cur_account(main_window_get());
}
static void account_receive_menu_cb(GtkMenuItem *menuitem, gpointer data)