diff options
Diffstat (limited to 'net-im/psi/files/psi-0.12.1-build-error.patch')
-rw-r--r-- | net-im/psi/files/psi-0.12.1-build-error.patch | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/net-im/psi/files/psi-0.12.1-build-error.patch b/net-im/psi/files/psi-0.12.1-build-error.patch deleted file mode 100644 index fe7f66336286..000000000000 --- a/net-im/psi/files/psi-0.12.1-build-error.patch +++ /dev/null @@ -1,23 +0,0 @@ -commit 360310c8f2dc07c5ff50d4c26b6b984a2c66f5be -Author: Justin Karneges <justin@affinix.com> -Date: Thu Feb 5 22:53:05 2009 -0800 - - make these references less weird - -diff --git a/src/mainwin.cpp b/src/mainwin.cpp -index d12497d..6c130e2 100644 ---- a/src/mainwin.cpp -+++ b/src/mainwin.cpp -@@ -428,9 +428,9 @@ MainWin::~MainWin() - - void MainWin::registerAction( IconAction* action ) - { -- char activated[] = SIGNAL( activated() ); -- char toggled[] = SIGNAL( toggled(bool) ); -- char setChecked[] = SLOT( setChecked(bool) ); -+ const char *activated = SIGNAL( activated() ); -+ const char *toggled = SIGNAL( toggled(bool) ); -+ const char *setChecked = SLOT( setChecked(bool) ); - - struct { - const char* name; |