* 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).

View File

@ -1261,7 +1261,7 @@ class Gramps:
self.topWindow.set_title("%s - GRAMPS" % name)
self.status_text("")
self.statusbar.set_progress_percentage(0.0)
self.statusbar.set_pulse_step(0.02)
#self.statusbar.set_pulse_step(0.02)
self.delete_autosave(old_file)
def delete_autosave(self,filename):