[haiku-commits] Re: haiku: hrev43788 - src/apps/switcher

  • From: Alex Wilson <yourpalal2@xxxxxxxxx>
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Sat, 25 Feb 2012 17:55:22 -0700

On Sat, Feb 25, 2012 at 4:32 PM,  <axeld@xxxxxxxxxxxxxxxx> wrote:
> hrev43788 adds 1 changeset to branch 'master'
> old head: 59bfec576dcc58ab342be90facc3c512b9ed0d4a
> new head: 8f850dc0038a5f719d236e733beafda49ad77c11
>
> ----------------------------------------------------------------------------
>
> 8f850dc: Fixed the Switcher build after the not so recent layout changes.
>
>                                   [ Axel Dörfler <axeld@xxxxxxxxxxxxxxxx> ]
>
> ----------------------------------------------------------------------------
>
> Revision:    hrev43788
> Commit:      8f850dc0038a5f719d236e733beafda49ad77c11
> URL:         http://cgit.haiku-os.org/haiku/commit/?id=8f850dc
> Author:      Axel Dörfler <axeld@xxxxxxxxxxxxxxxx>
> Date:        Sat Feb 25 23:31:52 2012 UTC
>
> ----------------------------------------------------------------------------
>
> 1 files changed, 1 insertions(+), 1 deletions(-)
> src/apps/switcher/GroupListView.cpp |    2 +-
>
> ----------------------------------------------------------------------------
>
> diff --git a/src/apps/switcher/GroupListView.cpp 
> b/src/apps/switcher/GroupListView.cpp
> index 370b671..0bee912 100644
> --- a/src/apps/switcher/GroupListView.cpp
> +++ b/src/apps/switcher/GroupListView.cpp
> @@ -52,7 +52,7 @@ public:
>        }
>
>  protected:
> -       virtual void DerivedLayoutItems()
> +       virtual void DoLayout()
>        {
>                // shouldn't ever be called?
>        }
>
>

Sorry, not sure how I missed that one. I think I grepped for
DerivedLayoutItems(), but obviously that slipped through.

--Alex

Other related posts: