Changeset 3862
- Timestamp:
- Mar 9, 2017, 2:17:35 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
lliurex-remote-installer/trunk/fuentes/lliurex-remote-installer-gui.install/usr/share/lliurex-remote-installer/LliurexRemoteInstaller.py
r3861 r3862 136 136 COMMENT.append("APT:") 137 137 COMMENT=COMMENT+list_apt_pub 138 COMMENT.append("") 138 139 139 140 if self.core.var['deb']['packages'] not in [None,"",[]]: 140 141 COMMENT.append("DEB:") 141 142 COMMENT=COMMENT+self.core.var['deb']['packages'] 143 COMMENT.append("") 142 144 143 145 if self.core.var['sh']['packages'] not in [None,"",[]]: … … 147 149 if COMMENT not in [None,"",[]]: 148 150 COMMENT='\n'.join(COMMENT) 149 dialog=Dialog.InfoDialog(self.main_window,"LliureX Remote Installer Resume","You are published this list to install:\n%s"%(COMMENT))151 dialog=Dialog.InfoDialog(self.main_window,"LliureX Remote Installer Summary","You are published this list to install:\n\n%s"%(COMMENT)) 150 152 response=dialog.run() 151 153 dialog.destroy()
Note: See TracChangeset
for help on using the changeset viewer.