[ekiga] loumdouth(jabber/XMPP): change some actions' icons so they appear correctly



commit ef94698dae564af60405f604596213625115c960
Author: Julien Puydt <jpuydt free fr>
Date:   Thu Jun 14 22:22:17 2012 +0200

    loumdouth(jabber/XMPP): change some actions' icons so they appear correctly

 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 b2e1e19..b5a4545 100644
--- a/plugins/loudmouth/loudmouth-presentity.cpp
+++ b/plugins/loudmouth/loudmouth-presentity.cpp
@@ -166,7 +166,7 @@ LM::Presentity::populate_menu (Ekiga::MenuBuilder& builder)
   }
   if (strcmp (subscription, "from") == 0) {
 
-    builder.add_action ("revoke", _("Forbid him/her to see my status"), boost::bind (&LM::Presentity::revoke_from, this));
+    builder.add_action ("stop", _("Forbid him/her to see my status"), boost::bind (&LM::Presentity::revoke_from, this));
     if (ask == NULL)
       builder.add_action ("ask", _("Ask him/her to see his/her status"), boost::bind (&LM::Presentity::ask_to, this));
     else
@@ -178,7 +178,7 @@ LM::Presentity::populate_menu (Ekiga::MenuBuilder& builder)
   }
   if (strcmp (subscription, "both") == 0) {
 
-    builder.add_action ("revoke", _("Forbid him/her to see my status"), boost::bind (&LM::Presentity::revoke_from, this));
+    builder.add_action ("stop", _("Forbid him/her to see my status"), boost::bind (&LM::Presentity::revoke_from, this));
     builder.add_action ("stop", _("Stop getting his/her status"), boost::bind (&LM::Presentity::stop_to, this));
   }
 



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