Fix by Luis Felipe, Clang errors.

SVN revision: 38816
This commit is contained in:
Gustavo Sverzut Barbieri 2009-01-27 17:57:49 +00:00
parent 742fd31ba2
commit 740a12d498
1 changed files with 2 additions and 2 deletions

View File

@ -172,8 +172,8 @@ e_desktop_border_edit(E_Container *con, E_Border *bd)
e_object_del(E_OBJECT(editor));
editor = NULL;
}
e_config_dialog_changed_set(editor->cfd, new_desktop);
else
e_config_dialog_changed_set(editor->cfd, new_desktop);
return editor;
}