~ubuntu-branches/ubuntu/maverick/mythbuntu-control-centre/maverick

« back to all changes in this revision

Viewing changes to MythbuntuControlCentre/changer.py

  • Committer: Bazaar Package Importer
  • Author(s): Mario Limonciello, Nick Fox, Mario Limonciello
  • Date: 2008-07-06 01:57:08 UTC
  • mfrom: (1.1.28 upstream)
  • Revision ID: james.westby@ubuntu.com-20080706015708-vp1idmwxe0zhilfk
Tags: 0.29-0ubuntu1
[ Nick Fox ]
* Fix for special characters in VNC password (LP #241402) 
* Add support for Mythbuntu Apple Trailers.

[ Mario Limonciello ]
* debian/control:
- Bump standards version.

Show diffs side-by-side

added added

removed removed

Lines of Context:
287
287
        mythvideo = None
288
288
        mythgallery = None
289
289
        mythmusic = None
 
290
        mythbuntu_apple_trailers = None
290
291
        autologin = None
291
292
        autologin_user = None
292
293
        samba = None
347
348
                mythgallery = self.to_reconfigure[item]
348
349
            elif item == "mythmusic":
349
350
                mythmusic = self.to_reconfigure[item]
 
351
            elif item == "mythbuntu_apple_trailers":
 
352
                mythmusic = self.to_reconfigure[item]
350
353
            #Autologin
351
354
            elif item == "autologin":
352
355
                autologin = self.to_reconfigure[item]
469
472
            #self.vnc.toggle_xorg(x11vnc)
470
473
            self.vnc.toggle_xorg(False)
471
474
            if x11vnc:
472
 
                self.vnc.create_password(vnc_password)
 
475
                self.vnc.create_password('"' + vnc_password + '"')
473
476
        else:
474
477
            self.update_gui(.375)
475
478
        if mysql_server is not None: