Author: dmeyer
Date: Sun Dec 17 12:01:49 2006
New Revision: 2252

Modified:
   trunk/beacon/src/server/hwmon/hal.py

Log:
there is no pumount-hal anymore

Modified: trunk/beacon/src/server/hwmon/hal.py
==============================================================================
--- trunk/beacon/src/server/hwmon/hal.py        (original)
+++ trunk/beacon/src/server/hwmon/hal.py        Sun Dec 17 12:01:49 2006
@@ -92,7 +92,7 @@
                 break
         else:
             if umount:
-                cmd = ("pumount-hal", self.udi)
+                cmd = ("pumount", self.prop.get('volume.mount_point'))
             else:
                 cmd = ("pmount-hal", self.udi)
         proc = kaa.notifier.Process(cmd)

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Freevo-cvslog mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to