diff options
author | Max Brazhnikov <makc@FreeBSD.org> | 2010-09-22 19:38:51 +0000 |
---|---|---|
committer | Max Brazhnikov <makc@FreeBSD.org> | 2010-09-22 19:38:51 +0000 |
commit | b1ac16db186d5d4adabb1b8360b6115fc8b506c6 (patch) | |
tree | becb9beb0032a8d5b7fc37d5f83c0863c9680637 /x11/kde4-workspace/files | |
parent | 71e4661dfa930943b67d82d4e360f6a87a393c04 (diff) | |
download | ports-b1ac16db186d5d4adabb1b8360b6115fc8b506c6.tar.gz ports-b1ac16db186d5d4adabb1b8360b6115fc8b506c6.zip |
Notes
Diffstat (limited to 'x11/kde4-workspace/files')
-rw-r--r-- | x11/kde4-workspace/files/patch-1173503 | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/x11/kde4-workspace/files/patch-1173503 b/x11/kde4-workspace/files/patch-1173503 new file mode 100644 index 000000000000..fa5331841fc6 --- /dev/null +++ b/x11/kde4-workspace/files/patch-1173503 @@ -0,0 +1,10 @@ +--- ./plasma/desktop/applets/kickoff/core/recentapplications.cpp 2010/09/09 15:15:03 1173502 ++++ ./plasma/desktop/applets/kickoff/core/recentapplications.cpp 2010/09/09 15:15:22 1173503 +@@ -73,6 +73,7 @@ + } + + recentGroup.writeEntry("Applications", recentApplications); ++ recentGroup.config()->sync(); + } + void addEntry(const QString& id, ServiceInfo& info) { + // if this service is already in the list then remove the existing |