Author: freetz                       Date: Wed Aug  9 17:16:27 2006 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- fixes for new dbus

---- Files affected:
SOURCES:
   control-center-dbus.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/control-center-dbus.patch
diff -u /dev/null SOURCES/control-center-dbus.patch:1.1
--- /dev/null   Wed Aug  9 19:16:27 2006
+++ SOURCES/control-center-dbus.patch   Wed Aug  9 19:16:22 2006
@@ -0,0 +1,42 @@
+diff -aurN 
control-center-2.15.91.orig/gnome-settings-daemon/gnome-settings-dbus.c 
control-center-2.15.91/gnome-settings-daemon/gnome-settings-dbus.c
+--- control-center-2.15.91.orig/gnome-settings-daemon/gnome-settings-dbus.c    
2006-07-06 21:44:01.000000000 +0200
++++ control-center-2.15.91/gnome-settings-daemon/gnome-settings-dbus.c 
2006-08-09 18:55:58.680735010 +0200
+@@ -1,4 +1,4 @@
+-#include <dbus/dbus-glib-bindings.h>
++#include <dbus/dbus-glib.h>
+ #include <gnome-settings-daemon.h>
+ 
+ static GObjectClass *parent_class = NULL;
+@@ -75,7 +75,7 @@
+                                                 DBUS_PATH_DBUS,
+                                                 DBUS_INTERFACE_DBUS);
+ 
+-      if (!org_freedesktop_DBus_request_name
++      if (!dbus_bus_request_name
+           (driver_proxy, "org.gnome.SettingsDaemon", 0, &request_ret,
+            &error)) {
+               g_warning ("Unable to register service: %s",
+diff -aurN control-center-2.15.91.orig/libgswitchit/keyboard-config-registry.c 
control-center-2.15.91/libgswitchit/keyboard-config-registry.c
+--- control-center-2.15.91.orig/libgswitchit/keyboard-config-registry.c        
2006-08-06 23:46:42.000000000 +0200
++++ control-center-2.15.91/libgswitchit/keyboard-config-registry.c     
2006-08-09 18:56:22.705082754 +0200
+@@ -146,7 +146,7 @@
+                                                 DBUS_PATH_DBUS,
+                                                 DBUS_INTERFACE_DBUS);
+ 
+-      if (!org_freedesktop_DBus_request_name
++      if (!dbus_bus_request_name
+           (driver_proxy, "org.gnome.KeyboardConfigRegistry", 0,
+            &request_ret, &error)) {
+               g_warning ("Unable to register service: %s",
+diff -aurN control-center-2.15.91.orig/libgswitchit/keyboard-config-registry.h 
control-center-2.15.91/libgswitchit/keyboard-config-registry.h
+--- control-center-2.15.91.orig/libgswitchit/keyboard-config-registry.h        
2006-07-06 21:42:56.000000000 +0200
++++ control-center-2.15.91/libgswitchit/keyboard-config-registry.h     
2006-08-09 18:15:13.562449490 +0200
+@@ -1,7 +1,7 @@
+ #ifndef __KEYBOARD_CONFIG_REGISTRY_H__
+ #define __KEYBOARD_CONFIG_REGISTRY_H__
+ 
+-#include <dbus/dbus-glib-bindings.h>
++#include <dbus/dbus-glib.h>
+ #include <libxklavier/xklavier.h>
+ 
+ typedef struct KeyboardConfigRegistry KeyboardConfigRegistry;
================================================================
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to