dripton / Slugathon

Clone of the old Avalon Hill fantasy wargame Titan, using Python / PyGTK / Twisted
https://github.com/dripton/Slugathon/wiki
8 stars 2 forks source link

Avoid using GTK 2.14 method Dialog.get_content_area #64

Closed dripton closed 14 years ago

dripton commented 14 years ago

PickCarry is using GTK 2.14 Dialog.get_content_area. The rest of the game works with GTK 2.12. Make PickCarry compatible with 2.12.

dripton commented 14 years ago

Fixed in [cb4da84b6e8eb2aa874cc18aa5246ecd646fe41c]