summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSaleem Abdulrasool <compnerd@gentoo.org>2006-09-04 18:27:42 +0000
committerSaleem Abdulrasool <compnerd@gentoo.org>2006-09-04 18:27:42 +0000
commit5bd1d7497b48f01f2ca95c1b1cbfa4b9bb7fa163 (patch)
treef92c3197f39709d9094b4414fb30121acde83947 /x11-terms/roxterm/files
parentStable on sparc (diff)
downloadhistorical-5bd1d7497b48f01f2ca95c1b1cbfa4b9bb7fa163.tar.gz
historical-5bd1d7497b48f01f2ca95c1b1cbfa4b9bb7fa163.tar.bz2
historical-5bd1d7497b48f01f2ca95c1b1cbfa4b9bb7fa163.zip
add patch for new dbus
Package-Manager: portage-2.1.1_rc1-r2
Diffstat (limited to 'x11-terms/roxterm/files')
-rw-r--r--x11-terms/roxterm/files/roxterm-1.2.3-dbus_close.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/x11-terms/roxterm/files/roxterm-1.2.3-dbus_close.patch b/x11-terms/roxterm/files/roxterm-1.2.3-dbus_close.patch
new file mode 100644
index 000000000000..072b13194f23
--- /dev/null
+++ b/x11-terms/roxterm/files/roxterm-1.2.3-dbus_close.patch
@@ -0,0 +1,12 @@
+diff -ruN roxterm-1.2.3.orig/src/rtdbus.c roxterm-1.2.3/src/rtdbus.c
+--- roxterm-1.2.3.orig/src/rtdbus.c 2006-07-28 15:55:31.000000000 -0500
++++ roxterm-1.2.3/src/rtdbus.c 2006-07-28 15:56:24.000000000 -0500
+@@ -41,7 +41,7 @@
+ {
+ if (disconnect)
+ {
+- dbus_connection_disconnect(rtdbus_connection);
++ dbus_connection_close(rtdbus_connection);
+ }
+ UNREF_LOG(dbus_connection_unref(rtdbus_connection));
+ rtdbus_connection = NULL;