Plugins/VcsPlugins/vcsPySvn/SvnLogBrowserDialog.py

changeset 3359
6b6c224d67d6
parent 3287
c3d784c057b3
child 3484
645c12de6b0c
equal deleted inserted replaced
3358:57af7e9fda48 3359:6b6c224d67d6
330 def start(self, fn, isFile=False): 330 def start(self, fn, isFile=False):
331 """ 331 """
332 Public slot to start the svn log command. 332 Public slot to start the svn log command.
333 333
334 @param fn filename to show the log for (string) 334 @param fn filename to show the log for (string)
335 @keyparam isFile flag indicating log for a file is to be shown (boolean) 335 @keyparam isFile flag indicating log for a file is to be shown
336 (boolean)
336 """ 337 """
337 self.sbsCheckBox.setEnabled(isFile) 338 self.sbsCheckBox.setEnabled(isFile)
338 self.sbsCheckBox.setVisible(isFile) 339 self.sbsCheckBox.setVisible(isFile)
339 340
340 self.__initData() 341 self.__initData()

eric ide

mercurial