aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/extantz/extantz.c
diff options
context:
space:
mode:
authorDavid Walter Seikel2014-05-04 18:57:36 +1000
committerDavid Walter Seikel2014-05-04 18:57:36 +1000
commite79d1f3aeee9e3917435ecdc597a1cb7b8a728f8 (patch)
treed5dda03d4b6c6aacae6eff3148a3d7ff3bfe9ff8 /src/extantz/extantz.c
parentOops, reverse the order of these deletions. (diff)
downloadSledjHamr-e79d1f3aeee9e3917435ecdc597a1cb7b8a728f8.zip
SledjHamr-e79d1f3aeee9e3917435ecdc597a1cb7b8a728f8.tar.gz
SledjHamr-e79d1f3aeee9e3917435ecdc597a1cb7b8a728f8.tar.bz2
SledjHamr-e79d1f3aeee9e3917435ecdc597a1cb7b8a728f8.tar.xz
Major clean up of the file selector.
Diffstat (limited to 'src/extantz/extantz.c')
-rw-r--r--src/extantz/extantz.c2
1 files changed, 1 insertions, 1 deletions
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)
413// overlay_add(&ourGlobals); 413// overlay_add(&ourGlobals);
414 woMan = woMan_add(&ourGlobals); 414 woMan = woMan_add(&ourGlobals);
415 chat = chat_add(&ourGlobals); 415 chat = chat_add(&ourGlobals);
416// files = files_add(&ourGlobals); 416 files = files_add(&ourGlobals);
417 417
418 // Gotta do this after adding the windows, otherwise the menu renders under the window. 418 // Gotta do this after adding the windows, otherwise the menu renders under the window.
419 // This sucks, gotta redefine this menu each time we create a new window? 419 // This sucks, gotta redefine this menu each time we create a new window?