~ubuntu-branches/ubuntu/saucy/empathy/saucy-updates

« back to all changes in this revision

Viewing changes to .pc/45_uoa_errors.patch/src/empathy-roster-window.c

  • Committer: Package Import Robot
  • Author(s): Iain Lane
  • Date: 2013-01-10 10:18:05 UTC
  • mfrom: (213.1.2 raring-proposed)
  • Revision ID: package-import@ubuntu.com-20130110101805-17u1i4idzvdsyu4s
Tags: 3.6.3-0ubuntu2
* Re-apply changes to switch to GStreamer 1.0.
* Update build-deps and pass enable flag in debian/rules.

Show diffs side-by-side

added added

removed removed

Lines of Context:
559
559
  label = gtk_label_new (message_markup);
560
560
  gtk_label_set_use_markup (GTK_LABEL (label), TRUE);
561
561
  gtk_label_set_line_wrap (GTK_LABEL (label), TRUE);
 
562
  gtk_label_set_ellipsize (GTK_LABEL (label), PANGO_ELLIPSIZE_END);
562
563
  gtk_misc_set_alignment (GTK_MISC (label), 0, 0.5);
563
564
  gtk_widget_show (label);
564
565