[ekiga] Commented out unimplemented and confusing menu entry
- From: Eugen Dedu <ededu src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [ekiga] Commented out unimplemented and confusing menu entry
- Date: Tue, 3 Jul 2012 10:12:12 +0000 (UTC)
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]