~ubuntu-branches/debian/sid/epoptes/sid

« back to all changes in this revision

Viewing changes to epoptes/ui/client_information.py

  • Committer: Package Import Robot
  • Author(s): Alkis Georgopoulos
  • Date: 2012-06-27 21:11:16 UTC
  • mfrom: (1.3.6)
  • Revision ID: package-import@ubuntu.com-20120627211116-ckk74zjvcubb33bf
Tags: 0.5.6-1
* New upstream version:
  - Support ssvnc as an alternative to xvnc4viewer.
  - Disable alias editing for clients in the 'Detected' group.
  - Correctly parse info for clients with multiple VGAs (LP: #1017140).
  - Prefix "-" to fullscreen parameter (LP: #1015239).

Show diffs side-by-side

added added

removed removed

Lines of Context:
37
37
        self.selected = selected
38
38
        
39
39
        self.dlg = self.get('infodlg')
 
40
        self.edit_button = self.get('edit_alias_button')
40
41
        set = lambda wdg, txt: self.get(wdg).set_text(txt.strip())
41
42
 
42
43
        for client in selected: