Gentoo Archives: gentoo-commits

From: "Alfredo Tupone (tupone)" <tupone@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in games-board/capitalism/files: capitalism-0.5.1-qt47.patch
Date: Fri, 03 Dec 2010 12:58:31
Message-Id: 20101203125819.CF19920057@flycatcher.gentoo.org
1 tupone 10/12/03 12:58:19
2
3 Added: capitalism-0.5.1-qt47.patch
4 Log:
5 Version bump to 0.5.1 Bug #306013
6
7 (Portage version: 2.1.9.25/cvs/Linux i686)
8
9 Revision Changes Path
10 1.1 games-board/capitalism/files/capitalism-0.5.1-qt47.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/capitalism/files/capitalism-0.5.1-qt47.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/capitalism/files/capitalism-0.5.1-qt47.patch?rev=1.1&content-type=text/plain
14
15 Index: capitalism-0.5.1-qt47.patch
16 ===================================================================
17 --- src/Capic/Gui/capiclientplayer.cpp.old 2010-12-03 12:13:25.000000000 +0100
18 +++ src/Capic/Gui/capiclientplayer.cpp 2010-12-03 12:14:35.000000000 +0100
19 @@ -20,12 +20,12 @@
20 CapiClientPlayer::CapiClientPlayer(int id) : QObject(0), CapiPlayer(id) {
21 playerWidget = new PlayerInfo(0, 32);
22 playerWidget->setName(getName());
23 - playerWidget->setMoney(QString(0));
24 + playerWidget->setMoney(QString());
25 playerWidget->setAvatar(getAvatar());
26
27 auction = new PlayerAuction();
28 auction->setName(getName());
29 - auction->setMoney(QString(0));
30 + auction->setMoney(QString());
31 auction->setAvatar(getAvatar());
32
33 playerWidget->playerId = getId();