diff options
author | David Walter Seikel | 2014-05-12 08:29:43 +1000 |
---|---|---|
committer | David Walter Seikel | 2014-05-12 08:29:43 +1000 |
commit | 3314ac30f127e43d279b4e4384ee98389c4b137a (patch) | |
tree | 00b2ff8471dc33a745036857dc8da47716e6ec6c /src/extantz | |
parent | widgetAdd now does the box / grid decision, and some oter things moved into it. (diff) | |
download | SledjHamr-3314ac30f127e43d279b4e4384ee98389c4b137a.zip SledjHamr-3314ac30f127e43d279b4e4384ee98389c4b137a.tar.gz SledjHamr-3314ac30f127e43d279b4e4384ee98389c4b137a.tar.bz2 SledjHamr-3314ac30f127e43d279b4e4384ee98389c4b137a.tar.xz |
Move poor mans introspection into winFang.c, and use it in purkle.
Diffstat (limited to 'src/extantz')
-rw-r--r-- | src/extantz/files.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 | |||
148 | 148 | ||
149 | me = winFangAdd(ourGlobals->mainWindow, ourGlobals->win_w - 380, ourGlobals->win_w - 530, 300, 500, "file selector", "files", ourGlobals->world); | 149 | me = winFangAdd(ourGlobals->mainWindow, ourGlobals->win_w - 380, ourGlobals->win_w - 530, 300, 500, "file selector", "files", ourGlobals->world); |
150 | 150 | ||
151 | wid = widgetAdd(me, ELM_OBJ_FILESELECTOR_CLASS, NULL, -1, -1, -1, -1); | 151 | wid = widgetAdd(me, WT_FILES, NULL, -1, -1, -1, -1); |
152 | fs = wid->obj; | 152 | fs = wid->obj; |
153 | wid->data = ourGlobals; | 153 | wid->data = ourGlobals; |
154 | wid->on_del = _on_fs_del; | 154 | wid->on_del = _on_fs_del; |