postcasio / custom-title

Set your own template for Atom's title bar.
MIT License
27 stars 14 forks source link

0.6.2 Not working on Atom v0.134.0 #2

Closed jsanta closed 9 years ago

jsanta commented 9 years ago

Failed to activate package named 'custom-title' TypeError: undefined is not a function at /home/jsanta/.atom/packages/custom-title/lib/custom-title.coffee:36:19

Line 36: atom.workspace.updateWindowTitle()

If you need me to provide other information please tell.

postcasio commented 9 years ago

Please update to 0.136.0, the method for updating the title changed recently. I'll update the minimum version requirement in future releases.

jsanta commented 9 years ago

Thanks, just updated and now it works fine :)