about summary refs log tree commit diff stats
path: root/src/profanity.c
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2016-04-18 00:26:17 +0100
committerJames Booth <boothj5@gmail.com>2016-04-18 00:26:17 +0100
commit12727744ab31b28eaec2f148f2ed22cdc7338a99 (patch)
tree6789de5138a20547ed46be1af8d26b8a48ccda1d /src/profanity.c
parentde65f505a80ab2cee79fbcc01d24c9eed01691e1 (diff)
downloadprofani-tty-12727744ab31b28eaec2f148f2ed22cdc7338a99.tar.gz
Load/destroy tray icons on init/shutdown
Diffstat (limited to 'src/profanity.c')
-rw-r--r--src/profanity.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/profanity.c b/src/profanity.c
index 3c508dcd..1140594f 100644
--- a/src/profanity.c
+++ b/src/profanity.c
@@ -380,7 +380,7 @@ _shutdown(void)
         cl_ev_disconnect();
     }
 #ifdef HAVE_GTK
-    tray_close();
+    tray_shutdown();
 #endif
     jabber_shutdown();
     plugins_on_shutdown();