Fix pylint error
This commit is contained in:
parent
c08f752d89
commit
c1cc8c5714
1 changed files with 1 additions and 1 deletions
|
@ -161,7 +161,7 @@ class ProfileWindow(Gtk.ApplicationWindow):
|
||||||
if self.avatar_sha is None:
|
if self.avatar_sha is None:
|
||||||
return
|
return
|
||||||
show_save_as_menu(self.avatar_sha, nick)
|
show_save_as_menu(self.avatar_sha, nick)
|
||||||
|
|
||||||
elif event.button == 1: # left click
|
elif event.button == 1: # left click
|
||||||
self.on_set_avatar_button_clicked(widget)
|
self.on_set_avatar_button_clicked(widget)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue