wok-6.x view xfmedia/stuff/xfmedia-dbus-0.6-support.patch @ rev 10726

libtaz: Don't need to check /usr/bin/hg anymore. Best to get the tag 1.1.2 version. May need to delete the slitaz-dev-tools-1.1.2.tar.bz2 source on tank to make sure we have the tag version.
author Christopher Rogers <slaxemulator@gmail.com>
date Sat May 28 20:44:37 2011 +0000 (2011-05-28)
parents
children
line source
1 diff -Naur xfmedia-0.9.1.orig/src/remote.c xfmedia-0.9.1/src/remote.c
2 --- xfmedia-0.9.1.orig/src/remote.c 2005-09-05 00:56:37.000000000 -0400
3 +++ xfmedia-0.9.1/src/remote.c 2006-04-08 00:27:18.000000000 -0400
4 @@ -55,6 +55,10 @@
5 #define DBUS_REQUEST_NAME_REPLY_PRIMARY_OWNER DBUS_SERVICE_REPLY_PRIMARY_OWNER
6 #endif
8 +#ifndef DBUS_NAME_FLAG_PROHIBIT_REPLACEMENT
9 +#define DBUS_NAME_FLAG_PROHIBIT_REPLACEMENT DBUS_NAME_FLAG_DO_NOT_QUEUE
10 +#endif
11 +
12 #endif /* HAVE_DBUS */
14 #include <libxfce4util/libxfce4util.h>