aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2011-08-25 09:07:53 -0500
committerTed Gould <ted@gould.cx>2011-08-25 09:07:53 -0500
commit9b3ee3cd02359fd37ac0ed035e8fb2934209f68e (patch)
tree2f38df6030f5fc3f419e49e2906fc78d50aedef1
parent22c49c1e43e913b7c9c453bb7aff8baf4905bc19 (diff)
downloadayatana-indicator-messages-9b3ee3cd02359fd37ac0ed035e8fb2934209f68e.tar.gz
ayatana-indicator-messages-9b3ee3cd02359fd37ac0ed035e8fb2934209f68e.tar.bz2
ayatana-indicator-messages-9b3ee3cd02359fd37ac0ed035e8fb2934209f68e.zip
debian/patches/lp_690668.patch: Updating
-rw-r--r--debian/changelog3
-rw-r--r--debian/patches/lp_690668.patch2
2 files changed, 3 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index 6b69071..2ae1a90 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,8 +3,9 @@ indicator-messages (0.4.95-0ubuntu1~ppa1) UNRELEASED; 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:04:09 -0500
+ -- Ted Gould <ted@ubuntu.com> Thu, 25 Aug 2011 09:07:39 -0500
indicator-messages (0.4.94-0ubuntu1) oneiric; urgency=low
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);