Fix pylint error

This commit is contained in:
Philipp Hörist 2018-10-25 00:06:45 +02:00
parent c08f752d89
commit c1cc8c5714
1 changed files with 1 additions and 1 deletions

View File

@ -161,7 +161,7 @@ class ProfileWindow(Gtk.ApplicationWindow):
if self.avatar_sha is None:
return
show_save_as_menu(self.avatar_sha, nick)
elif event.button == 1: # left click
self.on_set_avatar_button_clicked(widget)