Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Donald Haase
Cockatrice
Commits
1cd63375
Commit
1cd63375
authored
Apr 02, 2012
by
Max-Wilhelm Bruker
Browse files
ignore unregistered users fix
parent
a319ce3a
Changes
1
Hide whitespace changes
Inline
Side-by-side
cockatrice/src/tab_room.cpp
View file @
1cd63375
...
...
@@ -153,6 +153,7 @@ void TabRoom::actLeaveRoom()
void
TabRoom
::
actIgnoreUnregisteredUsers
()
{
aIgnoreUnregisteredUsers
->
setChecked
(
!
aIgnoreUnregisteredUsers
->
isChecked
());
settingsCache
->
setIgnoreUnregisteredUsers
(
!
settingsCache
->
getIgnoreUnregisteredUsers
());
}
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment