[mate-panel] 03/03: patch rebased and workspace switcher fixes

Martin Wimpress flexiondotorg-guest at moszumanska.debian.org
Thu Mar 22 11:02:13 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 ab59898c7766ec518daca7f2607f8a6d4a0f97a2
Author: Martin Wimpress <martin.wimpress at ubuntu.com>
Date:   Thu Mar 22 11:00:02 2018 +0000

    patch rebased and workspace switcher fixes
---
 ...ing_of_out-of-process_window_list_with_hidpi.patch | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)

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
index a757c20..f170961 100644
--- 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
@@ -23,3 +23,22 @@ index c7810588..b4c7d123 100644
  	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));

-- 
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