[gdm] worker: drop "maybe" from the list of choices



commit d0e2bcbb1a2723e83cb97f96afdbcc924b893806
Author: Ray Strode <rstrode redhat com>
Date:   Thu Sep 12 08:28:58 2013 -0400

    worker: drop "maybe" from the list of choices
    
    PAM_RADIO_TYPE is pretty ill-defined, with no way that I know
    of to specify what the multiple choices are.  Having "maybe"
    in there is just weird.
    
    Drop it.

 daemon/gdm-session-worker.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/daemon/gdm-session-worker.c b/daemon/gdm-session-worker.c
index fb01d90..8c4dc3a 100644
--- a/daemon/gdm-session-worker.c
+++ b/daemon/gdm-session-worker.c
@@ -781,7 +781,7 @@ gdm_session_worker_process_pam_message (GdmSessionWorker          *worker,
                 break;
 #ifdef PAM_RADIO_TYPE
         case PAM_RADIO_TYPE:
-                msg = g_strdup_printf ("%s (yes/no/maybe)", utf8_msg);
+                msg = g_strdup_printf ("%s (yes/no)", utf8_msg);
                 res = gdm_session_worker_ask_question (worker, msg, &user_answer);
                 g_free (msg);
                 break;


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]