r25169 - in /desktop/unstable/gnome-panel/debian: changelog patches/32_crasher_pager_fix.patch patches/series

joss at users.alioth.debian.org joss at users.alioth.debian.org
Mon Sep 20 16:13:25 UTC 2010


Author: joss
Date: Mon Sep 20 16:13:18 2010
New Revision: 25169

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=25169
Log:
32_crasher_pager_fix.patch: patch by Theppitak Karoonboonyanan to 
fix regression introduced upstream by 31_crasher_pager.patch.
Closes: #597450, #597518.

Added:
    desktop/unstable/gnome-panel/debian/patches/32_crasher_pager_fix.patch
Modified:
    desktop/unstable/gnome-panel/debian/changelog
    desktop/unstable/gnome-panel/debian/patches/series

Modified: desktop/unstable/gnome-panel/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-panel/debian/changelog?rev=25169&op=diff
==============================================================================
--- desktop/unstable/gnome-panel/debian/changelog [utf-8] (original)
+++ desktop/unstable/gnome-panel/debian/changelog [utf-8] Mon Sep 20 16:13:18 2010
@@ -1,3 +1,11 @@
+gnome-panel (2.30.2-3) unstable; urgency=low
+
+  * 32_crasher_pager_fix.patch: patch by Theppitak Karoonboonyanan to 
+    fix regression introduced upstream by 31_crasher_pager.patch.
+    Closes: #597450, #597518.
+
+ -- Josselin Mouette <joss at debian.org>  Mon, 20 Sep 2010 18:12:46 +0200
+
 gnome-panel (2.30.2-2) unstable; urgency=low
 
   * 03_tasklist_orientation.patch: new patch. Pass the task list 

Added: desktop/unstable/gnome-panel/debian/patches/32_crasher_pager_fix.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-panel/debian/patches/32_crasher_pager_fix.patch?rev=25169&op=file
==============================================================================
--- desktop/unstable/gnome-panel/debian/patches/32_crasher_pager_fix.patch (added)
+++ desktop/unstable/gnome-panel/debian/patches/32_crasher_pager_fix.patch [utf-8] Mon Sep 20 16:13:18 2010
@@ -1,0 +1,19 @@
+Debian #597450
+GNOME #472773
+
+Index: gnome-panel-2.30.2/applets/wncklet/workspace-switcher.c
+===================================================================
+--- gnome-panel-2.30.2.orig/applets/wncklet/workspace-switcher.c	2010-09-20 15:55:46.459007752 +0700
++++ gnome-panel-2.30.2/applets/wncklet/workspace-switcher.c	2010-09-20 15:56:33.998139585 +0700
+@@ -562,6 +562,11 @@
+ 			  G_CALLBACK (applet_change_background),
+ 			  pager);
+ 
++	/* we need to call this after the pager has been added to the
++	 * container, else it might not work in some cases in multiscreen
++	 * environments. See wnck_pager_set_orientation() doc */
++	pager_update (pager);
++
+ 	gtk_widget_show (pager->applet);
+ 
+ 	panel_applet_set_background_widget (PANEL_APPLET (pager->applet),

Modified: desktop/unstable/gnome-panel/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-panel/debian/patches/series?rev=25169&op=diff
==============================================================================
--- desktop/unstable/gnome-panel/debian/patches/series [utf-8] (original)
+++ desktop/unstable/gnome-panel/debian/patches/series [utf-8] Mon Sep 20 16:13:18 2010
@@ -5,5 +5,6 @@
 09_default_icons.patch
 30_crasher_realize.patch
 31_crasher_pager.patch
+32_crasher_pager_fix.patch
 70_relibtoolize.patch
 99_ltmain_as-needed.patch




More information about the pkg-gnome-commits mailing list