Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
GNOME
Settings
Commits
b47b4afb
Commit
b47b4afb
authored
Jan 29, 2013
by
Matthias Clasen
Committed by
Rui Matos
Feb 19, 2013
Browse files
region: Show a Login Screen button when multi-user
The button doesn't do anything yet.
parent
8cc06f84
Changes
1
Hide whitespace changes
Inline
Side-by-side
panels/region/cc-region-panel.c
View file @
b47b4afb
...
...
@@ -146,7 +146,10 @@ cc_region_panel_constructed (GObject *object)
cc_shell_embed_widget_in_header
(
cc_panel_get_shell
(
CC_PANEL
(
object
)),
priv
->
login_button
);
gtk_widget_show
(
priv
->
login_button
);
g_object_bind_property
(
priv
->
user_manager
,
"has-multiple-users"
,
priv
->
login_button
,
"visible"
,
G_BINDING_SYNC_CREATE
);
}
static
const
char
*
...
...
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