summaryrefslogtreecommitdiffstats
path: root/src/eulogium.h
diff options
context:
space:
mode:
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;