]> git.0d.be Git - empathy.git/commitdiff
Fix typo, correctly set the description of the sound being played.
authorXavier Claessens <xclaesse@gmail.com>
Mon, 12 Oct 2009 13:51:33 +0000 (15:51 +0200)
committerXavier Claessens <xclaesse@gmail.com>
Mon, 12 Oct 2009 13:54:03 +0000 (15:54 +0200)
libempathy-gtk/empathy-sound.c

index d97f72bef6eabf0c2ecf16eb0a0f3c73fc9527c8..74dcf6a2e852af681c81374299240b5353940997 100644 (file)
@@ -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)