pkgsrc/misc/kdepim3/patches/patch-al
markd e892bcc85d Back out part of the 3.5.1 -> 3.5.2 update as its causing korganiser
to crash when you try to add a new event (or edit an existing one).
Bump PKGREVISION.
2006-04-28 01:42:50 +00:00

13 lines
463 B
Text

$NetBSD: patch-al,v 1.1 2006/04/28 01:42:50 markd Exp $
--- kdgantt/KDGanttView.cpp.orig 2006-03-17 23:15:54.000000000 +1300
+++ kdgantt/KDGanttView.cpp
@@ -318,7 +318,7 @@ bool KDGanttView::close ( bool alsoDelet
height() of TimeHeader + height() of TimeTable + height() of Legend (if shown)
*/
-QSize KDGanttView::sizeHint() const
+QSize KDGanttView::sizeHint()
{
bool block = myTimeTable->blockUpdating();
myTimeTable->setBlockUpdating( false );