diff options
| author | Dana Jansens <danakj@orodu.net> | 2002-11-15 03:18:05 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2002-11-15 03:18:05 +0000 |
| commit | 62326fde587bf7c318485c11e1d7c5043416ef01 (patch) | |
| tree | cd70cf6fe9f79270a467437dcbcea3b1abb72695 /otk | |
| parent | 30a23b645083b17736cb942e1452f06aad680111 (diff) | |
dont hide label
Diffstat (limited to 'otk')
| -rw-r--r-- | otk/otk_test.cc | 1 |
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(); } } } |
