summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2002-11-15 03:18:05 +0000
committerDana Jansens <danakj@orodu.net>2002-11-15 03:18:05 +0000
commit62326fde587bf7c318485c11e1d7c5043416ef01 (patch)
treecd70cf6fe9f79270a467437dcbcea3b1abb72695
parent30a23b645083b17736cb942e1452f06aad680111 (diff)
dont hide label
-rw-r--r--otk/otk_test.cc1
1 files changed, 0 insertions, 1 deletions
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();
}
}
}