aboutsummaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-09-01 08:02:49 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-09-01 08:02:49 +0000
commit245e51201e3238e6f19061f389850c7db304c8f3 (patch)
tree573636c99efa47e893ec743f82848e793cdf815e /src/main.c
parentb0fb0f8b018364931477614a6c1fe3e8e2ceeb7d (diff)
separated UI code from account.c.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@537 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/main.c b/src/main.c
index d5484fe7..5bb948ae 100644
--- a/src/main.c
+++ b/src/main.c
@@ -59,6 +59,7 @@
#include "prefs_actions.h"
#include "prefs_display_header.h"
#include "account.h"
+#include "account_dialog.h"
#include "procmsg.h"
#include "filter.h"
#include "inc.h"
@@ -222,6 +223,8 @@ int main(int argc, char *argv[])
#endif
account_read_config_all();
+ account_set_menu();
+ main_window_reflect_prefs_all();
if (folder_read_list() < 0) {
setup(mainwin);