From 9d3112a643d2ff1c6055133485273d5e5a358d24 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Sat, 21 Sep 2019 01:07:32 +0100 Subject: persist the menu and tool bar visibility as user settings --- frontends/gtk/toolbar.c | 1 - 1 file changed, 1 deletion(-) (limited to 'frontends/gtk/toolbar.c') diff --git a/frontends/gtk/toolbar.c b/frontends/gtk/toolbar.c index 243c0ceb5..aed35e77c 100644 --- a/frontends/gtk/toolbar.c +++ b/frontends/gtk/toolbar.c @@ -3608,7 +3608,6 @@ nserror nsgtk_toolbar_show(struct nsgtk_toolbar *tb, bool show) gtk_widget_show(GTK_WIDGET(tb->widget)); } else { gtk_widget_hide(GTK_WIDGET(tb->widget)); - } return NSERROR_OK; } -- cgit v1.2.3