hyperoslo / Tabby

⛩ A fancy tabbar
Other
103 stars 14 forks source link

Fix crash and improve public API #3

Closed zenangst closed 8 years ago

zenangst commented 8 years ago

This PR adds a convenience init to instantiate Tabby with a set of tuple controllers.

It also fixes a crash that occurs if you init without any controllers, the reason for the crash was that it tried to access an index that clearly didn’t exist.

zenangst commented 8 years ago

Fixes #2