diff --git a/src/modules/illume-keyboard/e_mod_main.c b/src/modules/illume-keyboard/e_mod_main.c index 3056c5113..91116e9d5 100644 --- a/src/modules/illume-keyboard/e_mod_main.c +++ b/src/modules/illume-keyboard/e_mod_main.c @@ -81,7 +81,7 @@ _il_kbd_start(void) { const char *dname; - dname = ecore_file_file_get(desktop->orig_path); + dname = ecore_file_file_get(d->orig_path); if (dname) { if (!strcmp(dname, il_kbd_cfg->run_keyboard))