From 90d458c63d274a66ca427710b88e2f090a0ab11b Mon Sep 17 00:00:00 2001 From: alwin Date: Sat, 06 Nov 2004 02:57:25 +0000 Subject: a lots of tests with the iconview, user can now setup the prefered icon-size, but still some rewrites/redesigns needed. QIconView(Item) is sometimes horrible. some default-values changed --- (limited to 'noncore/graphics/opie-eye/gui/mainwindow.cpp') diff --git a/noncore/graphics/opie-eye/gui/mainwindow.cpp b/noncore/graphics/opie-eye/gui/mainwindow.cpp index 30c9bf1..67eb277 100644 --- a/noncore/graphics/opie-eye/gui/mainwindow.cpp +++ b/noncore/graphics/opie-eye/gui/mainwindow.cpp @@ -204,12 +204,12 @@ void PMainWindow::slotConfig() { if ( act ) { - m_view->resetView(); keyWid->save(); m_disp->manager()->save(); m_info->manager()->save(); m_view->manager()->save(); bSetup->save_values(); + m_view->resetView(); readConfig(); } delete keyWid; @@ -692,5 +692,5 @@ void PMainWindow::listviewselected(QAction*which) void PMainWindow::readConfig() { - autoSave =m_cfg->readBoolEntry("base_savestatus",true); + autoSave =m_cfg->readBoolEntry("savestatus",true); } -- cgit v0.9.0.2