Replacing code of the form
if (!kapp->dcopClient()->call(ROSEGARDEN_SEQUENCER_APP_NAME,
ROSEGARDEN_SEQUENCER_IFACE_NAME,
"something()", data,
replyType, replyData)) {
std::cerr << "some problem" << std::endl;
return;
}
with
rgapp->sequencerCall("something()", replyType, replyData);
without bothering to catch the exception that sequencerCall might
throw, is asking for trouble. For a start it currently prevents
the app from running at all when --nosequencer is given. I'm
not sure how many occurrences of this there are, but they need to
be fixed.
Chris
-------------------------------------------------------
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01
_______________________________________________
Rosegarden-devel mailing list
[EMAIL PROTECTED] - use the link below to unsubscribe
https://lists.sourceforge.net/lists/listinfo/rosegarden-devel