aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/extantz/woMan.c
diff options
context:
space:
mode:
authorDavid Walter Seikel2015-03-22 18:37:52 +1000
committerDavid Walter Seikel2015-03-22 18:37:52 +1000
commit637c3429abb382adb724134e06ff97d54551582f (patch)
tree00736d7b65e35892d871e0698be71a56dae797e9 /src/extantz/woMan.c
parentComment out markers around commented out code. (diff)
downloadSledjHamr-637c3429abb382adb724134e06ff97d54551582f.zip
SledjHamr-637c3429abb382adb724134e06ff97d54551582f.tar.gz
SledjHamr-637c3429abb382adb724134e06ff97d54551582f.tar.bz2
SledjHamr-637c3429abb382adb724134e06ff97d54551582f.tar.xz
We don't need no stinkin' eo_unrefs. Anymore. Though leave them there, in case they change their mind again.
Diffstat (limited to 'src/extantz/woMan.c')
-rw-r--r--src/extantz/woMan.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/extantz/woMan.c b/src/extantz/woMan.c
index a6f6717..2f6e9a5 100644
--- a/src/extantz/woMan.c
+++ b/src/extantz/woMan.c
@@ -280,7 +280,7 @@ winFang *woMan_add(globals *ourGlobals)
280 elm_object_text_set(bt, "Login"); // No eo interface for this that I can find. 280 elm_object_text_set(bt, "Login"); // No eo interface for this that I can find.
281// evas_object_smart_callback_add(bt, "clicked", NULL, NULL); 281// evas_object_smart_callback_add(bt, "clicked", NULL, NULL);
282 elm_layout_box_append(me->win, WF_BOX, bt); 282 elm_layout_box_append(me->win, WF_BOX, bt);
283 eo_unref(bt); 283// eo_unref(bt);
284 284
285 winFangCalcMinSize(me); 285 winFangCalcMinSize(me);
286 286