[Xfce4-commits] [xfce/xfce4-session] 01/01: Fix sensitivity of switch user button
noreply at xfce.org
noreply at xfce.org
Thu May 16 22:44:22 CEST 2019
This is an automated email from the git hooks/post-receive script.
o c h o s i p u s h e d a c o m m i t t o b r a n c h m a s t e r
in repository xfce/xfce4-session.
commit 2e87f3929c3e1ff051b9e726354cdf62d2e23b4b
Author: Simon Steinbeiss <simon.steinbeiss at elfenbeinturm.at>
Date: Thu May 16 22:44:06 2019 +0200
Fix sensitivity of switch user button
---
xfce4-session/xfsm-logout-dialog.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/xfce4-session/xfsm-logout-dialog.c b/xfce4-session/xfsm-logout-dialog.c
index 57ccbb3..4af0bce 100644
--- a/xfce4-session/xfsm-logout-dialog.c
+++ b/xfce4-session/xfsm-logout-dialog.c
@@ -393,7 +393,7 @@ xfsm_logout_dialog_init (XfsmLogoutDialog *dialog)
XFSM_SHUTDOWN_SWITCH_USER, dialog);
gtk_box_pack_start (GTK_BOX (hbox), button, TRUE, TRUE, 0);
- gtk_widget_set_sensitive (button, auth_hibernate);
+ gtk_widget_set_sensitive (button, can_switch_user);
gtk_widget_show (button);
gtk_widget_show (hbox);
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list