aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/extantz/woMan.c
diff options
context:
space:
mode:
authorDavid Walter Seikel2014-05-03 23:46:24 +1000
committerDavid Walter Seikel2014-05-03 23:46:24 +1000
commitad190d0511fa6e3f919baebc6e9cc61a824883ed (patch)
treeb6507fc86d17c46441cae3988463073a48a7cf2a /src/extantz/woMan.c
parentMore shuffling of gld -> ourGlobals and related cleanups. (diff)
downloadSledjHamr-ad190d0511fa6e3f919baebc6e9cc61a824883ed.zip
SledjHamr-ad190d0511fa6e3f919baebc6e9cc61a824883ed.tar.gz
SledjHamr-ad190d0511fa6e3f919baebc6e9cc61a824883ed.tar.bz2
SledjHamr-ad190d0511fa6e3f919baebc6e9cc61a824883ed.tar.xz
Small clean ups I forgot from the last commit.
Diffstat (limited to '')
-rw-r--r--src/extantz/woMan.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/extantz/woMan.c b/src/extantz/woMan.c
index 2a1cfc8..2e5e741 100644
--- a/src/extantz/woMan.c
+++ b/src/extantz/woMan.c
@@ -214,7 +214,6 @@ void woMan_add(globals *ourGlobals)
214 thisGrid->loginURI = gridTest[i][1]; 214 thisGrid->loginURI = gridTest[i][1];
215 thisGrid->splashPage = gridTest[i][2]; 215 thisGrid->splashPage = gridTest[i][2];
216 thisGrid->icon = "folder"; 216 thisGrid->icon = "folder";
217// thisGrid->gld = gld;
218 thisGrid->item = elm_genlist_item_append(gridList, grid_gic, thisGrid, NULL, ELM_GENLIST_ITEM_TREE, _grid_sel_cb, thisGrid); 217 thisGrid->item = elm_genlist_item_append(gridList, grid_gic, thisGrid, NULL, ELM_GENLIST_ITEM_TREE, _grid_sel_cb, thisGrid);
219 eina_hash_add(grids, thisGrid->name, thisGrid); 218 eina_hash_add(grids, thisGrid->name, thisGrid);
220 } 219 }