Bugzilla – Attachment 104621 Details for
Bug 178930
aRts starts in multiple instances
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Forgot Password
[patch]
/work/SRC/all/KDE/arts/arts-start-on-demand.diff
arts-start-on-demand.diff (text/plain), 459 bytes, created by
Stephan Binner
on 2006-11-10 10:07:29 UTC
(
hide
)
Description:
/work/SRC/all/KDE/arts/arts-start-on-demand.diff
Filename:
MIME Type:
Creator:
Stephan Binner
Created:
2006-11-10 10:07:29 UTC
Size:
459 bytes
patch
obsolete
>diff -ur arts-orig/mcop/objectmanager.cc arts-1.5.5/mcop/objectmanager.cc >--- mcop/objectmanager.cc 2005-09-10 10:13:32.000000000 +0200 >+++ mcop/objectmanager.cc 2006-11-04 15:43:47.000000000 +0100 >@@ -267,6 +267,12 @@ > > string ObjectManager::getGlobalReference(const string& name) > { >+ static bool started_arts = false; >+ if (!started_arts) >+ { >+ system("kcminit arts"); >+ started_arts = true; >+ } > return Dispatcher::the()->globalComm().get(name); > } >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
Actions:
View
|
Diff
Attachments on
bug 178930
: 104621 |
135201
|
135205
|
135207