diff options
| author | Shaun Reich <[email protected]> | 2009-02-15 17:30:00 +0000 |
|---|---|---|
| committer | Shaun Reich <[email protected]> | 2009-02-15 17:30:00 +0000 |
| commit | 614a1a186158b29b27e303766d576b2b4636ecf1 (patch) | |
| tree | 65fbb63d64118c60aac9d51572f353ad475e3d1f /src/settings/viewpropertiesdialog.h | |
| parent | 4157103173b1718262e8c329219461f0d67b2a2a (diff) | |
The View Properties dialog now correctly disables/enables the Apply button, instead of it just being enabled all the time, even after you apply it, so it's similar to the Settings Dialog now.
svn path=/trunk/KDE/kdebase/apps/; revision=926562
Diffstat (limited to 'src/settings/viewpropertiesdialog.h')
| -rw-r--r-- | src/settings/viewpropertiesdialog.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/settings/viewpropertiesdialog.h b/src/settings/viewpropertiesdialog.h index 320f8f115..fbfae3020 100644 --- a/src/settings/viewpropertiesdialog.h +++ b/src/settings/viewpropertiesdialog.h @@ -56,7 +56,7 @@ private slots: void slotCategorizedSortingChanged(); void slotShowPreviewChanged(); void slotShowHiddenFilesChanged(); - void markAsDirty(); + void markAsDirty(bool isDirty); void configureAdditionalInfo(); private: |
