Cleaner exit - tthingmenu - A simple graphical menu launcher for X11.
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) LICENSE
---
(DIR) commit 3cf543dfa6b3f04acdead19043cb862e12ad3396
(DIR) parent a620d2b9712d9c6ba82c27dc6570f7760c7644cb
(HTM) Author: Stephen Paul Weber <singpolyma@singpolyma.net>
Date: Mon, 31 Oct 2011 18:21:18 -0500
Cleaner exit
Diffstat:
thingmenu.c | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
---
(DIR) diff --git a/thingmenu.c b/thingmenu.c
@@ -475,8 +475,7 @@ runentry(Entry *e)
if (fork()) {
if (oneshot || e->forceexit) {
- XDestroyWindow(dpy, win);
- exit(0);
+ running = False;
}
return;
}