Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:12.2
kdelibs4-apidocs
bde5aad1-kdelibs-soprano-276-2.diff
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File bde5aad1-kdelibs-soprano-276-2.diff of Package kdelibs4-apidocs
commit bde5aad1e9f7bfb6f8d5c60197797de4a315158d Author: Vishesh Handa <me@vhanda.in> Date: Thu Jun 14 02:56:31 2012 +0530 Revert "Always rec-connect if forced (ie. when Nepomuk server restarts)" This reverts commit a43824a200ed76cef48a90bd3aee8547698b7c91. This is done so that 4.8.x works with Soprano 2.7.6 diff --git a/nepomuk/core/nepomukmainmodel.cpp b/nepomuk/core/nepomukmainmodel.cpp index ff742d7..be23b38 100644 --- a/nepomuk/core/nepomukmainmodel.cpp +++ b/nepomuk/core/nepomukmainmodel.cpp @@ -94,7 +94,7 @@ public: // we may get disconnected from the server but we don't want to try // to connect every time the model is requested - if ( forced || (!m_socketConnectFailed && !localSocketClient.isConnected()) ) { + if ( !m_socketConnectFailed && !localSocketClient.isConnected() ) { delete localSocketModel; localSocketModel = 0; QString socketName = KGlobal::dirs()->locateLocal( "socket", "nepomuk-socket" );
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor