Skip to content
This repository has been archived by the owner on Sep 19, 2020. It is now read-only.

Commit

Permalink
Fixes #252
Browse files Browse the repository at this point in the history
  • Loading branch information
oeed committed Jul 20, 2014
1 parent a1d4de0 commit 51a0ab0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions System/Programs/Desktop.program/startup
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ function FileClick(self, event, side, x, y, obj)
if side == 1 then
OneOS.Helpers.OpenFile(self.Path)
elseif side == 2 then
obj = obj or self
if obj:ToggleMenu('filemenu', x, y) then
self.Bedrock:GetObject('OpenMenuItem').OnClick = function(itm)
OneOS.Helpers.OpenFile(self.Path)
Expand Down
2 changes: 1 addition & 1 deletion System/main.lua
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ function AutoUpdateResponse(self, event, url, data)
end
return
elseif SematicVersionIsNewer(GetSematicVersion(latestReleaseTag), GetSematicVersion(version)) then
Log.i('New version of OneOS available.')
Log.i('New version of OneOS available. (from '..version..' to '..latestReleaseTag..')')
if bedrock.Window then
bedrock.Window:Close()
end
Expand Down

0 comments on commit 51a0ab0

Please sign in to comment.