~bcurtiswx/ubuntu/precise/empathy/3.4.2.1-0ubuntu1

« back to all changes in this revision

Viewing changes to libempathy-gtk/empathy-sound.c

  • Committer: Bazaar Package Importer
  • Author(s): Laurent Bigonville
  • Date: 2009-11-16 23:40:52 UTC
  • mfrom: (1.1.39 upstream)
  • mto: (6.3.7 experimental)
  • mto: This revision was merged to the branch mainline in revision 80.
  • Revision ID: james.westby@ubuntu.com-20091116234052-7hhwrpeln4mwdyw7
Tags: upstream-2.29.2
ImportĀ upstreamĀ versionĀ 2.29.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
173
173
    goto failed;
174
174
 
175
175
  if (ca_proplist_sets (p, CA_PROP_EVENT_DESCRIPTION,
176
 
          gettext (entry->event_ca_id)) < 0)
 
176
          gettext (entry->event_ca_description)) < 0)
177
177
    goto failed;
178
178
 
179
179
  if (ca_gtk_proplist_set_for_widget (p, widget) < 0)