X-Git-Url: https://vcs.maemo.org/git/?a=blobdiff_plain;f=src%2Falbum_art_panel.py;fp=src%2Falbum_art_panel.py;h=f5f58b24010c9d74ad7df97b5f385fc036c76b51;hb=50dae1c32da2b104ea26581cb0f313b86736ae19;hp=243f3444d02b6d45d23cce769ff3d2730972c54f;hpb=545ca768c327782ca2dfb50febeba6fdd6a393bc;p=mussorgsky diff --git a/src/album_art_panel.py b/src/album_art_panel.py index 243f344..f5f58b2 100644 --- a/src/album_art_panel.py +++ b/src/album_art_panel.py @@ -91,9 +91,8 @@ class MussorgskyAlbumArtPanel (hildon.StackableWindow): def row_activated_cb (self, treeview, path, view_colum): it = treeview.get_model ().get_iter (path) - artist = treeview.get_model ().get_value (it, 3) - album = treeview.get_model ().get_value (it, 2) - print artist + artist = treeview.get_model ().get_value (it, 2) + album = treeview.get_model ().get_value (it, 3) if (artist.find ('|') != -1): artist = "Various artists"