wok annotate xfmedia/stuff/xfmedia-dbus-0.6-support.patch @ rev 15248
squid-custom-errors, thttpd: remove wrong error trigger
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Sep 23 16:48:30 2013 +0000 (2013-09-23) |
parents | |
children |
rev | line source |
---|---|
gokhlayeh@8884 | 1 diff -Naur xfmedia-0.9.1.orig/src/remote.c xfmedia-0.9.1/src/remote.c |
gokhlayeh@8884 | 2 --- xfmedia-0.9.1.orig/src/remote.c 2005-09-05 00:56:37.000000000 -0400 |
gokhlayeh@8884 | 3 +++ xfmedia-0.9.1/src/remote.c 2006-04-08 00:27:18.000000000 -0400 |
gokhlayeh@8884 | 4 @@ -55,6 +55,10 @@ |
gokhlayeh@8884 | 5 #define DBUS_REQUEST_NAME_REPLY_PRIMARY_OWNER DBUS_SERVICE_REPLY_PRIMARY_OWNER |
gokhlayeh@8884 | 6 #endif |
gokhlayeh@8884 | 7 |
gokhlayeh@8884 | 8 +#ifndef DBUS_NAME_FLAG_PROHIBIT_REPLACEMENT |
gokhlayeh@8884 | 9 +#define DBUS_NAME_FLAG_PROHIBIT_REPLACEMENT DBUS_NAME_FLAG_DO_NOT_QUEUE |
gokhlayeh@8884 | 10 +#endif |
gokhlayeh@8884 | 11 + |
gokhlayeh@8884 | 12 #endif /* HAVE_DBUS */ |
gokhlayeh@8884 | 13 |
gokhlayeh@8884 | 14 #include <libxfce4util/libxfce4util.h> |