[gnome-disk-utility] Remove support for ID_SEAT=all



commit 27a8c5ab7ab7ffbcba63b30856b183b6f9f9b3e0
Author: David Zeuthen <davidz redhat com>
Date:   Mon Apr 30 13:17:21 2012 -0400

    Remove support for ID_SEAT=all
    
    We might bring this back in one shape or the other, but remove it for
    now until I get a chance to talk to Kay and Lennart some more.
    
    Signed-off-by: David Zeuthen <davidz redhat com>

 src/palimpsest/gduwindow.c |    5 +----
 1 files changed, 1 insertions(+), 4 deletions(-)
---
diff --git a/src/palimpsest/gduwindow.c b/src/palimpsest/gduwindow.c
index c5e8f7e..5ef3b31 100644
--- a/src/palimpsest/gduwindow.c
+++ b/src/palimpsest/gduwindow.c
@@ -1636,9 +1636,6 @@ update_device_page_for_drive (GduWindow      *window,
        * working seat-support... so just assume it's available at our
        * seat.
        *
-       * If the seat is "all" it means the device is available at all
-       * seats so don't show anything there.
-       *
        * Note that seat support was added in udisks 1.95.0 (and so was the
        * UDISKS_CHECK_VERSION macro) - for now, be compatible with older
        * versions instead of bumping requirement in configure.ac
@@ -1648,7 +1645,7 @@ update_device_page_for_drive (GduWindow      *window,
       drive_seat = udisks_drive_get_seat (drive);
 # endif
 #endif
-      if (drive_seat != NULL && g_strcmp0 (drive_seat, "all") != 0)
+      if (drive_seat != NULL)
         {
           /* If device is attached to seat0, only consider it to be another seat if
            * it's removable...



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