diff options
| author | joesis | 2017-08-28 15:02:45 +0800 | 
|---|---|---|
| committer | GitHub | 2017-08-28 15:02:45 +0800 | 
| commit | 6f1d1d82e189395fa6266fcdb665a50531918d25 (patch) | |
| tree | 7bb33595a16c1a57b4454f014b48fc08e1ec2406 /systray_linux.c | |
| parent | 0068f6ae40ea39bfd683043e8452024097fff0e4 (diff) | |
| parent | e78cfcfa229acdd9af7489540c20419ee5cb05a8 (diff) | |
| download | systray-6f1d1d82e189395fa6266fcdb665a50531918d25.tar.bz2 | |
Merge pull request #29 from getlantern/flashlight-258
Exit handling improvements
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;  } | 
