Fixed Reveal File on Qt.

This commit is contained in:
Virgil Dupras 2010-02-09 15:24:57 +01:00
parent 195bc4ef21
commit 5db0f09b43
1 changed files with 1 additions and 1 deletions

View File

@ -128,7 +128,7 @@ class DupeGuru(DupeGuruBase, QObject):
@staticmethod
def _reveal_path(path):
self._open_path(path[:-1])
DupeGuru._open_path(path[:-1])
def _start_job(self, jobid, func):
title = JOBID2TITLE[jobid]