author | alwin <alwin> | 2004-11-09 20:21:09 (UTC) |
---|---|---|
committer | alwin <alwin> | 2004-11-09 20:21:09 (UTC) |
commit | fcd9c62650dd1bb9c04bfd798d243cb894a8f393 (patch) (unidiff) | |
tree | 9dbe425e4b78734b0a85f7af5d37a1f3fdb598b9 | |
parent | c7b97ac140de31282dba2463a00f434c7a5bba69 (diff) | |
download | opie-fcd9c62650dd1bb9c04bfd798d243cb894a8f393.zip opie-fcd9c62650dd1bb9c04bfd798d243cb894a8f393.tar.gz opie-fcd9c62650dd1bb9c04bfd798d243cb894a8f393.tar.bz2 |
remove change from yesterday - the problem isn't the widget it is the
advancedfm itself I think.
zecke or ar - please take a look on it. I don't understand it.
-rw-r--r-- | libopie2/opieui/otabwidget.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libopie2/opieui/otabwidget.cpp b/libopie2/opieui/otabwidget.cpp index 80a4c9b..d23b1c9 100644 --- a/libopie2/opieui/otabwidget.cpp +++ b/libopie2/opieui/otabwidget.cpp | |||
@@ -349,9 +349,9 @@ void OTabWidget::selectTab( OTabInfo *tab ) | |||
349 | setUpLayout(); | 349 | setUpLayout(); |
350 | } | 350 | } |
351 | tabBar->tab( tab->id() )->setText( tab->label() ); | 351 | tabBar->tab( tab->id() )->setText( tab->label() ); |
352 | tabBar->setCurrentTab( tab->id() ); | 352 | tabBar->setCurrentTab( tab->id() ); |
353 | // setUpLayout(); | 353 | setUpLayout(); |
354 | tabBar->update(); | 354 | tabBar->update(); |
355 | } | 355 | } |
356 | else | 356 | else |
357 | { | 357 | { |