fix typo to avoid null deref

SVN revision: 55719
This commit is contained in:
Mike Blumenkrantz 2010-12-22 23:20:05 +00:00
parent 192dc22c0d
commit 7594fc4607
1 changed files with 1 additions and 1 deletions

View File

@ -268,7 +268,7 @@ e_mod_win_cfg_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, illume_cfg->kbd.run_keyboard))