Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:12.3
nepomuk-core
initialize-m_state-to-its-correct-value.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File initialize-m_state-to-its-correct-value.patch of Package nepomuk-core
From e513160f4cf45d7e5967f8f41bd65be26ffd8dcd Mon Sep 17 00:00:00 2001 From: Vishesh Handa <me@vhanda.in> Date: Thu, 14 Feb 2013 16:05:06 +0530 Subject: [PATCH 3/5] IndexScheduler: Initialize m_state to its correct value --- services/fileindexer/indexscheduler.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/services/fileindexer/indexscheduler.cpp b/services/fileindexer/indexscheduler.cpp index 9831d2d..967d69b 100644 --- a/services/fileindexer/indexscheduler.cpp +++ b/services/fileindexer/indexscheduler.cpp @@ -108,6 +108,7 @@ Nepomuk2::IndexScheduler::IndexScheduler( QObject* parent ) m_cleaner = new IndexCleaner(this); connect( m_cleaner, SIGNAL(finished(KJob*)), this, SLOT(slotCleaningDone()) ); m_cleaner->start(); + m_state = State_Cleaning; // Special settings for the queues KConfig config( "nepomukstrigirc" ); -- 1.8.1.2
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