aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/ClientHamr/extantz/extantz.c
diff options
context:
space:
mode:
authorDavid Walter Seikel2012-04-22 10:05:57 +1000
committerDavid Walter Seikel2012-04-22 10:05:57 +1000
commit9fe087e9156eb0167bf0e3f365a5d0599a7c91bd (patch)
treef02fb7a0708df7c8564bcc0b943aa21375b20990 /ClientHamr/extantz/extantz.c
parentmmmmm multitasking. (diff)
downloadSledjHamr-9fe087e9156eb0167bf0e3f365a5d0599a7c91bd.zip
SledjHamr-9fe087e9156eb0167bf0e3f365a5d0599a7c91bd.tar.gz
SledjHamr-9fe087e9156eb0167bf0e3f365a5d0599a7c91bd.tar.bz2
SledjHamr-9fe087e9156eb0167bf0e3f365a5d0599a7c91bd.tar.xz
Just go with the flow, make Grids last for now, so they turn up at first.
Diffstat (limited to '')
-rw-r--r--ClientHamr/extantz/extantz.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ClientHamr/extantz/extantz.c b/ClientHamr/extantz/extantz.c
index 23e9e30..6b33b59 100644
--- a/ClientHamr/extantz/extantz.c
+++ b/ClientHamr/extantz/extantz.c
@@ -777,10 +777,10 @@ EAPI_MAIN int elm_main(int argc, char **argv)
777 account_gic->func.del = NULL; 777 account_gic->func.del = NULL;
778 778
779 list = elm_genlist_add(win); 779 list = elm_genlist_add(win);
780 tab = list; tab_it = elm_naviframe_item_push(nf, NULL, NULL, NULL, tab, NULL); elm_naviframe_item_title_visible_set(tab_it, EINA_FALSE); elm_toolbar_item_append(tb, NULL, "Grids", _promote, tab_it);
781 tab = _content_image_new(win, img1); tab_it = elm_naviframe_item_push(nf, NULL, NULL, NULL, tab, NULL); elm_naviframe_item_title_visible_set(tab_it, EINA_FALSE); elm_toolbar_item_append(tb, NULL, "Accounts", _promote, tab_it); 780 tab = _content_image_new(win, img1); tab_it = elm_naviframe_item_push(nf, NULL, NULL, NULL, tab, NULL); elm_naviframe_item_title_visible_set(tab_it, EINA_FALSE); elm_toolbar_item_append(tb, NULL, "Accounts", _promote, tab_it);
782 tab = _content_image_new(win, img2); tab_it = elm_naviframe_item_push(nf, NULL, NULL, NULL, tab, NULL); elm_naviframe_item_title_visible_set(tab_it, EINA_FALSE); elm_toolbar_item_append(tb, NULL, "Viewers", _promote, tab_it); 781 tab = _content_image_new(win, img2); tab_it = elm_naviframe_item_push(nf, NULL, NULL, NULL, tab, NULL); elm_naviframe_item_title_visible_set(tab_it, EINA_FALSE); elm_toolbar_item_append(tb, NULL, "Viewers", _promote, tab_it);
783 tab = _content_image_new(win, img3); tab_it = elm_naviframe_item_push(nf, NULL, NULL, NULL, tab, NULL); elm_naviframe_item_title_visible_set(tab_it, EINA_FALSE); elm_toolbar_item_append(tb, NULL, "Landmarks", _promote, tab_it); 782 tab = _content_image_new(win, img3); tab_it = elm_naviframe_item_push(nf, NULL, NULL, NULL, tab, NULL); elm_naviframe_item_title_visible_set(tab_it, EINA_FALSE); elm_toolbar_item_append(tb, NULL, "Landmarks", _promote, tab_it);
783 tab = list; tab_it = elm_naviframe_item_push(nf, NULL, NULL, NULL, tab, NULL); elm_naviframe_item_title_visible_set(tab_it, EINA_FALSE); elm_toolbar_item_append(tb, NULL, "Grids", _promote, tab_it);
784 784
785 grids = eina_hash_stringshared_new(free); 785 grids = eina_hash_stringshared_new(free);
786 for (i = 0; NULL != gridTest[i][0]; i++) 786 for (i = 0; NULL != gridTest[i][0]; i++)