diff options
author | TingPing <tngpng@gmail.com> | 2013-08-06 16:13:10 -0400 |
---|---|---|
committer | TingPing <tngpng@gmail.com> | 2013-08-06 16:13:10 -0400 |
commit | 1370a49742389c205bb4b912829ae6c6747579c0 (patch) | |
tree | 90e0b6607fc14c23f292a4a23b2809c85bfa9588 /src/fe-gtk/notifygui.c | |
parent | ab6bf4234c454307847a0170584fd44254c6fc5d (diff) |
Save notify list on close of friends list
for #570
Diffstat (limited to 'src/fe-gtk/notifygui.c')
-rw-r--r-- | src/fe-gtk/notifygui.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/fe-gtk/notifygui.c b/src/fe-gtk/notifygui.c index 872fb7ed..c0282ade 100644 --- a/src/fe-gtk/notifygui.c +++ b/src/fe-gtk/notifygui.c @@ -60,6 +60,7 @@ static void notify_closegui (void) { notify_window = 0; + notify_save (); } /* Need this to be able to set the foreground colour property of a row |