Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
gajim
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
mesonium
gajim
Commits
8e14ebc4
Commit
8e14ebc4
authored
3 years ago
by
Daniel Brötzmann
Committed by
Philipp Hörist
3 years ago
Browse files
Options
Downloads
Patches
Plain Diff
App menu: Remove 'Show Roster' and 'Show Transports'
parent
4d85e28c
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
gajim/application.py
+0
-1
0 additions, 1 deletion
gajim/application.py
gajim/data/gui/application_menu.ui
+0
-8
0 additions, 8 deletions
gajim/data/gui/application_menu.ui
with
0 additions
and
9 deletions
gajim/application.py
+
0
−
1
View file @
8e14ebc4
...
...
@@ -509,7 +509,6 @@ def _set_shortcuts(self):
'
app.ipython
'
:
[
'
<Primary><Alt>I
'
],
'
app.start-chat::
'
:
[
'
<Primary>N
'
],
'
app.create-groupchat::
'
:
[
'
<Primary>G
'
],
'
win.show-roster
'
:
[
'
<Primary>R
'
],
'
win.show-offline
'
:
[
'
<Primary>O
'
],
'
win.show-active
'
:
[
'
<Primary>Y
'
],
'
win.change-nickname
'
:
[
'
<Primary><Shift>N
'
],
...
...
This diff is collapsed.
Click to expand it.
gajim/data/gui/application_menu.ui
+
0
−
8
View file @
8e14ebc4
...
...
@@ -38,10 +38,6 @@
<submenu>
<attribute
name=
"label"
translatable=
"yes"
>
_View
</attribute>
<section>
<item>
<attribute
name=
"label"
translatable=
"yes"
>
Show _Contact List
</attribute>
<attribute
name=
"action"
>
win.show-roster
</attribute>
</item>
<item>
<attribute
name=
"label"
translatable=
"yes"
>
Show _Offline Contacts
</attribute>
<attribute
name=
"action"
>
win.show-offline
</attribute>
...
...
@@ -50,10 +46,6 @@
<attribute
name=
"label"
translatable=
"yes"
>
Show _Active Contacts
</attribute>
<attribute
name=
"action"
>
win.show-active
</attribute>
</item>
<item>
<attribute
name=
"label"
translatable=
"yes"
>
Show _Transports
</attribute>
<attribute
name=
"action"
>
win.show-transports
</attribute>
</item>
</section>
<section>
<item>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment