From 365a1187423217048c946f6efc7e824571c00b2c Mon Sep 17 00:00:00 2001 From: Xavier Claessens Date: Mon, 12 Oct 2009 15:51:33 +0200 Subject: Fix typo, correctly set the description of the sound being played. --- libempathy-gtk/empathy-sound.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libempathy-gtk') diff --git a/libempathy-gtk/empathy-sound.c b/libempathy-gtk/empathy-sound.c index d97f72bef..74dcf6a2e 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) -- cgit v1.2.3