OpenButton() needed the new location of universal_open()

This commit is contained in:
Bryan Schumaker 2010-11-20 10:21:02 -05:00
parent a84ddabf31
commit 844106a306
1 changed files with 1 additions and 1 deletions

View File

@ -93,7 +93,7 @@ class OpenButton(Button):
Button.__init__(self, gtk.STOCK_OPEN, gtk.ICON_SIZE_BUTTON)
def clicked(self, button):
from ocarina import fsselect
fsselect.run_chooser2(LS.data.universal_open)
fsselect.run_chooser2(LS.path.files.universal_open)
class ClearButton(Button):
def __init__(self):