From 0e420fbee80ec3c6aa4f73915d832cf22b121e73 Mon Sep 17 00:00:00 2001 From: TingPing Date: Thu, 6 Jun 2013 19:16:50 -0400 Subject: Save chanopt after any changes --- src/fe-gtk/maingui.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/fe-gtk') diff --git a/src/fe-gtk/maingui.c b/src/fe-gtk/maingui.c index f049d2a6..473b6c11 100644 --- a/src/fe-gtk/maingui.c +++ b/src/fe-gtk/maingui.c @@ -32,6 +32,7 @@ #include "../common/url.h" #include "../common/util.h" #include "../common/text.h" +#include "../common/chanopt.h" #include "fe-gtk.h" #include "banlist.h" @@ -1537,6 +1538,9 @@ mg_set_guint8 (GtkCheckMenuItem *item, guint8 *setting) /* has the logging setting changed? */ if (logging != sess->text_logging) log_open_or_close (sess); + + chanopt_save (sess); + chanopt_save_all (); } static void -- cgit 1.4.1