empathy r2087 - trunk/libempathy-gtk



Author: xclaesse
Date: Tue Jan  6 16:49:17 2009
New Revision: 2087
URL: http://svn.gnome.org/viewvc/empathy?rev=2087&view=rev

Log:
Add a debug message when playing sound.

Modified:
   trunk/libempathy-gtk/empathy-ui-utils.c

Modified: trunk/libempathy-gtk/empathy-ui-utils.c
==============================================================================
--- trunk/libempathy-gtk/empathy-ui-utils.c	(original)
+++ trunk/libempathy-gtk/empathy-ui-utils.c	Tue Jan  6 16:49:17 2009
@@ -1573,6 +1573,10 @@
 	}
 
 	if (should_play) {
+		DEBUG ("Play sound \"%s\" (%s)",
+		       entry->event_ca_id,
+		       entry->event_ca_description);
+
 		ca_gtk_play_for_widget (widget, 0,
 					CA_PROP_EVENT_ID, entry->event_ca_id,
 					CA_PROP_EVENT_DESCRIPTION, gettext (entry->event_ca_description),



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]