From: Dana Jansens Date: Fri, 15 Nov 2002 03:18:05 +0000 (+0000) Subject: dont hide label X-Git-Url: https://git.brokenzipper.com/gitweb?a=commitdiff_plain;h=62326fde587bf7c318485c11e1d7c5043416ef01;p=chaz%2Fopenbox dont hide label --- diff --git a/otk/otk_test.cc b/otk/otk_test.cc index ab739e65..4889d50c 100644 --- a/otk/otk_test.cc +++ b/otk/otk_test.cc @@ -64,7 +64,6 @@ int main(void) { foo.expose(e.xexpose); } else if (e.type == ConfigureNotify) { foo.configure(e.xconfigure); - label.hide(); } } }