[gedit-latex/gnome-3-0] Fix bibtex entry wizard
- From: Jose Aliste <jaliste src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gedit-latex/gnome-3-0] Fix bibtex entry wizard
- Date: Wed, 29 Jun 2011 15:30:41 +0000 (UTC)
commit 783b7402dd0cc2fedde6e345e0f5264870aae50e
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 7a4167e..f4d3cf0 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,4 +189,4 @@ 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)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]