GNOME Bugzilla – Bug 630229
Multi-row pager never shown as multi-row
Last modified: 2011-02-01 00:48:22 UTC
Created attachment 170737 [details] [review] Initialize LayoutManager::display Multi-row pager applet is never shown as multi-row after upgrading libwnck to 2.30.4. On horizontal panel, it's always displayed as single row, no matter how many rows it's configured. On vertical panel, it's always displayed as a horizontal line of 2-pixel thick, making it almost invisible. In an investigation in a downstream bug [1], libwnck is found to be the cause. [1] http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=597450 "And what's wrong with 2.30.4-1 is in upstream commit bbe6f86 ([core, wnckprop] Stop using gdk_display). As part of the commit, a member 'display' has been added to LayoutManager, but is never initialized."
Comment on attachment 170737 [details] [review] Initialize LayoutManager::display Gah. I had this the first time, then removed this part of the patch before adding it again and forgetting this part :/ Sorry. Please commit!
commit c4e2408bf81f476ee29f44e44d3adaaaf06afa06 Author: Theppitak Karoonboonyanan <thep@linux.thai.net> Date: Tue Sep 21 14:54:11 2010 +0700 [core] Initialize LayoutManager::display Uninitialized value caused problem with multi-row pager. https://bugzilla.gnome.org/show_bug.cgi?id=630229 libwnck/xutils.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-)
*** Bug 630642 has been marked as a duplicate of this bug. ***
*** Bug 638213 has been marked as a duplicate of this bug. ***