From 531eb79446860230aec4cdbcad550c14a38ea4df Mon Sep 17 00:00:00 2001 From: David Walter Seikel Date: Tue, 6 May 2014 18:57:34 +1000 Subject: GuiLua's self delete when their first window gets deleted. --- 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 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) chat_add(&ourGlobals); ourGlobals.files = filesAdd(&ourGlobals, (char *) elm_app_data_dir_get(), EINA_TRUE, EINA_FALSE); char *args[] = {"extantz", "-l", "test", "-foo", "COMBINED!", NULL}; - GuiLua *test = GuiLuaDo(5, args, ourGlobals.mainWindow); + GuiLuaDo(5, args, ourGlobals.mainWindow); // 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