author | zecke <zecke> | 2004-10-20 16:57:01 (UTC) |
---|---|---|
committer | zecke <zecke> | 2004-10-20 16:57:01 (UTC) |
commit | 00d6b8c56872b798befc0de673c20e8be508491d (patch) (unidiff) | |
tree | f7a1d9b309611d871264017b904e1a3006189ac8 | |
parent | 4f9e547592286caa541042454cf7815aa42f2e11 (diff) | |
download | opie-00d6b8c56872b798befc0de673c20e8be508491d.zip opie-00d6b8c56872b798befc0de673c20e8be508491d.tar.gz opie-00d6b8c56872b798befc0de673c20e8be508491d.tar.bz2 |
-Remove odebug
-rw-r--r-- | core/launcher/taskbar.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/core/launcher/taskbar.cpp b/core/launcher/taskbar.cpp index 63361fe..7cbfe13 100644 --- a/core/launcher/taskbar.cpp +++ b/core/launcher/taskbar.cpp | |||
@@ -283,14 +283,12 @@ void TaskBar::resizeEvent( QResizeEvent *e ) | |||
283 | sysTray->hide(); | 283 | sysTray->hide(); |
284 | 284 | ||
285 | QHBox::resizeEvent( e ); | 285 | QHBox::resizeEvent( e ); |
286 | 286 | ||
287 | if ( sysTray ) | 287 | if ( sysTray ) |
288 | sysTray->show(); | 288 | sysTray->show(); |
289 | |||
290 | owarn << "TaskBar::resize event" << oendl; | ||
291 | } | 289 | } |
292 | 290 | ||
293 | void TaskBar::styleChange( QStyle &s ) | 291 | void TaskBar::styleChange( QStyle &s ) |
294 | { | 292 | { |
295 | QHBox::styleChange( s ); | 293 | QHBox::styleChange( s ); |
296 | calcMaxWindowRect(); | 294 | calcMaxWindowRect(); |