Updated the path to the hard-coded shortcuts for DeforaOS Phone

This commit is contained in:
Pierre Pronchery 2014-10-13 21:52:20 +02:00
parent 3eaa05ed92
commit becce0193e

View File

@ -988,9 +988,9 @@ static int _icons_homescreen(Desktop * desktop)
#ifdef EMBEDDED
char const * paths[] =
{
DATADIR "/applications/phone-contacts.desktop",
DATADIR "/applications/phone-dialer.desktop",
DATADIR "/applications/phone-messages.desktop",
DATADIR "/applications/deforaos-phone-contacts.desktop",
DATADIR "/applications/deforaos-phone-dialer.desktop",
DATADIR "/applications/deforaos-phone-messages.desktop",
NULL
};
char const ** p;