summaryrefslogtreecommitdiff
path: root/misc/kdepim3/patches
diff options
context:
space:
mode:
authormarkd <markd@pkgsrc.org>2006-04-28 01:42:50 +0000
committermarkd <markd@pkgsrc.org>2006-04-28 01:42:50 +0000
commite892bcc85dc656bb4661cc33ca836b64e8e55d37 (patch)
tree2f2f872ad1926ddb5c77e33dc4be79b03acc649e /misc/kdepim3/patches
parent618d9250fa8504f47d126c19f54d34ca8e5ce91a (diff)
downloadpkgsrc-e892bcc85dc656bb4661cc33ca836b64e8e55d37.tar.gz
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.
Diffstat (limited to 'misc/kdepim3/patches')
-rw-r--r--misc/kdepim3/patches/patch-al13
-rw-r--r--misc/kdepim3/patches/patch-am13
2 files changed, 26 insertions, 0 deletions
diff --git a/misc/kdepim3/patches/patch-al b/misc/kdepim3/patches/patch-al
new file mode 100644
index 00000000000..b30de779bb0
--- /dev/null
+++ b/misc/kdepim3/patches/patch-al
@@ -0,0 +1,13 @@
+$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 );
diff --git a/misc/kdepim3/patches/patch-am b/misc/kdepim3/patches/patch-am
new file mode 100644
index 00000000000..9b9a67e3794
--- /dev/null
+++ b/misc/kdepim3/patches/patch-am
@@ -0,0 +1,13 @@
+$NetBSD: patch-am,v 1.1 2006/04/28 01:42:50 markd Exp $
+
+--- kdgantt/KDGanttView.h.orig 2006-03-17 23:15:54.000000000 +1300
++++ kdgantt/KDGanttView.h
+@@ -324,7 +324,7 @@ public:
+ virtual void lvStartDrag (KDGanttViewItem*);
+ virtual bool lvDragMoveEvent (QDragMoveEvent * e,KDGanttViewItem*, KDGanttViewItem*);
+ virtual void lvDragEnterEvent (QDragEnterEvent * e );
+- virtual QSize sizeHint() const;
++ QSize sizeHint();
+ KDGanttViewItem* getItemByName( const QString& name ) const;
+ QDateTime getDateTimeForCoordX(int coordX, bool global = true ) const;
+ KDGanttViewItem* getItemByListViewPos( const QPoint& pos ) const;