From a8644f29186103f9ef277fdda7bf7f0584c8eae9 Mon Sep 17 00:00:00 2001
From: David Walter Seikel
Date: Wed, 2 Jul 2014 23:38:13 +1000
Subject: Bleeding edge API updates.
---
src/purkle/purkle.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
(limited to 'src')
diff --git a/src/purkle/purkle.c b/src/purkle/purkle.c
index 0dba5cb..d00fd67 100644
--- a/src/purkle/purkle.c
+++ b/src/purkle/purkle.c
@@ -29,9 +29,9 @@ static int append(lua_State *L)
if (text)
{
eo_do(history->obj,
- elm_obj_entry_entry_append("
"),
+ elm_obj_entry_append("
"),
// TODO - Add a time stamp, and log to a file.
- elm_obj_entry_entry_append(text),
+ elm_obj_entry_append(text),
// TODO - really need a "scroll to the bottom" here, this cursor down wont work if lines get wrapped onto multiple lines.
elm_obj_entry_cursor_down()
);
--
cgit v1.1