summaryrefslogtreecommitdiffstats
path: root/src/eulogium.c
diff options
context:
space:
mode:
authorOlliver Schinagl <o.schinagl@ultimaker.com>2015-04-29 12:48:33 (GMT)
committerOlliver Schinagl <o.schinagl@ultimaker.com>2015-04-29 12:48:33 (GMT)
commitfb2e547874934bdb4e191264f4d1fe35709d8387 (patch)
treeed5053baa06dffdf1b690b86a617772159ca33fa /src/eulogium.c
parent28091ce6211a3b720287665dfdbfb693d4b4f519 (diff)
downloadeulogium-fb2e547874934bdb4e191264f4d1fe35709d8387.zip
eulogium-fb2e547874934bdb4e191264f4d1fe35709d8387.tar.gz
eulogium-fb2e547874934bdb4e191264f4d1fe35709d8387.tar.bz2
add comment about what to do with the error screen
Signed-off-by: Olliver Schinagl <o.schinagl@ultimaker.com>
Diffstat (limited to '')
-rw-r--r--src/eulogium.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/eulogium.c b/src/eulogium.c
index d48d5f4..90f0fc1 100644
--- a/src/eulogium.c
+++ b/src/eulogium.c
@@ -360,6 +360,7 @@ Evas_Object *eulogium_generic_error(struct eulogium_data *eulogium, uint8_t eulo
evas_object_show(object);
elm_box_pack_end(box, object);
+ /* XXX what to do here, reboot? make support notice via wget? */
object = elm_button_add(eulogium->navi);
elm_object_text_set(object, "ABORT"); /* TODO create abort button */
evas_object_size_hint_align_set(object, EVAS_HINT_FILL, EVAS_HINT_FILL);