From 8b11e650f799dd0a74ac7c1ce1507ffa346c3db6 Mon Sep 17 00:00:00 2001 From: Paul Franklin Date: Fri, 17 May 2013 15:24:15 +0000 Subject: [PATCH] don't start a GraphViz report on the "Paper Options" tab None of the other reports start on the "Paper Options" tab. (I will commit this to gramps40 when its "code freeze" is over.) svn: r22353 --- src/gui/plug/report/_graphvizreportdialog.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/gui/plug/report/_graphvizreportdialog.py b/src/gui/plug/report/_graphvizreportdialog.py index bb5449635..4bd8dc9fa 100644 --- a/src/gui/plug/report/_graphvizreportdialog.py +++ b/src/gui/plug/report/_graphvizreportdialog.py @@ -6,6 +6,7 @@ # Copyright (C) 2009 Gary Burton # Contribution 2009 by Bob Ham # Copyright (C) 2010 Jakim Friant +# Copyright (C) 2012-2013 Paul Franklin # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -141,6 +142,7 @@ class GraphvizReportDialog(ReportDialog): def init_interface(self): ReportDialog.init_interface(self) self.doc_type_changed(self.format_menu) + self.notebook.set_current_page(1) # don't start on "Paper Options" def setup_format_frame(self): """Set up the format frame of the dialog."""