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
6b9daf3d
Commit
6b9daf3d
authored
Jul 27, 2014
by
Fabio Bas
Browse files
Enable Show this user's games" for offline users
parent
fe12f71b
Changes
1
Hide whitespace changes
Inline
Side-by-side
cockatrice/src/user_context_menu.cpp
View file @
6b9daf3d
...
...
@@ -134,7 +134,7 @@ void UserContextMenu::showContextMenu(const QPoint &pos, const QString &userName
bool
anotherUser
=
userName
!=
QString
::
fromStdString
(
tabSupervisor
->
getUserInfo
()
->
name
());
aDetails
->
setEnabled
(
online
);
aChat
->
setEnabled
(
anotherUser
&&
online
);
aShowGames
->
setEnabled
(
anotherUser
&&
online
);
aShowGames
->
setEnabled
(
anotherUser
);
aAddToBuddyList
->
setEnabled
(
anotherUser
);
aRemoveFromBuddyList
->
setEnabled
(
anotherUser
);
aAddToIgnoreList
->
setEnabled
(
anotherUser
);
...
...
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