mirror of
https://github.com/SoongNoonien/mpdevil.git
synced 2023-08-10 21:12:44 +03:00
small code style changes
This commit is contained in:
parent
3f42f62be6
commit
da2eb5cba0
@ -1128,7 +1128,7 @@ class ArtistView(FocusFrame):
|
||||
return artists
|
||||
|
||||
def on_row_activated(self, widget, path, view_column):
|
||||
if self.last_artist_path != None:
|
||||
if not self.last_artist_path == None:
|
||||
try:
|
||||
self.store[self.last_artist_path][1]=Pango.Weight.BOOK
|
||||
except:
|
||||
|
Loading…
x
Reference in New Issue
Block a user