summarylogtreecommitdiffstats
path: root/dbus-sharp-2-porting.patch
diff options
context:
space:
mode:
Diffstat (limited to 'dbus-sharp-2-porting.patch')
-rw-r--r--dbus-sharp-2-porting.patch22
1 files changed, 22 insertions, 0 deletions
diff --git a/dbus-sharp-2-porting.patch b/dbus-sharp-2-porting.patch
new file mode 100644
index 000000000000..f1894afeb2be
--- /dev/null
+++ b/dbus-sharp-2-porting.patch
@@ -0,0 +1,22 @@
+Description: Port to dbus#2 API
+Forwarded: not-needed
+
+--- tasque-0.1.12.orig/src/Gtk.Tasque/RemoteControlProxy.cs
++++ tasque-0.1.12/src/Gtk.Tasque/RemoteControlProxy.cs
+@@ -22,8 +22,7 @@ namespace Tasque
+ BusG.Init ();
+
+ RemoteControl remote_control = new RemoteControl ();
+- Bus.Session.Register (Namespace,
+- new ObjectPath (Path),
++ Bus.Session.Register (new ObjectPath (Path),
+ remote_control);
+
+ if (Bus.Session.RequestName (Namespace)
+@@ -33,4 +32,4 @@ namespace Tasque
+ return remote_control;
+ }
+ }
+-}
+\ No newline at end of file
++}