Skip to content

Commit a44997b

Browse files
author
jef
committed
fix macox build problem
git-svn-id: http://svn.osgeo.org/qgis/trunk@12170 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 76ac06e commit a44997b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/core/qgscontexthelp.cpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -105,8 +105,8 @@ void QgsContextHelp::showContext( QString context )
105105
#ifdef QGSCONTEXTHELP_REUSE
106106
// Send context to process
107107
QTextStream os( mSocket );
108-
os << contextId << "\n";
109-
QgsDebugMsg( QString( "Sending help process context %1" ).arg( contextId ) );
108+
os << context << "\n";
109+
QgsDebugMsg( QString( "Sending help process context %1" ).arg( context ) );
110110
#else
111111
// Should be NULL here unless previous process termination failed
112112
// (if it did fail, we abandon the process and delete the object reference)

0 commit comments

Comments
 (0)