diff options
| author | Ken VanDine <ken.vandine@canonical.com> | 2011-08-25 12:59:57 -0400 |
|---|---|---|
| committer | Ken VanDine <ken.vandine@canonical.com> | 2011-08-25 12:59:57 -0400 |
| commit | 19a3d73c0f426910d18be978f95cb8abbe968c8d (patch) | |
| tree | 8a6d68c0349bae1973c346f6feabe152ff604213 /debian/patches | |
| parent | 30d2dc3f1d4c8eb8ab9eb3be2d086c502f17c2b3 (diff) | |
| parent | b3c1899bbd140d83bf67a56c73bb57d2d77b40f7 (diff) | |
| download | ayatana-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/patches')
| -rw-r--r-- | debian/patches/lp_690668.patch | 2 |
1 files changed, 1 insertions, 1 deletions
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); |
