Skip to content

Commit

Permalink
Fix a metatable error in hs.application. Closes #731
Browse files Browse the repository at this point in the history
  • Loading branch information
cmsj committed Jan 21, 2016
1 parent e425a84 commit 2352b79
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion extensions/application/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ end
--- hs.application:name()
--- Method
--- Alias for `hs.application:title()`
application.name=application.title

--- hs.application.get(hint) -> hs.application object
--- Constructor
Expand Down
1 change: 1 addition & 0 deletions extensions/application/internal.m
Original file line number Diff line number Diff line change
Expand Up @@ -1023,6 +1023,7 @@ static int userdata_tostring(lua_State* L) {
{"_focusedwindow", application__focusedwindow},
{"_bringtofront", application__bringtofront},
{"title", application_title},
{"name", application_title},
{"bundleID", application_bundleID},
{"isRunning", application_isRunning},
{"unhide", application_unhide},
Expand Down

0 comments on commit 2352b79

Please sign in to comment.