remove, now that math.h defines INFINITY. the patch was wrong

anyway -- DBL_MAX is not infinity...  looks good jdixon@
This commit is contained in:
martynas 2008-07-22 18:41:47 +00:00
parent 4cf8e761f8
commit 50961b87c6
2 changed files with 2 additions and 14 deletions

View File

@ -1,8 +1,8 @@
# $OpenBSD: Makefile,v 1.3 2008/07/08 20:44:40 martynas Exp $
# $OpenBSD: Makefile,v 1.4 2008/07/22 18:41:47 martynas Exp $
COMMENT = K Desktop Environment, extra plasmoids
DISTNAME = extragear-plasma-${VERSION}
PKGNAME = ${DISTNAME}
PKGNAME = ${DISTNAME}p0
MASTER_SITES = ${MASTER_SITE_KDE:=stable/${VERSION}/src/extragear/} \
http://mirrors.protection.cx/~martynas/kde/${VERSION}/extragear/

View File

@ -1,12 +0,0 @@
$OpenBSD: patch-applets_lancelot_app_src_ui_LancelotWindow_h,v 1.1 2008/01/29 22:11:28 espie Exp $
--- applets/lancelot/app/src/ui_LancelotWindow.h.orig Sun Jan 27 17:14:11 2008
+++ applets/lancelot/app/src/ui_LancelotWindow.h Sun Jan 27 17:15:12 2008
@@ -343,7 +343,7 @@ class LancelotWindow (protected)
layoutSearch->addItem(editSearchPositioner,
Plasma::NodeLayout::NodeCoordinate(0.5, 0.5, 0, 0),
- Plasma::NodeLayout::NodeCoordinate(1.0, 0.5, -10, INFINITY)
+ Plasma::NodeLayout::NodeCoordinate(1.0, 0.5, -10, DBL_MAX)
);
layoutSearch->addItem(labelSearch,
Plasma::NodeLayout::NodeCoordinate(0.5, 0.5, 0, 0),