aboutsummaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog9
-rw-r--r--debian/patches/lp_690668.patch2
2 files changed, 10 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index f8c7b06..861c1c2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+indicator-messages (0.4.95-0ubuntu1~ppa1) oneiric; urgency=low
+
+ * New upstream release.
+ * Fix naming of "Clear" item
+ * Fix alignment of items to there is a consistent gutter
+ * debian/patches/lp_690668.patch: Updating
+
+ -- Ted Gould <ted@ubuntu.com> Thu, 25 Aug 2011 09:09:20 -0500
+
indicator-messages (0.4.94-0ubuntu1) oneiric; urgency=low
* New upstream release.
diff --git a/debian/patches/lp_690668.patch b/debian/patches/lp_690668.patch
index 48ee7f5..d7f2ec2 100644
--- a/debian/patches/lp_690668.patch
+++ b/debian/patches/lp_690668.patch
@@ -40,5 +40,5 @@
+ g_object_unref(resized_pixbuf);
}
gtk_misc_set_alignment(GTK_MISC(mi_data->icon), 0.0, 0.5);
- gtk_box_pack_start(GTK_BOX(hbox), mi_data->icon, FALSE, FALSE, padding);
+ gtk_box_pack_start(GTK_BOX(hbox), mi_data->icon, FALSE, FALSE, 0);