method doesnt exist - causes crash on OSX

This commit is contained in:
Steffen Schaumburg 2011-04-07 15:36:22 +02:00
parent 68cb7e5e54
commit 00bef8f83f

View File

@ -1272,7 +1272,6 @@ You can find the full license texts in agpl-3.0.txt, gpl-2.0.txt, gpl-3.0.txt an
self.window.set_icon_from_file('/usr/share/pixmaps/fpdb-cards.png')
else:
self.statusIcon.set_from_stock(gtk.STOCK_HOME)
self.window.set_icon_stock(gtk.STOCK_HOME)
self.statusIcon.set_tooltip("Free Poker Database")
self.statusIcon.connect('activate', self.statusicon_activate)
self.statusMenu = gtk.Menu()