diff options
-rw-r--r-- | debian/changelog | 3 | ||||
-rw-r--r-- | debian/patches/lp_690668.patch | 2 |
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); |