No need to change the icon if we already have a desktop file.

SVN revision: 29423
This commit is contained in:
Sebastian Dransfeld 2007-04-06 12:18:38 +00:00
parent 8d2fcce410
commit 50e31e6ad8
1 changed files with 5 additions and 2 deletions

View File

@ -4291,8 +4291,11 @@ _e_border_cb_efreet_desktop_list_change(void *data, int ev_type, void *ev)
E_Border *bd;
bd = l->data;
bd->changes.icon = 1;
bd->changed = 1;
if (!bd->desktop)
{
bd->changes.icon = 1;
bd->changed = 1;
}
}
return 1;
}