[gnome-settings-daemon/gnome-3-18] rfkill: Fix typo in rfkill type



commit 9f871b4bccf380690c19a109550e92657e0fd926
Author: Bastien Nocera <hadess hadess net>
Date:   Tue Jan 5 15:36:11 2016 +0100

    rfkill: Fix typo in rfkill type

 plugins/rfkill/rfkill-glib.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/plugins/rfkill/rfkill-glib.c b/plugins/rfkill/rfkill-glib.c
index fb93f4d..ee2119d 100644
--- a/plugins/rfkill/rfkill-glib.c
+++ b/plugins/rfkill/rfkill-glib.c
@@ -123,7 +123,7 @@ type_to_string (unsigned int type)
        case RFKILL_TYPE_WLAN:
                return "WLAN";
        case RFKILL_TYPE_BLUETOOTH:
-               return "RFKILL";
+               return "BLUETOOTH";
        case RFKILL_TYPE_UWB:
                return "UWB";
        case RFKILL_TYPE_WIMAX:


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