Daniel Brötzmann pushed to branch mainwindow at gajim / gajim
Commits:
3f674575 by wurstsalat at 2021-05-01T23:53:38+02:00
Remove history remnants
- - - - -
4 changed files:
- gajim/app_actions.py
- gajim/application.py
- gajim/data/gui/application_menu.ui
- gajim/gui_menu_builder.py
Changes:
=====================================
gajim/app_actions.py
=====================================
@@ -234,10 +234,6 @@ def on_file_transfers(_action, _param):
interface.instances['file_transfers'].window.show_all()
-def on_history(action, param):
- on_browse_history(action, param)
-
-
def on_open_event(_action, param):
dict_ = param.unpack()
app.interface.handle_event(
=====================================
gajim/application.py
=====================================
@@ -405,7 +405,6 @@ def add_actions(self):
('plugins', app_actions.on_plugins),
('xml-console', app_actions.on_xml_console),
('file-transfer', app_actions.on_file_transfers),
- ('history', app_actions.on_history),
('shortcuts', app_actions.on_keyboard_shortcuts),
('features', app_actions.on_features),
('content', app_actions.on_contents),
=====================================
gajim/data/gui/application_menu.ui
=====================================
@@ -64,10 +64,6 @@
<attribute name="label" translatable="yes">_File Transfer</attribute>
<attribute name="action">app.file-transfer</attribute>
</item>
- <item>
- <attribute name="label" translatable="yes">_History</attribute>
- <attribute name="action">app.history</attribute>
- </item>
</section>
</submenu>
<submenu>
=====================================
gajim/gui_menu_builder.py
=====================================
@@ -524,7 +524,6 @@ def get_singlechat_menu(control_id, account, jid, type_):
('win.block-contact-', _('Block Contact…')),
('win.start-call-', _('Start Call…')),
('win.information-', _('Information')),
- ('app.browse-history', _('History')),
('win.search-history', _('Search…')),
]
@@ -590,7 +589,6 @@ def get_groupchat_menu(control_id, account, jid):
('win.change-nickname-', _('Change Nickname…')),
('win.request-voice-', _('Request Voice')),
('win.execute-command-', _('Execute Command…')),
- ('app.browse-history', _('History')),
('win.search-history', _('Search…')),
]
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/commit/3f674575d756b66b9df62e8d4abe6ae80ca40f85
--
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/commit/3f674575d756b66b9df62e8d4abe6ae80ca40f85
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