Daniel Brötzmann pushed to branch mainwindow at gajim / gajim
Commits:
2e4b34de by wurstsalat at 2021-11-14T20:14:07+01:00
App menu: Remove show-offline/show-active
- - - - -
2 changed files:
- gajim/application.py
- gajim/data/gui/application_menu.ui
Changes:
=====================================
gajim/application.py
=====================================
@@ -498,8 +498,6 @@ def _set_shortcuts(self):
'app.ipython': ['<Primary><Alt>I'],
'app.start-chat::': ['<Primary>N'],
'app.create-groupchat::': ['<Primary>G'],
- 'win.show-offline': ['<Primary>O'],
- 'win.show-active': ['<Primary>Y'],
'win.change-nickname': ['<Primary><Shift>N'],
'win.change-subject': ['<Primary><Shift>S'],
'win.escape': ['Escape'],
=====================================
gajim/data/gui/application_menu.ui
=====================================
@@ -37,16 +37,6 @@
</submenu>
<submenu>
<attribute name="label" translatable="yes">_View</attribute>
- <section>
- <item>
- <attribute name="label" translatable="yes">Show _Offline
Contacts</attribute>
- <attribute name="action">win.show-offline</attribute>
- </item>
- <item>
- <attribute name="label" translatable="yes">Show _Active
Contacts</attribute>
- <attribute name="action">win.show-active</attribute>
- </item>
- </section>
<section>
<item>
<attribute name="label" translatable="yes">_XML Console</attribute>
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/commit/2e4b34dea611104b0bfd390a7480e7e113d2db9e
--
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/commit/2e4b34dea611104b0bfd390a7480e7e113d2db9e
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