6311: Export assistant to export a GEDCOM fail

svn: r21045
This commit is contained in:
Benny Malengier 2013-01-09 10:21:07 +00:00
parent 96a727e825
commit be608b715e

View File

@ -374,7 +374,7 @@ class WriterOptionBox(object):
# Now, we can't add something that we want hidden # Now, we can't add something that we want hidden
for n in range(5): for n in range(5):
self.vbox_n[n].pack_start(self.up_n[n], True, True, 0) self.vbox_n[n].pack_start(self.up_n[n], True, True, 0)
self.vbox_n[n].pack_end(self.down_n[n]) self.vbox_n[n].pack_end(self.down_n[n], False, True, 0)
# some spacer buttons: # some spacer buttons:
up = Gtk.Button() up = Gtk.Button()
up.set_sensitive(0) up.set_sensitive(0)