peranil;531871 Wrote: > In the file SqueezeIRApplet.lua I changed the line: > > mstrPath = "applets/" .. APPLET_NAME .. "/" .. APPLET_NAME .. > "Applet.lua" > > to: > > mstrPath = "/usr/share/jive/applets/" .. APPLET_NAME .. "/" .. > APPLET_NAME .. "Applet.lua" > > and commented the following lines: > > -- absolute path to this file. > -- if System == nil then > -- v7.3 > -- mstrPath = Framework:findFile(mstrPath) > -- else > -- v7.4 > -- mstrPath = System:findFile(mstrPath) > -- end > > At least it worked for my use of the applet - don't know if other parts > are broken after the 7.5 upgrade...
That did it! Thanks a bunch!! -- fquails ------------------------------------------------------------------------ fquails's Profile: http://forums.slimdevices.com/member.php?userid=31987 View this thread: http://forums.slimdevices.com/showthread.php?t=66795 _______________________________________________ plugins mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/plugins
