diff options
Diffstat (limited to 'src/lib/elementary/elm_systray.c')
-rw-r--r-- | src/lib/elementary/elm_systray.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/elementary/elm_systray.c b/src/lib/elementary/elm_systray.c index 0c6c3f0..a7bff14 100644 --- a/src/lib/elementary/elm_systray.c +++ b/src/lib/elementary/elm_systray.c | |||
@@ -5,7 +5,7 @@ | |||
5 | #include <Elementary.h> | 5 | #include <Elementary.h> |
6 | 6 | ||
7 | #include "elm_priv.h" | 7 | #include "elm_priv.h" |
8 | #include "elm_systray.eo.h" | 8 | #include "elm_systray_eo.h" |
9 | #include "elm_systray_watcher.h" | 9 | #include "elm_systray_watcher.h" |
10 | 10 | ||
11 | EAPI int ELM_EVENT_SYSTRAY_READY = 0; | 11 | EAPI int ELM_EVENT_SYSTRAY_READY = 0; |
@@ -514,4 +514,4 @@ _elm_unneed_systray(void) | |||
514 | } | 514 | } |
515 | } | 515 | } |
516 | 516 | ||
517 | #include "elm_systray.eo.c" | 517 | #include "elm_systray_eo.c" |