~sbeattie/apport/apport-improvements

« back to all changes in this revision

Viewing changes to gtk/apport-gtk

  • Committer: Martin Pitt
  • Date: 2009-08-05 14:19:34 UTC
  • mfrom: (1513 trunk)
  • mto: This revision was merged to the branch mainline in revision 1514.
  • Revision ID: martin.pitt@canonical.com-20090805141934-2uq9lm5glmx47idv
merge trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
288
288
            else:
289
289
                # use previous radio button as group
290
290
                b = gtk.RadioButton(b, option)
291
 
            self.w('vbox_choices').pack_end(b)
 
291
            self.w('vbox_choices').pack_start(b)
292
292
        self.w('vbox_choices').show_all()
293
293
 
294
294
        result = d.run()