[ekiga] Fix the name of the populate_menu method in the Opal::H323::EndPoint class declaration



commit 7cdf0e8aba50f2e57547e8500c502b3895ed1f81
Author: Julien Puydt <jpuydt free fr>
Date:   Fri Feb 1 16:12:29 2013 +0100

    Fix the name of the populate_menu method in the Opal::H323::EndPoint class declaration

 lib/engine/components/opal/h323-endpoint.h |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/lib/engine/components/opal/h323-endpoint.h b/lib/engine/components/opal/h323-endpoint.h
index cde6296..fb91056 100644
--- a/lib/engine/components/opal/h323-endpoint.h
+++ b/lib/engine/components/opal/h323-endpoint.h
@@ -75,9 +75,9 @@ namespace Opal {
       { return "\tObject managing H323 objects with the Opal library"; }
 
       // helper for Opal::Bank's contact/presentity decorator code
-      bool menu_builder_populate_menu (const std::string& fullname,
-				       const std::string& uri,
-				       Ekiga::MenuBuilder& builder);
+      bool populate_menu (const std::string& fullname,
+			  const std::string& uri,
+			  Ekiga::MenuBuilder& builder);
 
 
       /* CallProtocolManager */



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]