mirror of
https://github.com/vicious-widgets/vicious.git
synced 2026-09-10 07:06:17 -04:00
Fix for not working gmail widget
This commit is contained in:
parent
6ec9977851
commit
e8bf98eb7f
|
|
@ -44,7 +44,7 @@ local function worker(format, warg)
|
|||
-- Could be huge don't read it all at once, info we are after is at the top
|
||||
local xml = f:read(2000)
|
||||
|
||||
if xml ~= nil then
|
||||
if xml == nil then
|
||||
return mail
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue