From e79d1f3aeee9e3917435ecdc597a1cb7b8a728f8 Mon Sep 17 00:00:00 2001 From: David Walter Seikel Date: Sun, 4 May 2014 18:57:36 +1000 Subject: Major clean up of the file selector. --- src/extantz/extantz.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/extantz/extantz.c') diff --git a/src/extantz/extantz.c b/src/extantz/extantz.c index 54caf82..0579552 100644 --- a/src/extantz/extantz.c +++ b/src/extantz/extantz.c @@ -413,7 +413,7 @@ EAPI_MAIN int elm_main(int argc, char **argv) // overlay_add(&ourGlobals); woMan = woMan_add(&ourGlobals); chat = chat_add(&ourGlobals); -// files = files_add(&ourGlobals); + files = files_add(&ourGlobals); // Gotta do this after adding the windows, otherwise the menu renders under the window. // This sucks, gotta redefine this menu each time we create a new window? -- cgit v1.1