X-Git-Url: http://vcs.maemo.org/git/?a=blobdiff_plain;f=src%2Fmussorgsky.py;h=5b37c2dffc2080a2be911b491000ec2a3a302709;hb=5d138525038b4137d90c667830afc75693a32166;hp=013c92f930a3575017011cdfd95b289e4092b8ca;hpb=413c1caa424b5d731cb25b8acf8f28670512c8fe;p=mussorgsky diff --git a/src/mussorgsky.py b/src/mussorgsky.py index 013c92f..5b37c2d 100755 --- a/src/mussorgsky.py +++ b/src/mussorgsky.py @@ -17,17 +17,17 @@ class MussorgskyMainWindow (hildon.StackableWindow): self.__create_view () self.show_all () - def show_edit_panel (self, songs): + def show_browse_panel (self, songs): panel = MussorgskyBrowsePanel (songs) panel.show_all () def broken_files_clicked (self, widget): list_songs = self.tracker.get_all_broken_songs () - self.show_edit_panel (list_songs) + self.show_browse_panel (list_songs) def browse_clicked (self, widget): list_songs = self.tracker.get_all_songs () - self.show_edit_panel (list_songs) + self.show_browse_panel (list_songs) def album_art_clicked (self, widget): album_artists = self.tracker.get_all_pairs_album_artist ()