From 8839fb94ddd2038e0ea0d9af152111445735b9a1 Mon Sep 17 00:00:00 2001 From: Jacob Alexander Date: Mon, 10 Nov 2008 23:13:11 -0800 Subject: [PATCH] Typo --- src/Widgets/BaulkSwallow/baulkswallow.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/Widgets/BaulkSwallow/baulkswallow.cpp b/src/Widgets/BaulkSwallow/baulkswallow.cpp index 986c967..0021ec1 100644 --- a/src/Widgets/BaulkSwallow/baulkswallow.cpp +++ b/src/Widgets/BaulkSwallow/baulkswallow.cpp @@ -54,13 +54,13 @@ BaulkSwallow::BaulkSwallow( BaulkWidget *parent ) : BaulkWidget( parent ) { // Cough / Swallow Slots ************************************************************************** void BaulkSwallow::windowCoughed() { // Show Window ID Info - for ( int c = 0; c < infoHBLayout->count() - 1; ++c ) - infoHBLayout->itemAt( c )->widget()->show(); + for ( int c = 0; c < infoLayout->count() - 1; ++c ) + infoLayout->itemAt( c )->widget()->show(); } void BaulkSwallow::windowSwallowed() { // Hide Window ID Info - for ( int c = 0; c < infoHBLayout->count() - 1; ++c ) - infoHBLayout->itemAt( c )->widget()->hide(); + for ( int c = 0; c < infoLayout->count() - 1; ++c ) + infoLayout->itemAt( c )->widget()->hide(); } -- 2.11.4.GIT