fix typo to avoid null deref: a copy/paste propagated error

SVN revision: 55720
This commit is contained in:
Mike Blumenkrantz 2010-12-22 23:22:01 +00:00
parent 7594fc4607
commit c2afdae74c
1 changed files with 1 additions and 1 deletions

View File

@ -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))