aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/extantz/extantz.c
diff options
context:
space:
mode:
authorDavid Walter Seikel2014-05-06 18:57:34 +1000
committerDavid Walter Seikel2014-05-06 18:57:34 +1000
commit531eb79446860230aec4cdbcad550c14a38ea4df (patch)
tree97182c8c1418b6290422551dcf05f4e4a3a938d0 /src/extantz/extantz.c
parentNow that everything is a winFang, GuiLua doesn't have to track it's own child... (diff)
downloadSledjHamr-531eb79446860230aec4cdbcad550c14a38ea4df.zip
SledjHamr-531eb79446860230aec4cdbcad550c14a38ea4df.tar.gz
SledjHamr-531eb79446860230aec4cdbcad550c14a38ea4df.tar.bz2
SledjHamr-531eb79446860230aec4cdbcad550c14a38ea4df.tar.xz
GuiLua's self delete when their first window gets deleted.
Diffstat (limited to '')
-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 aceebe7..9f8eaef 100644
--- a/src/extantz/extantz.c
+++ b/src/extantz/extantz.c
@@ -474,7 +474,7 @@ EAPI_MAIN int elm_main(int argc, char **argv)
474 chat_add(&ourGlobals); 474 chat_add(&ourGlobals);
475 ourGlobals.files = filesAdd(&ourGlobals, (char *) elm_app_data_dir_get(), EINA_TRUE, EINA_FALSE); 475 ourGlobals.files = filesAdd(&ourGlobals, (char *) elm_app_data_dir_get(), EINA_TRUE, EINA_FALSE);
476 char *args[] = {"extantz", "-l", "test", "-foo", "COMBINED!", NULL}; 476 char *args[] = {"extantz", "-l", "test", "-foo", "COMBINED!", NULL};
477 GuiLua *test = GuiLuaDo(5, args, ourGlobals.mainWindow); 477 GuiLuaDo(5, args, ourGlobals.mainWindow);
478 478
479 // Gotta do this after adding the windows, otherwise the menu renders under the window. 479 // Gotta do this after adding the windows, otherwise the menu renders under the window.
480 // This sucks, gotta redefine this menu each time we create a new window? 480 // This sucks, gotta redefine this menu each time we create a new window?