Daniel Brötzmann pushed to branch master at gajim / gajim
Commits:
c3b0257a by wurstsalat at 2023-01-13T14:02:27+01:00
fix: Profile: Fix setting avatar
This was accidentally introduced in fc4a56e2c1929866eb618ed5ba34b9891dc23ab6
Fixes #11371
- - - - -
1 changed file:
- gajim/gtk/profile.py
Changes:
=====================================
gajim/gtk/profile.py
=====================================
@@ -355,7 +355,6 @@ def _on_update_avatar(self, _button: Gtk.Button) -> None:
self._new_avatar = Avatar()
self._new_avatar.add_image_source(data, 'image/png', height, width) #
pyright: ignore # noqa: E501
- self._new_avatar = False
scale = self.get_scale_factor()
surface = app.app.avatar_storage.surface_from_filename(
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/commit/c3b0257abe51d16fff210bdda202c372b2e31723
--
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/commit/c3b0257abe51d16fff210bdda202c372b2e31723
You're receiving this email because of your account on dev.gajim.org.
_______________________________________________
Commits mailing list
[email protected]
https://lists.gajim.org/cgi-bin/listinfo/commits