aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorfffw2015-02-10 22:36:27 +0800
committerfffw2015-02-10 22:37:49 +0800
commitfe4c7811e9efa4650f64b3811dd989b5ee9ce8aa (patch)
tree9d7ac568740575c2a3114ce2b59026e20e02f130
parent2c07fd828e071768baac9f2e4c5ae4073c12fdd5 (diff)
downloadsystray-fe4c7811e9efa4650f64b3811dd989b5ee9ce8aa.tar.bz2
add comment to temp file name list
-rw-r--r--systray_linux.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/systray_linux.c b/systray_linux.c
index c0a3d01..1cbebbe 100644
--- a/systray_linux.c
+++ b/systray_linux.c
@@ -8,6 +8,7 @@
static AppIndicator *global_app_indicator;
static GtkWidget *global_tray_menu = NULL;
static GList *global_menu_items = NULL;
+// Keep track of all generated temp files to remove when app quits
static GArray *global_temp_icon_file_names = NULL;
typedef struct {