4776: Unable to produce text and graph reports
svn: r16901
This commit is contained in:
@@ -1,4 +1,5 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
# Gramps - a GTK+/GNOME based genealogy program
|
# Gramps - a GTK+/GNOME based genealogy program
|
||||||
#
|
#
|
||||||
# Copyright (C) 2001-2006 Donald N. Allingham
|
# Copyright (C) 2001-2006 Donald N. Allingham
|
||||||
@@ -696,7 +697,7 @@ def report(dbstate, uistate, person, report_class, options_class,
|
|||||||
# do not have a target frame and have their own progress
|
# do not have a target frame and have their own progress
|
||||||
# bars.
|
# bars.
|
||||||
do_report()
|
do_report()
|
||||||
elif dialog.open_with_app.get_sensitive() == False:
|
elif dialog.open_with_app.get_property('sensitive') == False:
|
||||||
# This is a work around for the GtkPrint report which
|
# This is a work around for the GtkPrint report which
|
||||||
# uses GTK. The print dialog interferes with the progress
|
# uses GTK. The print dialog interferes with the progress
|
||||||
# bar. So the progress bar should not be used.
|
# bar. So the progress bar should not be used.
|
||||||
|
|||||||
Reference in New Issue
Block a user