Change goto icon

I am now using the stock "jump to" icon, rather than "index"
This commit is contained in:
Bryan Schumaker 2010-11-28 14:38:59 -05:00
parent 10097aa408
commit 3c9df13b65

View File

@ -112,7 +112,7 @@ class ExportButton(Button):
class GotoButton(Button):
def __init__(self):
Button.__init__(self, gtk.STOCK_INDEX, gtk.ICON_SIZE_BUTTON)
Button.__init__(self, gtk.STOCK_JUMP_TO, gtk.ICON_SIZE_BUTTON)
def clicked(self, button):
from ocarina import body
body.cur_page_goto()