[mate-panel] 04/05: debian/patches: Drop 0003_fix_rendering_of_out-of-process_window_list_with_hidpi.patch. Applied upstream.

Martin Wimpress flexiondotorg-guest at moszumanska.debian.org
Mon Mar 26 20:03:23 UTC 2018


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

flexiondotorg-guest pushed a commit to branch master
in repository mate-panel.

commit b65e118638916657f3cdc3e7936d5682306fc161
Author: Martin Wimpress <martin.wimpress at ubuntu.com>
Date:   Mon Mar 26 19:41:18 2018 +0100

    debian/patches: Drop 0003_fix_rendering_of_out-of-process_window_list_with_hidpi.patch. Applied upstream.
---
 ..._of_out-of-process_window_list_with_hidpi.patch | 44 ----------------------
 debian/patches/series                              |  1 -
 2 files changed, 45 deletions(-)

diff --git a/debian/patches/0003_fix_rendering_of_out-of-process_window_list_with_hidpi.patch b/debian/patches/0003_fix_rendering_of_out-of-process_window_list_with_hidpi.patch
deleted file mode 100644
index f170961..0000000
--- a/debian/patches/0003_fix_rendering_of_out-of-process_window_list_with_hidpi.patch
+++ /dev/null
@@ -1,44 +0,0 @@
-Author: lukefromdc <lukefromdc at hushmail.com>
-Description: Fix rendering of out-of-process window list with HiDPI
-
-diff --git a/applets/wncklet/window-list.c b/applets/wncklet/window-list.c
-index c7810588..b4c7d123 100644
---- a/applets/wncklet/window-list.c
-+++ b/applets/wncklet/window-list.c
-@@ -427,8 +427,6 @@ gboolean window_list_applet_fill(MatePanelApplet* applet)
- 	g_signal_connect(G_OBJECT(tasklist->tasklist), "destroy", G_CALLBACK(destroy_tasklist), tasklist);
- 
- 	g_signal_connect(G_OBJECT(tasklist->applet), "size_allocate", G_CALLBACK(applet_size_allocate), tasklist);
--	tasklist_update(tasklist);
--	gtk_widget_show(tasklist->tasklist);
- 
- 	gtk_container_add(GTK_CONTAINER(tasklist->applet), tasklist->tasklist);
- 
-@@ -484,6 +482,8 @@ gboolean window_list_applet_fill(MatePanelApplet* applet)
- 
- 	g_object_unref(action_group);
- 
-+	tasklist_update(tasklist);
-+	gtk_widget_show(tasklist->tasklist);
- 	gtk_widget_show(tasklist->applet);
- 
- 	return TRUE;
-diff --git a/applets/wncklet/workspace-switcher.c b/applets/wncklet/workspace-switcher.c
-index df7add93..37c2fb07 100644
---- a/applets/wncklet/workspace-switcher.c
-+++ b/applets/wncklet/workspace-switcher.c
-@@ -526,13 +526,13 @@ gboolean workspace_switcher_applet_fill(MatePanelApplet* applet)
- 	g_signal_connect(G_OBJECT(pager->pager), "scroll-event", G_CALLBACK(applet_scroll), pager);
- 
- 	gtk_container_add(GTK_CONTAINER(pager->applet), pager->pager);
--	gtk_widget_show(pager->pager);
- 
- 	g_signal_connect(G_OBJECT(pager->applet), "realize", G_CALLBACK(applet_realized), pager);
- 	g_signal_connect(G_OBJECT(pager->applet), "unrealize", G_CALLBACK(applet_unrealized), pager);
- 	g_signal_connect(G_OBJECT(pager->applet), "change_orient", G_CALLBACK(applet_change_orient), pager);
- 	g_signal_connect(G_OBJECT(pager->applet), "change_background", G_CALLBACK(applet_change_background), pager);
- 
-+	gtk_widget_show(pager->pager);
- 	gtk_widget_show(pager->applet);
- 
- 	mate_panel_applet_set_background_widget(MATE_PANEL_APPLET(pager->applet), GTK_WIDGET(pager->applet));
diff --git a/debian/patches/series b/debian/patches/series
index fc89d68..3bd6eb9 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1 @@
-0003_fix_rendering_of_out-of-process_window_list_with_hidpi.patch
 0004_fix_tray_icon_spacing.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