* src/gramps_main.py (save_file): Remove statusbar.set_pulse_step()

call because gnome.ui.AppBar does not have such method.


svn: r1958
This commit is contained in:
Alex Roitman
2003-08-03 05:41:08 +00:00
parent cca145494d
commit 0ff39d38a0
2 changed files with 3 additions and 1 deletions

View File

@@ -5,6 +5,8 @@
* src/edit_person.glade: Likewise.
* src/plugins/pafexport.glade: Consistent check box label.
* src/po/template.po: Update the above corrections in template.
* src/gramps_main.py (save_file): Remove statusbar.set_pulse_step()
call because gnome.ui.AppBar does not have such method.
2003-08-01 Alex Roitman <shura@alex.neuro.umn.edu>
* src/plugins/writeftree.glade: Swap OK and Cancel buttons (HIG).