force local only

This commit is contained in:
Marcos Pinto 2008-09-13 23:01:53 +00:00
parent 9c2658d833
commit fb0f1b9319
2 changed files with 610 additions and 614 deletions

File diff suppressed because it is too large Load Diff

View File

@ -337,7 +337,7 @@ class MenuBar(component.Component):
) , component.get("MainWindow").window, \
gtk.FILE_CHOOSER_ACTION_SELECT_FOLDER, buttons=(gtk.STOCK_CANCEL, \
gtk.RESPONSE_CANCEL, gtk.STOCK_OK, gtk.RESPONSE_OK))
chooser.set_local_only(False)
chooser.set_local_only(True)
if not common.windows_check():
chooser.set_icon(common.get_logo(18))
chooser.set_property("skip-taskbar-hint", True)