diff options
| author | Emmanuel Pescosta <[email protected]> | 2014-12-14 19:11:39 +0100 |
|---|---|---|
| committer | Emmanuel Pescosta <[email protected]> | 2014-12-14 19:11:39 +0100 |
| commit | b5fc0369993986c2e47abf223dd659f8820894bf (patch) | |
| tree | 9f14f7d0ea3711836526caf10f79f98a295b4071 /src/panels | |
| parent | 8d7c1a6678f8b5c0d6b0f5aa06d68b5176f81b48 (diff) | |
use save() instead of writeConfig()
Diffstat (limited to 'src/panels')
| -rw-r--r-- | src/panels/places/placesview.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/panels/places/placesview.cpp b/src/panels/places/placesview.cpp index 7c455b4bc..d755d46b5 100644 --- a/src/panels/places/placesview.cpp +++ b/src/panels/places/placesview.cpp @@ -35,7 +35,7 @@ void PlacesView::setIconSize(int size) if (size != iconSize()) { PlacesPanelSettings* settings = PlacesPanelSettings::self(); settings->setIconSize(size); - settings->writeConfig(); + settings->save(); KItemListStyleOption option = styleOption(); option.iconSize = size; |
