~ubuntu-branches/ubuntu/saucy/activity-log-manager/saucy-proposed

« back to all changes in this revision

Viewing changes to debian/patches/06_add_unity_dash_privacy.patch

  • Committer: Package Import Robot
  • Author(s): Sebastien Bacher, Margarita Manterola
  • Date: 2012-11-26 15:45:31 UTC
  • Revision ID: package-import@ubuntu.com-20121126154531-j5av6vafrl5i2l1l
Tags: 0.9.4-0ubuntu6.1
* debian/patches/06_add_unity_dash_privacy.patch:
  - drop trailing period from the online result label (lp: #1061930)

[ Margarita Manterola ]
* 05_fix_userdirs.patch:
  - Verify that a user directory exists before adding it to the hash map.
    (LP: #1024057)

Show diffs side-by-side

added added

removed removed

Lines of Context:
116
116
+                       text_box.pack_start(header, false, false);
117
117
+
118
118
+                       var label = new Label(null);
119
 
+                       label.set_markup("%s".printf(_("Include online search results.")));
 
119
+                       label.set_markup("%s".printf(_("Include online search results")));
120
120
+                       label.set_line_wrap(true);
121
121
+                       label.set_line_wrap_mode(Pango.WrapMode.WORD);
122
122
+                       label.set_alignment(0, 0.5f);