diff options
author | TingPing <tngpng@gmail.com> | 2013-05-01 10:36:16 -0300 |
---|---|---|
committer | TingPing <tngpng@gmail.com> | 2013-05-01 10:36:16 -0300 |
commit | 1969db5f94b3f63a64f7d0702e39a6e872cb522d (patch) | |
tree | 5005db2ecc80e1a954a12876efd04f368c3e9f54 /src/fe-gtk/servlistgui.c | |
parent | c4384265e41772d8e7709732c76cfb868821028c (diff) |
Save nicks when closing network list
#570
Diffstat (limited to 'src/fe-gtk/servlistgui.c')
-rw-r--r-- | src/fe-gtk/servlistgui.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/fe-gtk/servlistgui.c b/src/fe-gtk/servlistgui.c index 13df2b15..c04e7257 100644 --- a/src/fe-gtk/servlistgui.c +++ b/src/fe-gtk/servlistgui.c @@ -656,6 +656,7 @@ servlist_savegui (void) sp[0] = 0; /* spaces will break the login */ /* strcpy (prefs.hex_irc_real_name, GTK_ENTRY (entry_greal)->text); */ servlist_save (); + save_config (); /* For nicks stored in hexchat.conf */ return 0; } |