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
01d2231a
Commit
01d2231a
authored
4 months ago
by
Daniel Brötzmann
Committed by
mesonium
4 months ago
Browse files
Options
Downloads
Patches
Plain Diff
refactor: GroupchatRoster: Fix revealing roster on first click
parent
2037805e
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
gajim/gtk/groupchat_roster.py
+0
-1
0 additions, 1 deletion
gajim/gtk/groupchat_roster.py
with
0 additions
and
1 deletion
gajim/gtk/groupchat_roster.py
+
0
−
1
View file @
01d2231a
...
...
@@ -133,7 +133,6 @@ def do_unroot(self) -> None:
def
_hide_roster
(
self
,
hide_roster
:
bool
,
*
args
:
Any
)
->
None
:
transition
=
Gtk
.
RevealerTransitionType
.
SLIDE_RIGHT
if
not
hide_roster
:
self
.
show
()
transition
=
Gtk
.
RevealerTransitionType
.
SLIDE_LEFT
self
.
set_transition_type
(
transition
)
...
...
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