eric6/Plugins/VcsPlugins/vcsMercurial/HgRepoConfigDataDialog.py

changeset 7533
88261c96484b
parent 7360
9190402e4505
child 7780
41420f82c0ac
equal deleted inserted replaced
7532:1358e9d67a1c 7533:88261c96484b
36 """ 36 """
37 super(HgRepoConfigDataDialog, self).__init__(parent) 37 super(HgRepoConfigDataDialog, self).__init__(parent)
38 self.setupUi(self) 38 self.setupUi(self)
39 39
40 self.defaultShowPasswordButton.setIcon( 40 self.defaultShowPasswordButton.setIcon(
41 UI.PixmapCache.getIcon("showPassword.png")) 41 UI.PixmapCache.getIcon("showPassword"))
42 self.defaultPushShowPasswordButton.setIcon( 42 self.defaultPushShowPasswordButton.setIcon(
43 UI.PixmapCache.getIcon("showPassword.png")) 43 UI.PixmapCache.getIcon("showPassword"))
44 44
45 self.__withLargefiles = withLargefiles 45 self.__withLargefiles = withLargefiles
46 if withLargefiles: 46 if withLargefiles:
47 if largefilesData is None: 47 if largefilesData is None:
48 largefilesData = getLargefilesDefaults() 48 largefilesData = getLargefilesDefaults()

eric ide

mercurial