aboutsummaryrefslogtreecommitdiff
path: root/src/mainwindow.c
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2007-04-19 02:22:46 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2007-04-19 02:22:46 +0000
commit6e63f1be265a5173c59d169e5c18719d8055ae3f (patch)
treebd0293e13ba121bd3675d2c4f9a25a8b4f27d6b0 /src/mainwindow.c
parent1702d718f65011b1566727e087a56ff96320f7d0 (diff)
write config file after toolbar customization.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1655 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'src/mainwindow.c')
-rw-r--r--src/mainwindow.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mainwindow.c b/src/mainwindow.c
index 1227344d..2d979873 100644
--- a/src/mainwindow.c
+++ b/src/mainwindow.c
@@ -2820,6 +2820,7 @@ static void toolbar_customize(GtkWidget *widget, gpointer data)
prefs_common.main_toolbar_setting =
prefs_toolbar_get_name_list_from_item_list(item_list);
g_list_free(item_list);
+ prefs_common_write_config();
}
}