author | zecke <zecke> | 2002-06-26 19:15:17 (UTC) |
---|---|---|
committer | zecke <zecke> | 2002-06-26 19:15:17 (UTC) |
commit | 7b3b485aff7fc5f5cdef40a7d4989295d5c8ab4a (patch) (side-by-side diff) | |
tree | 661027703c822da5a109247b9ce54862af38932c | |
parent | f6800ca0bed431aac90f09ec98e481fb424c7b31 (diff) | |
download | opie-7b3b485aff7fc5f5cdef40a7d4989295d5c8ab4a.zip opie-7b3b485aff7fc5f5cdef40a7d4989295d5c8ab4a.tar.gz opie-7b3b485aff7fc5f5cdef40a7d4989295d5c8ab4a.tar.bz2 |
done for now
-rw-r--r-- | libopie/ofileselector.cc | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/libopie/ofileselector.cc b/libopie/ofileselector.cc index 74b308e..98290e0 100644 --- a/libopie/ofileselector.cc +++ b/libopie/ofileselector.cc @@ -574,2 +574,3 @@ void OFileSelector::init() initializeListView( ); // will raise the widget as well + m_stack->raiseWidget( EXTENDED ); } @@ -588,2 +589,5 @@ void OFileSelector::init() initializeYes( ); + + if (m_selector != NORMAL ) + reparse(); } @@ -803,3 +807,5 @@ void OFileSelector::initializeListView() { + qWarning("initializeListView"); if( m_pseudo == 0 ){ + qWarning("init"); m_pseudo = new QWidget( m_stack, "Pseudo Widget"); |