thingmenu

A simple graphical menu launcher for X11.
git clone git://r-36.net/thingmenu
Log | Files | Refs | LICENSE

commit 3cf543dfa6b3f04acdead19043cb862e12ad3396
parent a620d2b9712d9c6ba82c27dc6570f7760c7644cb
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(-)

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; }