public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-im/psi/files: psi-0.12.1-build-error.patch
@ 2009-03-23 10:11 Peter Volkov (pva)
  0 siblings, 0 replies; only message in thread
From: Peter Volkov (pva) @ 2009-03-23 10:11 UTC (permalink / raw
  To: gentoo-commits

pva         09/03/23 10:11:10

  Added:                psi-0.12.1-build-error.patch
  Log:
  Fixed build issue, thank Benjamin Southall for report in bug #261859.
  (Portage version: 2.2_rc26/cvs/Linux i686)

Revision  Changes    Path
1.1                  net-im/psi/files/psi-0.12.1-build-error.patch

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-im/psi/files/psi-0.12.1-build-error.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-im/psi/files/psi-0.12.1-build-error.patch?rev=1.1&content-type=text/plain

Index: psi-0.12.1-build-error.patch
===================================================================
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;






^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2009-03-23 10:11 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-03-23 10:11 [gentoo-commits] gentoo-x86 commit in net-im/psi/files: psi-0.12.1-build-error.patch Peter Volkov (pva)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox