From 3314ac30f127e43d279b4e4384ee98389c4b137a Mon Sep 17 00:00:00 2001 From: David Walter Seikel Date: Mon, 12 May 2014 08:29:43 +1000 Subject: Move poor mans introspection into winFang.c, and use it in purkle. --- src/extantz/files.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/extantz/files.c') diff --git a/src/extantz/files.c b/src/extantz/files.c index 9678e3e..1990091 100644 --- a/src/extantz/files.c +++ b/src/extantz/files.c @@ -148,7 +148,7 @@ winFang *filesAdd(globals *ourGlobals, char *path, Eina_Bool multi, Eina_Bool sa me = winFangAdd(ourGlobals->mainWindow, ourGlobals->win_w - 380, ourGlobals->win_w - 530, 300, 500, "file selector", "files", ourGlobals->world); - wid = widgetAdd(me, ELM_OBJ_FILESELECTOR_CLASS, NULL, -1, -1, -1, -1); + wid = widgetAdd(me, WT_FILES, NULL, -1, -1, -1, -1); fs = wid->obj; wid->data = ourGlobals; wid->on_del = _on_fs_del; -- cgit v1.1