Bugzilla – Attachment 135201 Details for
Bug 178930
aRts starts in multiple instances
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Forgot Password
[patch]
arts patch
arts-start-on-demand.diff (text/plain), 428 bytes, created by
Lubos Lunak
on 2007-04-26 16:36:51 UTC
(
hide
)
Description:
arts patch
Filename:
MIME Type:
Creator:
Lubos Lunak
Created:
2007-04-26 16:36:51 UTC
Size:
428 bytes
patch
obsolete
>--- mcop/objectmanager.cc.sav 2005-09-10 10:13:32.000000000 +0200 >+++ mcop/objectmanager.cc 2007-04-26 16:39:04.000000000 +0200 >@@ -267,6 +267,12 @@ bool ObjectManager::addGlobalReference(O > > string ObjectManager::getGlobalReference(const string& name) > { >+ static bool started_arts = false; >+ if (!started_arts) >+ { >+ system("arts-start"); >+ 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