[empathy/gnome-2-28] Fix typo, correctly set the description of the sound being played.



commit 0d41a2d35b15bbf49dc99e8449fa0495b996cabb
Author: Xavier Claessens <xclaesse gmail com>
Date:   Mon Oct 12 15:51:33 2009 +0200

    Fix typo, correctly set the description of the sound being played.

 libempathy-gtk/empathy-sound.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/libempathy-gtk/empathy-sound.c b/libempathy-gtk/empathy-sound.c
index d97f72b..74dcf6a 100644
--- a/libempathy-gtk/empathy-sound.c
+++ b/libempathy-gtk/empathy-sound.c
@@ -173,7 +173,7 @@ empathy_sound_play_internal (GtkWidget *widget, EmpathySound sound_id,
     goto failed;
 
   if (ca_proplist_sets (p, CA_PROP_EVENT_DESCRIPTION,
-          gettext (entry->event_ca_id)) < 0)
+          gettext (entry->event_ca_description)) < 0)
     goto failed;
 
   if (ca_gtk_proplist_set_for_widget (p, widget) < 0)



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