Changeset 4618
- Timestamp:
- May 8, 2017, 10:25:50 AM (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/AptBox.py
r4473 r4618 280 280 if self.current_id==None: 281 281 return 282 283 if self.current_id in ['LliureX', 'Mirror']: 284 return 282 285 283 286 if self.delete_apt_dialog(self.current_id): … … 372 375 373 376 def url_entry_changed(self,widget): 377 378 if self.current_id in ['LliureX', 'Mirror']: 379 return 374 380 375 381 if self.core.current_var !=None:
Note: See TracChangeset
for help on using the changeset viewer.