[mate-panel] 02/03: debian/patches: Drop 0002_properly_propagate_sys_tray_orientation_changes.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 85243640d43a02a40db6fdf8dbfb212299e24d6b
Author: Martin Wimpress <martin.wimpress at ubuntu.com>
Date: Fri May 12 20:10:58 2017 +0100
debian/patches: Drop 0002_properly_propagate_sys_tray_orientation_changes.patch. Applied upstream.
---
...ly_propagate_sys_tray_orientation_changes.patch | 30 ----------------------
debian/patches/series | 1 -
2 files changed, 31 deletions(-)
diff --git a/debian/patches/0002_properly_propagate_sys_tray_orientation_changes.patch b/debian/patches/0002_properly_propagate_sys_tray_orientation_changes.patch
deleted file mode 100644
index 3f2c0ca..0000000
--- a/debian/patches/0002_properly_propagate_sys_tray_orientation_changes.patch
+++ /dev/null
@@ -1,30 +0,0 @@
-Description: system-tray: Properly propagate orientation changes
-Author: Colomban Wendling <cwendling at hypra.fr>
-Abstract:
- This fixes menu positioning on some system tray items when the panel
- orientation changed since it was initially started.
-
-
---- a/applets/notification_area/na-box.c
-+++ b/applets/notification_area/na-box.c
-@@ -243,14 +243,19 @@ na_box_realize (GtkWidget *widget)
- NaBox *self = NA_BOX (widget);
- GdkScreen *screen;
- GtkOrientation orientation;
-+ NaHost *tray_host;
-
- GTK_WIDGET_CLASS (na_box_parent_class)->realize (widget);
-
- /* Instantiate the hosts now we have a screen */
- screen = gtk_widget_get_screen (GTK_WIDGET (self));
- orientation = gtk_orientable_get_orientation (GTK_ORIENTABLE (self));
-+ tray_host = na_tray_new_for_screen (screen, orientation);
-+ g_object_bind_property (self, "orientation",
-+ tray_host, "orientation",
-+ G_BINDING_DEFAULT);
-
-- add_host (self, na_tray_new_for_screen (screen, orientation));
-+ add_host (self, tray_host);
- add_host (self, sn_host_v0_new ());
- }
-
diff --git a/debian/patches/series b/debian/patches/series
index e305c74..747316b 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1 @@
-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