[ekiga] Jabber/XMPP: add a separator in the menu after the start/continue chat entry



commit b4c2b06cf61534a97ea9066f32be085d8e3b0d56
Author: Julien Puydt <jpuydt free fr>
Date:   Fri Oct 26 21:55:49 2012 +0200

    Jabber/XMPP: add a separator in the menu after the start/continue chat entry

 plugins/loudmouth/loudmouth-presentity.cpp |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/plugins/loudmouth/loudmouth-presentity.cpp b/plugins/loudmouth/loudmouth-presentity.cpp
index 1496099..7d4bc02 100644
--- a/plugins/loudmouth/loudmouth-presentity.cpp
+++ b/plugins/loudmouth/loudmouth-presentity.cpp
@@ -164,6 +164,7 @@ LM::Presentity::populate_menu (Ekiga::MenuBuilder& builder)
 
     builder.add_action ("im-message-new", _("Continue chat"), boost::ref (chat_requested));
   }
+  builder.add_separator ();
 
   builder.add_action ("edit", _("_Edit"),
 		      boost::bind (&LM::Presentity::edit_presentity, this));



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