From 8b43b732bc02e027da01ca715437d8ec06027524 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Mon, 27 May 2013 14:21:48 +0100 Subject: move gtk frontend to use new options API --- gtk/scaffolding.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gtk/scaffolding.c') diff --git a/gtk/scaffolding.c b/gtk/scaffolding.c index cf5bbed85..566197dcd 100644 --- a/gtk/scaffolding.c +++ b/gtk/scaffolding.c @@ -1297,7 +1297,7 @@ MULTIHANDLER(savewindowsize) nsoption_set_int(window_x, x); nsoption_set_int(window_y, y); - nsoption_write(options_file_location); + nsoption_write(options_file_location, NULL, NULL); return TRUE; } -- cgit v1.2.3