summarylogtreecommitdiffstats
path: root/dbus-dontclose.patch
blob: 45507c57d52c7cb7e93eba8afaa3db15fcf0ff3b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
--- screem-0.16.1/src/screem-dbus.c.orig	2007-03-24 16:11:20.000000000 +0000
+++ screem-0.16.1/src/screem-dbus.c	2007-03-24 16:21:33.000000000 +0000
@@ -129,19 +129,9 @@ static void screem_dbus_finalize( GObjec
 	
 #ifdef HAVE_DBUS
 	if( priv->conn ) {
-#if DBUS_VERSION > 33000
-		dbus_connection_close( priv->conn );
-#else
-		dbus_connection_disconnect( priv->conn );
-#endif
 		dbus_connection_unref( priv->conn );
 	}
 	if( priv->sconn ) {
-#if DBUS_VERSION > 33000
-		dbus_connection_close( priv->sconn );
-#else
-		dbus_connection_disconnect( priv->sconn );
-#endif
 		dbus_connection_unref( priv->sconn );
 	}
 #endif