summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-office/koffice/files/koffice-1.2_beta1-kwtableframeset.diff')
-rw-r--r--app-office/koffice/files/koffice-1.2_beta1-kwtableframeset.diff13
1 files changed, 0 insertions, 13 deletions
diff --git a/app-office/koffice/files/koffice-1.2_beta1-kwtableframeset.diff b/app-office/koffice/files/koffice-1.2_beta1-kwtableframeset.diff
deleted file mode 100644
index bdee402857cb..000000000000
--- a/app-office/koffice/files/koffice-1.2_beta1-kwtableframeset.diff
+++ /dev/null
@@ -1,13 +0,0 @@
---- kwtableframeset.cc 2002/04/03 06:11:15 1.191
-+++ kwtableframeset.cc 2002/04/23 13:30:24
-@@ -81,7 +81,9 @@ void KWTableFrameSet::updateFrames()
- for (unsigned int i =0; i < m_cells.count(); i++)
- {
- m_cells.at(i)->updateFrames();
-- m_cells.at(i)->invalidate();
-+ //This is wrong (reason for famous infinite loop bug)
-+ //Do this in KWTableFrameSet::invalidate
-+ //m_cells.at(i)->invalidate();
- }
- KWFrameSet::updateFrames();
- }