Philipp Hörist pushed to branch master at gajim / gajim


Commits:
3c2c6448 by Philipp Hörist at 2023-02-03T15:47:25+01:00
fix: Make switching status work again

This was a regression after refactoring

- - - - -


1 changed file:

- gajim/common/application.py


Changes:

=====================================
gajim/common/application.py
=====================================
@@ -50,7 +50,6 @@
 from gajim.common.events import GajimUpdateAvailable
 from gajim.common.events import SignedIn
 from gajim.common.helpers import from_one_line
-from gajim.common.helpers import get_global_show
 from gajim.common.helpers import get_random_string
 from gajim.common.settings import LegacyConfig
 from gajim.common.settings import Settings
@@ -427,8 +426,6 @@ def change_status(self,
                       account: Optional[str] = None
                       ) -> None:
 
-        status = get_global_show()
-
         if account is not None:
             self._change_status(account, status)
             return



View it on GitLab: 
https://dev.gajim.org/gajim/gajim/-/commit/3c2c6448f50ea32cb854f2be393037c5c99be787

-- 
View it on GitLab: 
https://dev.gajim.org/gajim/gajim/-/commit/3c2c6448f50ea32cb854f2be393037c5c99be787
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

Reply via email to