aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/main.c
diff options
context:
space:
mode:
authorStig Bjørlykke <stig@bjorlykke.org>2008-08-09 16:14:34 +0000
committerStig Bjørlykke <stig@bjorlykke.org>2008-08-09 16:14:34 +0000
commite0740e22e51dfc739ea0432aa7de5bade153517b (patch)
tree07058dbe6dcd452450a8b11b2669b03a706bca6c /gtk/main.c
parentd182dfab2192f50f32b855e5d618815305989931 (diff)
Remove the "Save column widths" option so we always save the widths.
svn path=/trunk/; revision=25968
Diffstat (limited to 'gtk/main.c')
-rw-r--r--gtk/main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/main.c b/gtk/main.c
index e5cc63fc9f..fdf393277f 100644
--- a/gtk/main.c
+++ b/gtk/main.c
@@ -2444,7 +2444,7 @@ main(int argc, char *argv[])
menu_auto_scroll_live_changed(auto_scroll_live);
#endif
- switch (user_font_apply(prefs->gui_geometry_save_column_width)) {
+ switch (user_font_apply()) {
case FA_SUCCESS:
break;
case FA_FONT_NOT_RESIZEABLE:
@@ -3305,5 +3305,5 @@ void change_configuration_profile (const gchar *profile_name)
packet_list_recreate ();
status_expert_update();
cfile.cinfo.columns_changed = FALSE; /* Reset value */
- user_font_apply(prefs.gui_geometry_save_column_width);
+ user_font_apply();
}