[gdm/multi-stack: 37/50] adapt smartcard plugin to task iface



commit e372a7f8db62975ddf90bb89dc1fc54805c04c8b
Author: Ray Strode <rstrode redhat com>
Date:   Wed Oct 28 14:11:05 2009 -0400

    adapt smartcard plugin to task iface

 .../plugins/smartcard/gdm-smartcard-extension.c    |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)
---
diff --git a/gui/simple-greeter/plugins/smartcard/gdm-smartcard-extension.c b/gui/simple-greeter/plugins/smartcard/gdm-smartcard-extension.c
index 274132e..9967d5f 100644
--- a/gui/simple-greeter/plugins/smartcard/gdm-smartcard-extension.c
+++ b/gui/simple-greeter/plugins/smartcard/gdm-smartcard-extension.c
@@ -309,6 +309,12 @@ gdm_smartcard_extension_is_choosable (GdmTask *task)
         return TRUE;
 }
 
+gboolean
+gdm_smartcard_extension_is_visible (GdmTask *task)
+{
+        return TRUE;
+}
+
 static void
 gdm_task_iface_init (GdmTaskIface *iface)
 {
@@ -316,6 +322,7 @@ gdm_task_iface_init (GdmTaskIface *iface)
         iface->get_description = gdm_smartcard_extension_get_description;
         iface->get_name = gdm_smartcard_extension_get_name;
         iface->is_choosable = gdm_smartcard_extension_is_choosable;
+        iface->is_visible = gdm_smartcard_extension_is_visible;
 }
 
 static void



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