[gdm/multi-stack: 30/35] drop code for label that doesn't exist anymore
- From: Ray Strode <halfline src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gdm/multi-stack: 30/35] drop code for label that doesn't exist anymore
- Date: Fri, 4 Feb 2011 20:14:35 +0000 (UTC)
commit 410b4c9c3398b835548b67ec89881ec44b7cd941
Author: Ray Strode <rstrode redhat com>
Date: Wed Aug 4 18:11:27 2010 -0400
drop code for label that doesn't exist anymore
gui/simple-greeter/gdm-greeter-login-window.c | 5 -----
1 files changed, 0 insertions(+), 5 deletions(-)
---
diff --git a/gui/simple-greeter/gdm-greeter-login-window.c b/gui/simple-greeter/gdm-greeter-login-window.c
index ddb35a9..7d63761 100644
--- a/gui/simple-greeter/gdm-greeter-login-window.c
+++ b/gui/simple-greeter/gdm-greeter-login-window.c
@@ -776,8 +776,6 @@ static void
reset_dialog (GdmGreeterLoginWindow *login_window,
guint dialog_mode)
{
- GtkWidget *label;
-
g_debug ("GdmGreeterLoginWindow: Resetting dialog to mode %u", dialog_mode);
set_busy (login_window);
set_sensitive (login_window, FALSE);
@@ -812,9 +810,6 @@ reset_dialog (GdmGreeterLoginWindow *login_window,
reset_task,
login_window);
- label = GTK_WIDGET (gtk_builder_get_object (GDM_GREETER_LOGIN_WINDOW (login_window)->priv->builder, "auth-prompt-label"));
- gtk_label_set_text (GTK_LABEL (label), "");
-
if (can_jump_to_authenticate (login_window)) {
/* If we don't have a user list jump straight to authenticate */
g_debug ("GdmGreeterLoginWindow: jumping straight to authenticate");
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]