Update to 1.2

PR:		73364
Submitted by:	David Johnson <david@usermode.org>
This commit is contained in:
Tilman Keskinoz 2004-11-04 19:01:43 +00:00
parent 3959a9ad17
commit e4fb77347a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=120806
3 changed files with 3 additions and 14 deletions

View file

@ -6,7 +6,7 @@
#
PORTNAME= qinx
PORTVERSION= 1.1
PORTVERSION= 1.2
CATEGORIES= x11-themes kde
MASTER_SITES= http://www.usermode.org/code/

View file

@ -1,2 +1,2 @@
MD5 (qinx-1.1.tar.gz) = 6f93efbf79c38f3a338d0f934a9053c6
SIZE (qinx-1.1.tar.gz) = 501553
MD5 (qinx-1.2.tar.gz) = e75f7512f2ab0fa8a83caf5b3074a333
SIZE (qinx-1.2.tar.gz) = 504070

View file

@ -1,11 +0,0 @@
--- qinxstyle/qinxstyle.cc.orig Sun Jul 25 21:12:29 2004
+++ qinxstyle/qinxstyle.cc Sun Jul 25 21:12:51 2004
@@ -1677,7 +1677,7 @@
}
PrimitiveElement element;
- QColor color = (spin==hover_)
+ QColor color = ((QWidget*)spin==hover_)
? group.button().light(contrast)
: group.button();