* 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:
parent
26d56c1408
commit
e95dc44bbf
@ -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).
|
||||
|
@ -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):
|
||||
|
Loading…
Reference in New Issue
Block a user