summaryrefslogtreecommitdiffstats
path: root/src/eulogium.h
diff options
context:
space:
mode:
authorOlliver Schinagl <o.schinagl@ultimaker.com>2015-06-09 08:55:19 (GMT)
committerOlliver Schinagl <o.schinagl@ultimaker.com>2015-06-12 05:30:15 (GMT)
commit1b5dfeceb5bde0eba7e2e7767980ce292ce5b1a8 (patch)
treef6972ab3b29c7c075d00d41142b2d64a41d25608 /src/eulogium.h
parentaae7b5859a07cb737f311a6be39f1c6dc3bf5004 (diff)
downloadeulogium-1b5dfeceb5bde0eba7e2e7767980ce292ce5b1a8.zip
eulogium-1b5dfeceb5bde0eba7e2e7767980ce292ce5b1a8.tar.gz
eulogium-1b5dfeceb5bde0eba7e2e7767980ce292ce5b1a8.tar.bz2
Hack to add checkboxes to menu entries, this needs to be re-written to properly set the end-component of the button
Signed-off-by: Olliver Schinagl <o.schinagl@ultimaker.com>
Diffstat (limited to 'src/eulogium.h')
-rw-r--r--src/eulogium.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/eulogium.h b/src/eulogium.h
index cd760e5..8fdcd38 100644
--- a/src/eulogium.h
+++ b/src/eulogium.h
@@ -113,7 +113,7 @@ struct button_def {
struct menu_entry_def {
const char *icon;
const char *label;
- Evas_Object *end;
+ Eina_Bool end;
const char *footer; /* Primary footer */
const char *footer_alt; /* Alternating footer */
Ecore_Timer *toggle_timer;