diff --git a/gramps2/ChangeLog b/gramps2/ChangeLog index f6f696088..14db4a8d1 100644 --- a/gramps2/ChangeLog +++ b/gramps2/ChangeLog @@ -1,4 +1,5 @@ 2005-08-17 Don Allingham + * src/Marriage.py: fix lds_data_object problem * src/GrampsDBCallback.py: look for GRAMPS_SIGNAL environment variable equal to 1 to enable signal debugging * src/ChooseParents.py: disconnect signals on close, do fewer diff --git a/gramps2/doc/gramps-manual/C/bugs.xml b/gramps2/doc/gramps-manual/C/bugs.xml index 2f4dbff42..df83cfc8f 100644 --- a/gramps2/doc/gramps-manual/C/bugs.xml +++ b/gramps2/doc/gramps-manual/C/bugs.xml @@ -24,11 +24,6 @@ Known Bugs and Limitations -The bugs are tracked through the - - sourceforge.net tracking system. - - The known limitations include the BSDDB performance issues related to caching and the memory size. As long as the BSDDB cache fits completely into the available memory on the system, the performance should be diff --git a/gramps2/doc/gramps-manual/C/faq.xml b/gramps2/doc/gramps-manual/C/faq.xml index 9b6c8f367..47b302f20 100644 --- a/gramps2/doc/gramps-manual/C/faq.xml +++ b/gramps2/doc/gramps-manual/C/faq.xml @@ -289,18 +289,6 @@ The best thing you can do is to fix the bug and send the patch to gramps-devel@lists.sf.net :-) - -The next best thing would be to submit a good bug report. This can be done in -one of the two ways: (1) send your report to -gramps-bugs@lists.sf.net -or (2) file your report with the bug tracker system at - -http://sf.net/tracker/?group_id=25770&atid=385137 -(this function is also available by selecting -HelpReport a -bug from gramps main menu). - A good bug report would include: diff --git a/gramps2/doc/gramps-manual/C/gramps-manual.xml b/gramps2/doc/gramps-manual/C/gramps-manual.xml index fa61b2a84..442568628 100644 --- a/gramps2/doc/gramps-manual/C/gramps-manual.xml +++ b/gramps2/doc/gramps-manual/C/gramps-manual.xml @@ -226,17 +226,6 @@ This manual describes version &appversion; of GRAMPS. - - Feedback - - To report a bug or make a suggestion regarding this application or - this manual, use the help menu in &app;, or follow the directions - found on this site. - - - - diff --git a/gramps2/src/Marriage.py b/gramps2/src/Marriage.py index 202126bc7..980332bf9 100644 --- a/gramps2/src/Marriage.py +++ b/gramps2/src/Marriage.py @@ -244,7 +244,9 @@ class Marriage: AutoComp.fill_combo(self.lds_place, place_list) lds_ord = self.family.get_lds_sealing() + self.seal_stat = 0 + self.lds_date_object = Date.Date() if GrampsKeys.get_uselds() or lds_ord: if lds_ord: place_handle = lds_ord.get_place_handle() @@ -257,8 +259,6 @@ class Marriage: self.lds_date_object = lds_ord.get_date_object() else: self.lds_place.child.set_text("") - self.seal_stat = 0 - self.lds_date_object = Date.Date() self.lds_label.show() self.get_widget('lds_page').show() else: