diff options
author | David Walter Seikel | 2016-03-29 00:53:55 +1000 |
---|---|---|
committer | David Walter Seikel | 2016-03-29 00:53:55 +1000 |
commit | ba38a43f52ea9bb26cc7d88f086f40998b118332 (patch) | |
tree | 76d7dc244ea9eb92390b4981ff1b00ecc4a0d267 /src/extantz | |
parent | Move executables to the bin directory. (diff) | |
download | SledjHamr-ba38a43f52ea9bb26cc7d88f086f40998b118332.zip SledjHamr-ba38a43f52ea9bb26cc7d88f086f40998b118332.tar.gz SledjHamr-ba38a43f52ea9bb26cc7d88f086f40998b118332.tar.bz2 SledjHamr-ba38a43f52ea9bb26cc7d88f086f40998b118332.tar.xz |
Move all images and models into images and models directories.
Diffstat (limited to '')
-rw-r--r-- | src/extantz/woMan.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/extantz/woMan.c b/src/extantz/woMan.c index a7bb4de..caa4db7 100644 --- a/src/extantz/woMan.c +++ b/src/extantz/woMan.c | |||
@@ -249,7 +249,7 @@ winFang *woMan_add(globals *ourGlobals) | |||
249 | evas_object_size_hint_align_set(nf, EVAS_HINT_FILL, EVAS_HINT_FILL); | 249 | evas_object_size_hint_align_set(nf, EVAS_HINT_FILL, EVAS_HINT_FILL); |
250 | evas_object_show(nf); | 250 | evas_object_show(nf); |
251 | 251 | ||
252 | sprintf(buf, "%s/%s", prefix_data_get(), img3); | 252 | sprintf(buf, "%s/images/%s", prefix_data_get(), img3); |
253 | tab = viewerList; tab_it = elm_naviframe_item_push(nf, NULL, NULL, NULL, tab, NULL); elm_naviframe_item_title_enabled_set(tab_it, EINA_FALSE, EINA_TRUE); elm_toolbar_item_append(tb, NoIcon, "Viewers", _promote, tab_it); | 253 | tab = viewerList; tab_it = elm_naviframe_item_push(nf, NULL, NULL, NULL, tab, NULL); elm_naviframe_item_title_enabled_set(tab_it, EINA_FALSE, EINA_TRUE); elm_toolbar_item_append(tb, NoIcon, "Viewers", _promote, tab_it); |
254 | // TODO - This strdup leaks, but this is just temporary test code anyway, it will go away. | 254 | // TODO - This strdup leaks, but this is just temporary test code anyway, it will go away. |
255 | tab = _content_image_new(me->win, strdup(buf)); tab_it = elm_naviframe_item_push(nf, NULL, NULL, NULL, tab, NULL); elm_naviframe_item_title_enabled_set(tab_it, EINA_FALSE, EINA_TRUE); elm_toolbar_item_append(tb, NoIcon, "Landmarks", _promote, tab_it); | 255 | tab = _content_image_new(me->win, strdup(buf)); tab_it = elm_naviframe_item_push(nf, NULL, NULL, NULL, tab, NULL); elm_naviframe_item_title_enabled_set(tab_it, EINA_FALSE, EINA_TRUE); elm_toolbar_item_append(tb, NoIcon, "Landmarks", _promote, tab_it); |