aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/extantz/extantz.c
diff options
context:
space:
mode:
authorDavid Walter Seikel2016-01-21 12:28:42 +1000
committerDavid Walter Seikel2016-01-21 12:28:42 +1000
commitb4ed410b9133c692fc20171ef3061f8b0b912d95 (patch)
treea7c1eda6b3f349e6c411f64ce9d763c7f7a593e9 /src/extantz/extantz.c
parentCommenting out no longer needed code, which I should probably just delete soon. (diff)
downloadSledjHamr-b4ed410b9133c692fc20171ef3061f8b0b912d95.zip
SledjHamr-b4ed410b9133c692fc20171ef3061f8b0b912d95.tar.gz
SledjHamr-b4ed410b9133c692fc20171ef3061f8b0b912d95.tar.bz2
SledjHamr-b4ed410b9133c692fc20171ef3061f8b0b912d95.tar.xz
Evil hack around ELM's problem with lack of toolbar item icons.
Diffstat (limited to '')
-rw-r--r--src/extantz/extantz.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/extantz/extantz.c b/src/extantz/extantz.c
index 1091c87..07e6502 100644
--- a/src/extantz/extantz.c
+++ b/src/extantz/extantz.c
@@ -461,11 +461,11 @@ static winFang *_makeMainMenu(globals *ourGlobals)
461 makeMainMenuFinish(me, tb); 461 makeMainMenuFinish(me, tb);
462 462
463 // Other stuff in the toolbar. 463 // Other stuff in the toolbar.
464 it = elm_toolbar_item_append(tb, NULL, "restriction icons", NULL, NULL); 464 it = elm_toolbar_item_append(tb, NoIcon, "restriction icons", NULL, NULL);
465 it = elm_toolbar_item_append(tb, NULL, NULL, NULL, NULL); elm_toolbar_item_separator_set(it, EINA_TRUE); 465 it = elm_toolbar_item_append(tb, NoIcon, NULL, NULL, NULL); elm_toolbar_item_separator_set(it, EINA_TRUE);
466 it = elm_toolbar_item_append(tb, NULL, "hop://localhost/Anarchadia 152, 155, 51 - Lost plot (Adult)", NULL, NULL); 466 it = elm_toolbar_item_append(tb, NoIcon, "hop://localhost/Anarchadia 152, 155, 51 - Lost plot (Adult)", NULL, NULL);
467 it = elm_toolbar_item_append(tb, NULL, NULL, NULL, NULL); elm_toolbar_item_separator_set(it, EINA_TRUE); 467 it = elm_toolbar_item_append(tb, NoIcon, NULL, NULL, NULL); elm_toolbar_item_separator_set(it, EINA_TRUE);
468 it = elm_toolbar_item_append(tb, NULL, "date time:o'clock", NULL, NULL); 468 it = elm_toolbar_item_append(tb, NoIcon, "date time:o'clock", NULL, NULL);
469 469
470 elm_layout_box_prepend(me->layout, WF_BOX, tb); 470 elm_layout_box_prepend(me->layout, WF_BOX, tb);
471 471