diff options
| author | Ox Cart | 2017-08-25 13:07:25 -0500 | 
|---|---|---|
| committer | Ox Cart | 2017-08-25 16:16:48 -0500 | 
| commit | 351a4b68603fd5d5b013d9a680d8d97650510cd6 (patch) | |
| tree | 2babc5a4ef2b1b9be2c68952f511ec12f80a93b6 /systray_linux.c | |
| parent | ef254071ef3abfdf0a220f76fcdd468d24bff519 (diff) | |
| download | systray-351a4b68603fd5d5b013d9a680d8d97650510cd6.tar.bz2 | |
Made onExit run reliably and process terminate on quit
Diffstat (limited to 'systray_linux.c')
| -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 56c6229..5f57d74 100644 --- a/systray_linux.c +++ b/systray_linux.c @@ -34,6 +34,7 @@ int nativeLoop(void) {  	global_temp_icon_file_names = g_array_new(TRUE, FALSE, sizeof(char*));  	systray_ready();  	gtk_main(); +	systray_on_exit();  	return;  } | 
