41 self.setupUi(self) |
41 self.setupUi(self) |
42 |
42 |
43 self.__vcs = vcs |
43 self.__vcs = vcs |
44 self.__repodir = repodir |
44 self.__repodir = repodir |
45 |
45 |
46 self.submoduleDirButton.setIcon(UI.PixmapCache.getIcon("open.png")) |
46 self.submoduleDirButton.setIcon(UI.PixmapCache.getIcon("open")) |
47 self.submoduleUrlButton.setIcon(UI.PixmapCache.getIcon("open.png")) |
47 self.submoduleUrlButton.setIcon(UI.PixmapCache.getIcon("open")) |
48 self.submoduleUrlClearHistoryButton.setIcon( |
48 self.submoduleUrlClearHistoryButton.setIcon( |
49 UI.PixmapCache.getIcon("editDelete.png")) |
49 UI.PixmapCache.getIcon("editDelete")) |
50 |
50 |
51 submoduleUrlHistory = self.__vcs.getPlugin().getPreferences( |
51 submoduleUrlHistory = self.__vcs.getPlugin().getPreferences( |
52 "RepositoryUrlHistory") |
52 "RepositoryUrlHistory") |
53 self.submoduleUrlCombo.addItems(submoduleUrlHistory) |
53 self.submoduleUrlCombo.addItems(submoduleUrlHistory) |
54 self.submoduleUrlCombo.setEditText("") |
54 self.submoduleUrlCombo.setEditText("") |