[ekiga] loudmouth(jabber/XMPP): use existing icon for the start/continue chat menu entries
- From: Julien Puydt <jpuydt src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [ekiga] loudmouth(jabber/XMPP): use existing icon for the start/continue chat menu entries
- Date: Thu, 14 Jun 2012 20:53:07 +0000 (UTC)
commit 86ce11a0f2dad0e89e7b15e49227516a1f74a896
Author: Julien Puydt <jpuydt free fr>
Date: Thu Jun 14 22:52:52 2012 +0200
loudmouth(jabber/XMPP): use existing icon for the start/continue chat menu entries
plugins/loudmouth/loudmouth-presentity.cpp | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/plugins/loudmouth/loudmouth-presentity.cpp b/plugins/loudmouth/loudmouth-presentity.cpp
index b5a4545..e85d7ef 100644
--- a/plugins/loudmouth/loudmouth-presentity.cpp
+++ b/plugins/loudmouth/loudmouth-presentity.cpp
@@ -184,10 +184,10 @@ LM::Presentity::populate_menu (Ekiga::MenuBuilder& builder)
if ( !has_chat) {
- builder.add_action ("chat", _("Start chat"), boost::ref (chat_requested));
+ builder.add_action ("im-message-new", _("Start chat"), boost::ref (chat_requested));
} else {
- builder.add_action ("chat", _("Continue chat"), boost::ref (chat_requested));
+ builder.add_action ("im-message-new", _("Continue chat"), boost::ref (chat_requested));
}
builder.add_action ("remove", _("_Remove"),
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]