Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
savoirfairelinux
jami-daemon
Commits
77e010eb
Commit
77e010eb
authored
Sep 29, 2005
by
jpbl
Browse files
getcallstatus 206 not longer send a unhold
parent
801bb606
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/gui/official/EventFactory.inl
View file @
77e010eb
...
...
@@ -47,7 +47,7 @@ EventFactoryImpl< Base >::create(const std::string &code,
{
typename std::map< std::string, EventCreatorBase< Base > * >::iterator pos = mEventCreators.find(code);
if(pos == mEventCreators.end()) {
throw std::runtime_error("The code \"" + code + "\"
has no creator registered.");
_debug("The code %s
has no creator registered."
, code.c_str()
);
}
return pos->second->create(code, args);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment