commit 23db920dc865f208af176886228c5f67686248cf
Author: Christophe Fergeau <cferg...@mandriva.com>
Date:   Thu Mar 18 14:19:15 2010 +0100

    "port" from devicekit-disks to udisks
    
    The udev callout was setting DKD_* properties, change that to UDISKS_*

 tools/udev-backend.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/tools/udev-backend.c b/tools/udev-backend.c
index 24185ea..e6103b0 100644
--- a/tools/udev-backend.c
+++ b/tools/udev-backend.c
@@ -65,7 +65,7 @@ udev_backend_set_is_unknown (ItdbBackend *itdb_backend, 
gboolean unknown)
 static gboolean
 udev_backend_set_icon_name (ItdbBackend *itdb_backend, const char *icon_name)
 {
-       g_print ("DKD_PRESENTATION_ICON_NAME=%s\n", icon_name);
+       g_print ("UDISKS_PRESENTATION_ICON_NAME=%s\n", icon_name);
        return TRUE;
 }
 
@@ -172,7 +172,7 @@ udev_backend_set_control_path (ItdbBackend *itdb_backend, 
const char *control_pa
 static gboolean
 udev_backend_set_name (ItdbBackend *itdb_backend, const char *name)
 {
-       g_print ("DKD_PRESENTATION_NAME=%s\n", name);
+       g_print ("UDISKS_PRESENTATION_NAME=%s\n", name);
        return TRUE;
 }
 

------------------------------------------------------------------------------
Download Intel&#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
gtkpod-cvs2 mailing list
gtkpod-cvs2@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gtkpod-cvs2

Reply via email to