[ekiga] Commented out unimplemented and confusing menu entry



commit 8c8321de98f5100425e61ded9ccc43d4f5e81975
Author: Eugen Dedu <Eugen Dedu pu-pm univ-fcomte fr>
Date:   Tue Jul 3 12:11:27 2012 +0200

    Commented out unimplemented and confusing menu entry

 lib/engine/addressbook/contact-core.cpp |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/lib/engine/addressbook/contact-core.cpp b/lib/engine/addressbook/contact-core.cpp
index 09347bd..00eb282 100644
--- a/lib/engine/addressbook/contact-core.cpp
+++ b/lib/engine/addressbook/contact-core.cpp
@@ -40,11 +40,13 @@
 
 #include "contact-core.h"
 
+/*
 static void
 on_search ()
 {
   std::cout << "Search not implemented yet" << std::endl;
 }
+*/
 
 Ekiga::ContactCore::~ContactCore ()
 {
@@ -57,8 +59,8 @@ Ekiga::ContactCore::populate_menu (MenuBuilder &builder)
 {
   bool populated = false;
 
-  builder.add_action ("search", _("_Find"), &on_search);
-  populated = true;
+  //builder.add_action ("search", _("_Find"), &on_search);
+  //populated = true;
 
   for (std::list<SourcePtr >::const_iterator iter = sources.begin ();
        iter != sources.end ();



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