just nuke 1 line.

SVN revision: 49386
This commit is contained in:
Carsten Haitzler 2010-06-01 23:49:52 +00:00
parent 0207e90129
commit e266915a7b
1 changed files with 1 additions and 2 deletions

View File

@ -211,9 +211,8 @@ _e_order_read(E_Order *eo)
} }
if (len > 0) if (len > 0)
{ {
Efreet_Desktop *desktop; Efreet_Desktop *desktop = NULL;
desktop = NULL;
if (buf[0] == '/') if (buf[0] == '/')
desktop = efreet_desktop_get(buf); desktop = efreet_desktop_get(buf);
if (!desktop) if (!desktop)