/b-gtk/fix-viz

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/b-gtk/fix-viz

« back to all changes in this revision

Viewing changes to merge.py

  • Committer: Jasper Groenewegen
  • Date: 2008-07-18 18:21:26 UTC
  • mto: This revision was merged to the branch mainline in revision 554.
  • Revision ID: colbrac@xs4all.nl-20080718182126-cl0z0puknfgn0tuz
Fix what is broken

Show diffs side-by-side

added added

removed removed

Lines of Context:
71
71
        # Add widgets to dialog
72
72
        self.vbox.add(self._hbox)
73
73
        self._hbox.add(self._label_merge_from)
74
 
        self._hbox.add(self.filechooser)
 
74
        self._hbox.add(self._filechooser)
75
75
        self._hbox.set_spacing(5)
76
76
        self.action_area.pack_end(self._button_merge)
77
77