aboutsummaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorKen VanDine <ken.vandine@canonical.com>2011-08-25 12:59:57 -0400
committerKen VanDine <ken.vandine@canonical.com>2011-08-25 12:59:57 -0400
commit19a3d73c0f426910d18be978f95cb8abbe968c8d (patch)
tree8a6d68c0349bae1973c346f6feabe152ff604213 /debian
parent30d2dc3f1d4c8eb8ab9eb3be2d086c502f17c2b3 (diff)
parentb3c1899bbd140d83bf67a56c73bb57d2d77b40f7 (diff)
downloadayatana-indicator-messages-19a3d73c0f426910d18be978f95cb8abbe968c8d.tar.gz
ayatana-indicator-messages-19a3d73c0f426910d18be978f95cb8abbe968c8d.tar.bz2
ayatana-indicator-messages-19a3d73c0f426910d18be978f95cb8abbe968c8d.zip
* New upstream release.
* Fix naming of "Clear" item * Fix alignment of items to there is a consistent gutter * debian/patches/lp_690668.patch: Updating
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);