+branch/ubiquity

« back to all changes in this revision

Viewing changes to ubiquity/plugins/ubi-usersetup.py

  • Committer: Evan Dandrea
  • Date: 2010-06-16 07:58:33 UTC
  • mfrom: (3920.1.14 testing)
  • Revision ID: evan.dandrea@canonical.com-20100616075833-z28qd49gkqaguhs6
Merge testing branch.  Ubiquity now has a test harness in tests/

Show diffs side-by-side

added added

removed removed

Lines of Context:
144
144
        from ubiquity.frontend.gtk_components.labelled_entry import LabelledEntry
145
145
        builder = gtk.Builder()
146
146
        self.controller.add_builder(builder)
147
 
        builder.add_from_file('/usr/share/ubiquity/gtk/stepUserInfo.ui')
 
147
        builder.add_from_file(os.path.join(os.environ['UBIQUITY_GLADE'], 'stepUserInfo.ui'))
148
148
        builder.connect_signals(self)
149
149
        self.page = builder.get_object('stepUserInfo')
150
150
        self.username = builder.get_object('username')