r25204 - in /desktop/unstable/libwnck/debian: changelog patches/10_pager_multirow.patch patches/series

joss at users.alioth.debian.org joss at users.alioth.debian.org
Mon Sep 27 15:59:30 UTC 2010


Author: joss
Date: Mon Sep 27 15:59:28 2010
New Revision: 25204

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=25204
Log:
10_pager_multirow.patch: stolen upstream. Fix an unitialized value 
bug that causes issues with multi-row pagers. Closes: #597540.

Added:
    desktop/unstable/libwnck/debian/patches/10_pager_multirow.patch
Modified:
    desktop/unstable/libwnck/debian/changelog
    desktop/unstable/libwnck/debian/patches/series

Modified: desktop/unstable/libwnck/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/libwnck/debian/changelog?rev=25204&op=diff
==============================================================================
--- desktop/unstable/libwnck/debian/changelog [utf-8] (original)
+++ desktop/unstable/libwnck/debian/changelog [utf-8] Mon Sep 27 15:59:28 2010
@@ -1,3 +1,10 @@
+libwnck (2.30.4-2) unstable; urgency=low
+
+  * 10_pager_multirow.patch: stolen upstream. Fix an unitialized value 
+    bug that causes issues with multi-row pagers. Closes: #597540.
+
+ -- Josselin Mouette <joss at debian.org>  Mon, 27 Sep 2010 17:59:18 +0200
+
 libwnck (2.30.4-1) unstable; urgency=low
 
   * 01_tasklist_orientation.patch: require to set a macro to use the 

Added: desktop/unstable/libwnck/debian/patches/10_pager_multirow.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/libwnck/debian/patches/10_pager_multirow.patch?rev=25204&op=file
==============================================================================
--- desktop/unstable/libwnck/debian/patches/10_pager_multirow.patch (added)
+++ desktop/unstable/libwnck/debian/patches/10_pager_multirow.patch [utf-8] Mon Sep 27 15:59:28 2010
@@ -1,0 +1,23 @@
+From c4e2408bf81f476ee29f44e44d3adaaaf06afa06 Mon Sep 17 00:00:00 2001
+From: Theppitak Karoonboonyanan <thep at linux.thai.net>
+Date: Tue, 21 Sep 2010 07:54:11 +0000
+Subject: [core] Initialize LayoutManager::display
+
+Uninitialized value caused problem with multi-row pager.
+
+https://bugzilla.gnome.org/show_bug.cgi?id=630229
+---
+diff --git a/libwnck/xutils.c b/libwnck/xutils.c
+index 33caa9e..92b9201 100644
+--- a/libwnck/xutils.c
++++ b/libwnck/xutils.c
+@@ -2604,6 +2604,7 @@ _wnck_try_desktop_layout_manager (Screen *xscreen,
+ 
+   lm = g_slice_new0 (LayoutManager);
+ 
++  lm->display = display;
+   lm->screen_number = number;
+   lm->token = next_token;
+   ++next_token;
+--
+cgit v0.8.3.1

Modified: desktop/unstable/libwnck/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/libwnck/debian/patches/series?rev=25204&op=diff
==============================================================================
--- desktop/unstable/libwnck/debian/patches/series [utf-8] (original)
+++ desktop/unstable/libwnck/debian/patches/series [utf-8] Mon Sep 27 15:59:28 2010
@@ -1,2 +1,3 @@
 01_tasklist_orientation.patch
+10_pager_multirow.patch
 99_ltmain_as-needed.patch




More information about the pkg-gnome-commits mailing list