Mercurial > libervia-backend
comparison frontends/src/wix/main_window.py @ 542:3eeb6c865e4d
frontends: incoming files transfer management:
- quick app: getWaitingConf is used on profile connexion
- primitivus: askConfirmation is now managed, use new 'dir' style of FileDialog
author | Goffi <goffi@goffi.org> |
---|---|
date | Wed, 14 Nov 2012 20:37:15 +0100 |
parents | 2c4016921403 |
children | ca13633d3b6b |
comparison
equal
deleted
inserted
replaced
541:8b116fa42a31 | 542:3eeb6c865e4d |
---|---|
221 else: | 221 else: |
222 self.SetStatusText(msgOFFLINE) | 222 self.SetStatusText(msgOFFLINE) |
223 self.tools.Disable() | 223 self.tools.Disable() |
224 return | 224 return |
225 | 225 |
226 def askConfirmation(self, confirmation_type, confirmation_id, data, profile): | 226 def askConfirmation(self, confirmation_id, confirmation_type, data, profile): |
227 #TODO: refactor this in QuickApp | 227 #TODO: refactor this in QuickApp |
228 if not self.check_profile(profile): | 228 if not self.check_profile(profile): |
229 return | 229 return |
230 debug (_("Confirmation asked")) | 230 debug (_("Confirmation asked")) |
231 answer_data={} | 231 answer_data={} |