diff options
author | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2008-12-23 20:01:55 +0000 |
---|---|---|
committer | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2008-12-23 20:01:55 +0000 |
commit | cf2bb4dfcb9dcd463bd4777c18f026706c60f0d5 (patch) | |
tree | d49ee45f7d697076cea92209417cd47d96a936f1 /net-im/qutecom/files/qutecom-gcc-4.3-switch-enum.patch | |
parent | media-gfx/denormgen: HOMEPAGE fixed. (diff) | |
download | sunrise-reviewed-cf2bb4dfcb9dcd463bd4777c18f026706c60f0d5.tar.gz sunrise-reviewed-cf2bb4dfcb9dcd463bd4777c18f026706c60f0d5.tar.bz2 sunrise-reviewed-cf2bb4dfcb9dcd463bd4777c18f026706c60f0d5.zip |
net-im/qutecom: version bump, add ~amd64 keyword again
svn path=/sunrise/; revision=7527
Diffstat (limited to 'net-im/qutecom/files/qutecom-gcc-4.3-switch-enum.patch')
-rw-r--r-- | net-im/qutecom/files/qutecom-gcc-4.3-switch-enum.patch | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/net-im/qutecom/files/qutecom-gcc-4.3-switch-enum.patch b/net-im/qutecom/files/qutecom-gcc-4.3-switch-enum.patch deleted file mode 100644 index 184bd4263..000000000 --- a/net-im/qutecom/files/qutecom-gcc-4.3-switch-enum.patch +++ /dev/null @@ -1,21 +0,0 @@ -diff -ur a/wengophone/src/presentation/qt/chat/QtChatAvatarWidget.cpp b/wengophone/src/presentation/qt/chat/QtChatAvatarWidget.cpp ---- a/wengophone/src/presentation/qt/chat/QtChatAvatarWidget.cpp 2008-08-21 15:10:12.000000000 +0200 -+++ b/wengophone/src/presentation/qt/chat/QtChatAvatarWidget.cpp 2008-09-09 17:57:03.375925852 +0200 -@@ -17,8 +17,6 @@ - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA - */ - --#include "QtChatAvatarWidget.h" -- - #include <model/profile/AvatarList.h> - - #include <util/String.h> -@@ -26,6 +24,8 @@ - - #include <QtGui/QPainter> - -+#include "QtChatAvatarWidget.h" -+ - QtChatAvatarWidget::QtChatAvatarWidget(QWidget * parent, const QString & id, - QPixmap picture, const QString & nickname, const QString & contactId, PictureMode pmode, NicknameMode nmode) - : QWidget(parent), _pictureMode(pmode), _nicknameMode(nmode), _contactId(id) { |