~ubuntu-tour/ubuntu-tour/new-lang-system

« back to all changes in this revision

Viewing changes to ubuntu-tour.py

  • Committer: Anthony Stewart
  • Date: 2011-07-08 17:50:18 UTC
  • Revision ID: madnessred@gmail.com-20110708175018-uh5hhavvmamymurp
Some tablet stuff, run ./ubuntu-tour -t to test

Show diffs side-by-side

added added

removed removed

Lines of Context:
163
163
                #Now load the first pages
164
164
                self.manager.set_style('home')
165
165
                
 
166
                #Tablet enabled?
 
167
                if (extras.get_flag("t") or extras.get_argument("touch")):
 
168
                        self.manager.tablet_enabled = True
 
169
                
166
170
                #Some dialogs that might want showing
167
171
                self.importdialog = None
168
172
                self.aboutdialog = None