After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 678839 - Fix the h323 preferences activation
Fix the h323 preferences activation
Status: RESOLVED FIXED
Product: ekiga
Classification: Applications
Component: Engine
GIT master
Other Linux
: Normal normal
: ---
Assigned To: Ekiga maintainers
Ekiga maintainers
Depends on:
Blocks:
 
 
Reported: 2012-06-26 08:22 UTC by Víctor Manuel Jáquez Leal
Modified: 2012-06-26 08:36 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Fix the h323 preferences activation (1.17 KB, patch)
2012-06-26 08:22 UTC, Víctor Manuel Jáquez Leal
none Details | Review

Description Víctor Manuel Jáquez Leal 2012-06-26 08:22:11 UTC
Since this commit

commit 58b7994b484bb82d2b767baf482436a7903f83fa
Author: Damien Sandras <dsandras@src.gnome.org>
Date:   Sun May 18 19:18:00 2008 +0000

    More work on the CallProtocolManager, mainly on the SIP implementation
    of the CallProtocolManager. Added methods to get a CallProtocolManager
    from a CallManager following the protocol name. STUN support
    temporarily hardcoded.


The h323 preferences are not set when enabled in the preferences dialog, because the the flow is halted in this branch:

if (key.find (SIP_KEY) != string::npos)
Comment 1 Víctor Manuel Jáquez Leal 2012-06-26 08:22:56 UTC
Created attachment 217267 [details] [review]
Fix the h323 preferences activation

This patch fixes the prefix to find in the key to H323_KEY
Comment 2 Eugen Dedu 2012-06-26 08:36:37 UTC
Fixed with http://git.gnome.org/browse/ekiga/commit/?id=ad881888ce0e (sorry, forgot to add bug report in the log), thank you!