Tweaks to prev commit.

This commit is contained in:
Alex Dedul 2007-08-09 19:52:40 +00:00
parent 5dafdc95df
commit efe6ffec1c
2 changed files with 2 additions and 2 deletions

View File

@ -55,7 +55,7 @@ class FilesTabManager(FilesBaseManager):
convert_path_to_child_path(path)
file_name = self.file_store.get_value(
self.file_store.get_iter(child_path), 0)
os.popen4('%s "%s"' % (self.file_viewer,
os.popen2('%s "%s"' % (self.file_viewer,
os.path.join(save_dir, file_name)))
except KeyError:
pass

View File

@ -657,7 +657,7 @@ class DelugeGTK:
torrent_path = os.path.join(torrent_path,
file["path"].split("/", 1)[0])
os.popen4('%s "%s"' % (file_manager, torrent_path))
os.popen2('%s "%s"' % (file_manager, torrent_path))
except KeyError:
pass