[gdm/multi-stack: 31/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: 31/35] drop code for label that doesn't exist anymore
- Date: Tue, 24 Aug 2010 14:17:35 +0000 (UTC)
commit aedf0cf1393a47694691432b4c328ff242afd3a1
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 | 6 ------
1 files changed, 0 insertions(+), 6 deletions(-)
---
diff --git a/gui/simple-greeter/gdm-greeter-login-window.c b/gui/simple-greeter/gdm-greeter-login-window.c
index 13798ff..536d4bb 100644
--- a/gui/simple-greeter/gdm-greeter-login-window.c
+++ b/gui/simple-greeter/gdm-greeter-login-window.c
@@ -776,9 +776,6 @@ static void
reset_dialog (GdmGreeterLoginWindow *login_window,
guint dialog_mode)
{
- GtkWidget *label;
- guint mode;
-
g_debug ("GdmGreeterLoginWindow: Resetting dialog to mode %u", dialog_mode);
set_busy (login_window);
set_sensitive (login_window, FALSE);
@@ -813,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]