[mate-panel] 01/03: debian/patches: Drop 0001_fix_notification_area_item_orientation.patch. Applied upstream.

Martin Wimpress flexiondotorg-guest at moszumanska.debian.org
Fri May 12 19:12:57 UTC 2017


This is an automated email from the git hooks/post-receive script.

flexiondotorg-guest pushed a commit to branch ubuntu/artful
in repository mate-panel.

commit ae512a47a5adf3c8d30a00d60b16969831547dc1
Author: Martin Wimpress <martin.wimpress at ubuntu.com>
Date:   Fri May 12 20:10:04 2017 +0100

    debian/patches: Drop 0001_fix_notification_area_item_orientation.patch. Applied upstream.
---
 ...01_fix_notification_area_item_orientation.patch | 30 ----------------------
 debian/patches/series                              |  1 -
 2 files changed, 31 deletions(-)

diff --git a/debian/patches/0001_fix_notification_area_item_orientation.patch b/debian/patches/0001_fix_notification_area_item_orientation.patch
deleted file mode 100644
index 93ea33b..0000000
--- a/debian/patches/0001_fix_notification_area_item_orientation.patch
+++ /dev/null
@@ -1,30 +0,0 @@
-Description: notification-area: Fix item orientation
-Author: Colomban Wendling <cwendling at hypra.fr>
-Abstract:
- Properly forward orientation to the items.  This especially fixes SNI
- items height in vertical panels, but affects several other details on
- SNI items.
-
-
---- a/applets/notification_area/na-box.c
-+++ b/applets/notification_area/na-box.c
-@@ -106,15 +106,15 @@ item_added_cb (NaHost *host,
-   g_return_if_fail (NA_IS_ITEM (item));
-   g_return_if_fail (NA_IS_BOX (self));
- 
-+  g_object_bind_property (self, "orientation",
-+                          item, "orientation",
-+                          G_BINDING_SYNC_CREATE);
-+
-   self->items = g_slist_prepend (self->items, item);
-   gtk_box_pack_start (GTK_BOX (self), GTK_WIDGET (item), FALSE, FALSE, 0);
- 
-   self->items = g_slist_sort (self->items, compare_items);
-   gtk_container_foreach (GTK_CONTAINER (self), reorder_items, self);
--
--  g_object_bind_property (self, "orientation",
--                          item, "orientation",
--                          G_BINDING_DEFAULT);
- }
- 
- static void
diff --git a/debian/patches/series b/debian/patches/series
index 417996d..e305c74 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,2 @@
-0001_fix_notification_area_item_orientation.patch
 0002_properly_propagate_sys_tray_orientation_changes.patch
 1000_prevent_menubar_destruction_when_enabling_global_menus.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mate/mate-panel.git



More information about the pkg-mate-commits mailing list