Daniel Brötzmann pushed to branch master at gajim / gajim
Commits:
af6ebc3a by wurstsalat at 2023-10-31T20:47:59+01:00
fix: DBusFileManager: Set self._proxy attribute on init
Fixes #11668
- - - - -
1 changed file:
- gajim/common/dbus/file_manager.py
Changes:
=====================================
gajim/common/dbus/file_manager.py
=====================================
@@ -30,7 +30,7 @@ class DBusFileManager(metaclass=Singleton):
'''
def __init__(self) -> None:
- self._proxy: Gio.DBusProxy | None
+ self._proxy: Gio.DBusProxy | None = None
Gio.DBusProxy.new_for_bus(
Gio.BusType.SESSION,
Gio.DBusProxyFlags.DO_NOT_AUTO_START_AT_CONSTRUCTION,
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/commit/af6ebc3a4888b4ecdb6b8f39fc9fec270e50ca0b
--
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/commit/af6ebc3a4888b4ecdb6b8f39fc9fec270e50ca0b
You're receiving this email because of your account on dev.gajim.org.
_______________________________________________
Commits mailing list -- [email protected]
To unsubscribe send an email to [email protected]