diff options
author | François Andriot <albator78@libertysurf.fr> | 2014-10-02 21:37:25 +0200 |
---|---|---|
committer | François Andriot <albator78@libertysurf.fr> | 2014-10-02 21:37:25 +0200 |
commit | f3eb081fb57cc2327d9940901b1b6a28528d4f14 (patch) | |
tree | 40f7d83d9f740906b0d70410bd8a730d3cad54bb /redhat/tdepim/kdepim-3.5.13-fix_knotes_after_restored.patch | |
parent | f8537dae53861804e54d28b41fe48cf48824a06c (diff) | |
download | tde-packaging-f3eb081fb57cc2327d9940901b1b6a28528d4f14.tar.gz tde-packaging-f3eb081fb57cc2327d9940901b1b6a28528d4f14.zip |
RPM Packaging: cleanup tdepim
Diffstat (limited to 'redhat/tdepim/kdepim-3.5.13-fix_knotes_after_restored.patch')
-rw-r--r-- | redhat/tdepim/kdepim-3.5.13-fix_knotes_after_restored.patch | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/redhat/tdepim/kdepim-3.5.13-fix_knotes_after_restored.patch b/redhat/tdepim/kdepim-3.5.13-fix_knotes_after_restored.patch deleted file mode 100644 index 25d6ef993..000000000 --- a/redhat/tdepim/kdepim-3.5.13-fix_knotes_after_restored.patch +++ /dev/null @@ -1,21 +0,0 @@ -commit 533f494f46d65be366aee3e9973b674320e46bc8 -Author: Darrell Anderson <humanreadable@yahoo.com> -Date: 1336698215 -0500 - - Fix knotes not appearing on the desktop when a session is restored. - Thanks to Slavek Banko. - This resolves bug report 987. - -diff --git a/knotes/knote.cpp b/knotes/knote.cpp -index 182aee8..08c24b8 100644 ---- a/knotes/knote.cpp -+++ b/knotes/knote.cpp -@@ -765,7 +765,7 @@ void KNote::slotClose() - m_editor->clearFocus(); - m_config->setHideNote( true ); - m_config->setPosition( pos() ); -- m_config->writeConfig(); -+ - // just hide the note so it's still available from the dock window - hide(); - } |