[gedit-latex] Fix bibtex entry wizard



commit 3912471dd4d934c3f5b06585b3fe559507cd050f
Author: John Stowers <john stowers gmail com>
Date:   Wed Jun 29 20:37:56 2011 +1200

    Fix bibtex entry wizard

 latex/bibtex/dialogs.py |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/latex/bibtex/dialogs.py b/latex/bibtex/dialogs.py
index 30a0e3d..fd68558 100644
--- a/latex/bibtex/dialogs.py
+++ b/latex/bibtex/dialogs.py
@@ -156,7 +156,7 @@ class InsertBibTeXEntryDialog(GladeInterface):
             child.destroy()
 
         tbl_required.show_all()
-        self._boxRequired.pack_start(tbl_required, False)
+        self._boxRequired.pack_start(tbl_required, False, False, 0)
 
         # optional fields
 
@@ -189,6 +189,6 @@ class InsertBibTeXEntryDialog(GladeInterface):
             child.destroy()
 
         tbl_optional.show_all()
-        self._boxOptional.pack_start(tbl_optional, False)
+        self._boxOptional.pack_start(tbl_optional, False, False, 0)
 
 # ex:ts=4:et:



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]