]> git.pld-linux.org Git - packages/control-center.git/commitdiff
- fixes for new dbus
authorfreetz <freetz@pld-linux.org>
Wed, 9 Aug 2006 17:16:22 +0000 (17:16 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    control-center-dbus.patch -> 1.1

control-center-dbus.patch [new file with mode: 0644]

diff --git a/control-center-dbus.patch b/control-center-dbus.patch
new file mode 100644 (file)
index 0000000..1e609fb
--- /dev/null
@@ -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;
This page took 0.03832 seconds and 4 git commands to generate.