6311: Export assistant to export a GEDCOM fail

svn: r21044
This commit is contained in:
Benny Malengier 2013-01-09 10:20:19 +00:00
parent b30220b72b
commit 94d452d63c

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)