aboutsummaryrefslogtreecommitdiff
path: root/src/mainwindow.c
diff options
context:
space:
mode:
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();
}
}