--- a/Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py Wed Aug 11 17:12:04 2010 +0200 +++ b/Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py Wed Aug 11 19:55:34 2010 +0200 @@ -690,10 +690,10 @@ movefiles = self.browser.project.getFiles(fn) if self.vcs.vcsMove(fn, self.project): if isFile: - self.browser.emit(SIGNAL('closeSourceWindow'), fn) + self.browser.closeSourceWindow.emit(fn) else: for mf in movefiles: - self.browser.emit(SIGNAL('closeSourceWindow'), mf) + self.browser.closeSourceWindow.emit(mf) def __SVNResolve(self): """ @@ -908,4 +908,4 @@ for itm in items: if isinstance(itm, ProjectBrowserFileItem): return True - return False \ No newline at end of file + return False