* src/Sources.py (SourceEditor.update_display): Do not add source
for the second time. svn: r4091
This commit is contained in:
parent
fcb6f84f4b
commit
4448433851
@ -3,6 +3,9 @@
|
||||
(format_maker): Add_function; (NewSaveasDbPrompter.chooser): Support
|
||||
for explicit format selection.
|
||||
|
||||
* src/Sources.py (SourceEditor.update_display): Do not add source
|
||||
for the second time.
|
||||
|
||||
2005-02-24 Alex Roitman <shura@alex.neuro.umn.edu>
|
||||
* src/MediaView.py (on_select_row): Add garbage collection call.
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# Gramps - a GTK+/GNOME based genealogy program
|
||||
#
|
||||
# Copyright (C) 2000-2004 Donald N. Allingham
|
||||
# Copyright (C) 2000-2005 Donald N. Allingham
|
||||
#
|
||||
# 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
|
||||
@ -517,9 +517,7 @@ class SourceEditor:
|
||||
self.set_button()
|
||||
|
||||
def update_display(self,source):
|
||||
self.db.add_source(source)
|
||||
self.draw(source)
|
||||
# self.update(0)
|
||||
|
||||
def add_src_clicked(self,obj):
|
||||
import EditSource
|
||||
|
Loading…
Reference in New Issue
Block a user