View | Details | Raw Unified
Collapse All | Expand All

(-) AUTHORS (+1 lines)
 Lines 7-10    Link Here 
	felix@hsgheli.de
	felix@hsgheli.de
	Ed Catmur <ed@catmur.co.uk>
	Ed Catmur <ed@catmur.co.uk>
	Pawel Worach <pawel.worach@gmail.com>
Translators:
Translators:
(-) ChangeLog (+7 lines)
 Lines 1-2    Link Here 
Sun Nov 05 12:12:35 PST 2006  Christian Hammond <chipx86@chipx86.com>
	* src/daemon/Makefile.am:
	* src/daemon/daemon.c:
	  - Patch by Pawel Worach to fix the dbus-binding-tool usage to be
	    compatible with dbus-glib 0.72. This closes bug #95.
Sun Oct 08 17:10:57 EDT 2006  Christian Hammond <chipx86@chipx86.com>
Sun Oct 08 17:10:57 EDT 2006  Christian Hammond <chipx86@chipx86.com>
(-) src/daemon/Makefile.am (-1 / +1 lines)
 Lines 14-18    Link Here 
notificationdaemon-dbus-glue.h: notificationdaemon.xml
notificationdaemon-dbus-glue.h: notificationdaemon.xml
	dbus-binding-tool --mode=glib-server \
	dbus-binding-tool --mode=glib-server --prefix=notification_daemon \
		$(srcdir)/notificationdaemon.xml > notificationdaemon-dbus-glue.h
		$(srcdir)/notificationdaemon.xml > notificationdaemon-dbus-glue.h
(-) src/daemon/daemon.c (-1 / +1 lines)
 Lines 1090-1094    Link Here 
	dbus_g_object_type_install_info(NOTIFY_TYPE_DAEMON,
	dbus_g_object_type_install_info(NOTIFY_TYPE_DAEMON,
									&dbus_glib__object_info);
									&dbus_glib_notification_daemon_object_info);
	bus_proxy = dbus_g_proxy_new_for_name(connection,
	bus_proxy = dbus_g_proxy_new_for_name(connection,