changeset 2728:452a159dc619 trunk

[svn] - log when dbus has been successfully started up
author nenolod
date Thu, 10 May 2007 13:21:55 -0700
parents 14f9a629ba9c
children 643be93d0a30
files ChangeLog src/audacious/build_stamp.c src/audacious/dbus.c
diffstat 3 files changed, 11 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Thu May 10 12:30:19 2007 -0700
+++ b/ChangeLog	Thu May 10 13:21:55 2007 -0700
@@ -1,3 +1,12 @@
+2007-05-10 19:30:19 +0000  William Pitcock <nenolod@sacredspiral.co.uk>
+  revision [4480]
+  - rename xmms_remote namespace to audacious_remote namespace
+  - if HAVE_DBUS get the dbus proxy provider for audacious_remote.
+  
+  trunk/src/audacious/main.c |   40 +++++++++++++++++++++-------------------
+  1 file changed, 21 insertions(+), 19 deletions(-)
+
+
 2007-05-10 04:21:02 +0000  William Pitcock <nenolod@sacredspiral.co.uk>
   revision [4478]
   - enable dbus support by default
--- a/src/audacious/build_stamp.c	Thu May 10 12:30:19 2007 -0700
+++ b/src/audacious/build_stamp.c	Thu May 10 13:21:55 2007 -0700
@@ -1,2 +1,2 @@
 #include <glib.h>
-const gchar *svn_stamp = "20070510-4478";
+const gchar *svn_stamp = "20070510-4480";
--- a/src/audacious/dbus.c	Thu May 10 12:30:19 2007 -0700
+++ b/src/audacious/dbus.c	Thu May 10 13:21:55 2007 -0700
@@ -80,6 +80,7 @@
 void init_dbus() {
     g_type_init();
     g_object_new(audacious_remote_get_type(), NULL);
+    g_message("D-Bus support has been activated");
 }
 
 void free_dbus() {