Send commitlog mailing list submissions to
        [email protected]

To subscribe or unsubscribe via the World Wide Web, visit
        http://lists.openmoko.org/mailman/listinfo/commitlog
or, via email, send a message with subject or body 'help' to
        [EMAIL PROTECTED]

You can reach the person managing the list at
        [EMAIL PROTECTED]

When replying, please edit your Subject line so it is more specific
than "Re: Contents of commitlog digest..."
Today's Topics:

   1. r3333 -
      trunk/src/target/OM-2007.2/panel-plugins/openmoko-panel-usb/src
      ([EMAIL PROTECTED])
--- Begin Message ---
Author: mickey
Date: 2007-11-02 11:59:47 +0100 (Fri, 02 Nov 2007)
New Revision: 3333

Modified:
   
trunk/src/target/OM-2007.2/panel-plugins/openmoko-panel-usb/src/openmoko-panel-usb.c
Log:
openmoko-panel-usb: fix accidantly revealed name space


Modified: 
trunk/src/target/OM-2007.2/panel-plugins/openmoko-panel-usb/src/openmoko-panel-usb.c
===================================================================
--- 
trunk/src/target/OM-2007.2/panel-plugins/openmoko-panel-usb/src/openmoko-panel-usb.c
        2007-11-02 10:44:59 UTC (rev 3332)
+++ 
trunk/src/target/OM-2007.2/panel-plugins/openmoko-panel-usb/src/openmoko-panel-usb.c
        2007-11-02 10:59:47 UTC (rev 3333)
@@ -38,7 +38,7 @@
 
 #define USB_DBUS_SERVICE      "org.freedesktop.PowerManagement"
 #define USB_DBUS_PATH         "/org/freedesktop/PowerManagement"
-#define USB_DBUS_INTERFACE    "org.freesmartphone.powermanagement"
+#define USB_DBUS_INTERFACE    "org.freedesktop.PowerManagement"
 
 DBusHandlerResult signal_filter (DBusConnection *bus, DBusMessage *msg, void 
*user_data)
 {




--- End Message ---
_______________________________________________
commitlog mailing list
[email protected]
http://lists.openmoko.org/mailman/listinfo/commitlog

Reply via email to