[rygel] core: No need to mark the device unavailable



commit 960265fcadb6026f98137420614a107cb09a2a0e
Author: Zeeshan Ali (Khattak) <zeeshanak gnome org>
Date:   Tue Jul 14 15:25:34 2009 +0300

    core: No need to mark the device unavailable
    
    No need to mark the device unavailable before destorying it.

 src/rygel/rygel-main.vala |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/src/rygel/rygel-main.vala b/src/rygel/rygel-main.vala
index 51935a1..a3976a1 100644
--- a/src/rygel/rygel-main.vala
+++ b/src/rygel/rygel-main.vala
@@ -145,7 +145,6 @@ public class Rygel.Main : Object {
         }
 
         foreach (var device in device_list) {
-            device.available = false;
             this.root_devices.remove (device);
         }
     }



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