I don't remember what these changes are

git-svn-id: file:///home/anna/Desktop/ocarina-legacy/mithos/ocarina@60 1daee41c-8060-4895-b1f0-2197c00d777a
This commit is contained in:
bjschuma 2009-08-09 20:40:56 +00:00
parent b9ccbf2012
commit 47317b24b9
2 changed files with 2 additions and 2 deletions

View File

@ -227,7 +227,7 @@ class ContentPane(gtk.HBox):
#self.gotoCurSong()
self.changeImg()
self.status = ""
self.data.dump()
self.data.dump(True)
# Scroll to the current song

View File

@ -41,7 +41,7 @@ class main:
self.data.size = self.window.get_size()
#self.data.divider = self.window.contentPane.divider.get_position()
self.window.contentPane.storeCols()
self.data.dump()
self.data.dump(True)
gtk.main_quit()
return False