diff options
| author | fffw | 2015-02-10 22:36:27 +0800 |
|---|---|---|
| committer | fffw | 2015-02-10 22:37:49 +0800 |
| commit | fe4c7811e9efa4650f64b3811dd989b5ee9ce8aa (patch) | |
| tree | 9d7ac568740575c2a3114ce2b59026e20e02f130 | |
| parent | 2c07fd828e071768baac9f2e4c5ae4073c12fdd5 (diff) | |
| download | systray-fe4c7811e9efa4650f64b3811dd989b5ee9ce8aa.tar.bz2 | |
add comment to temp file name list
| -rw-r--r-- | systray_linux.c | 1 |
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 { |
