Add priority for illume2 module so it loads before indicator, softkey, home

etc



SVN revision: 44779
This commit is contained in:
Christopher Michael 2009-12-30 02:35:08 +00:00
parent ca2c3ef479
commit 5a4e004564
1 changed files with 1 additions and 1 deletions

View File

@ -413,7 +413,7 @@ group "E_Config" struct {
value "name" string: "illume2";
value "enabled" uchar: 1;
value "delayed" uchar: 0;
value "priority" int: 0;
value "priority" int: 100;
}
}
group "modules" list {