ibar: Changed the key which is used to store IBar Icons.

Summary:
Changed the key to orig_path, cause this is used to decided if something
is a duplicated entry in e_orders or not.

Reviewers: zmike

Subscribers: cedric

Differential Revision: https://phab.enlightenment.org/D1684
This commit is contained in:
Marcel Hollerbach 2014-11-21 20:12:46 +01:00
parent d0d0554170
commit 029e458a9e
1 changed files with 1 additions and 1 deletions

View File

@ -150,7 +150,7 @@ static inline const char *
_desktop_name_get(const Efreet_Desktop *desktop)
{
if (!desktop) return NULL;
return desktop->orig_path ?: desktop->name;
return desktop->orig_path; //allways return the orig_path
}
static IBar_Order *