[ekiga] Loudmouth: Fixed icons.
- From: Damien Sandras <dsandras src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [ekiga] Loudmouth: Fixed icons.
- Date: Sun, 3 Jun 2012 13:13:44 +0000 (UTC)
commit b7a89a97e309ae95a9ad82122e1a2a7b7d4d148a
Author: Damien Sandras <dsandras beip be>
Date: Sun Jun 3 15:13:28 2012 +0200
Loudmouth: Fixed icons.
plugins/loudmouth/loudmouth-account.cpp | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/plugins/loudmouth/loudmouth-account.cpp b/plugins/loudmouth/loudmouth-account.cpp
index 3651859..e0efdb4 100644
--- a/plugins/loudmouth/loudmouth-account.cpp
+++ b/plugins/loudmouth/loudmouth-account.cpp
@@ -420,19 +420,19 @@ LM::Account::populate_menu (Ekiga::MenuBuilder& builder)
{
if (lm_connection_is_open (connection)) {
- builder.add_action ("disable", _("_Disable"),
+ builder.add_action ("user-offline", _("_Disable"),
boost::bind (&LM::Account::disable, this));
} else {
- builder.add_action ("enable", _("_Enable"),
+ builder.add_action ("user-available", _("_Enable"),
boost::bind (&LM::Account::enable, this));
}
builder.add_separator ();
- builder.add_action ("edit", _("Edit"),
+ builder.add_action ("gtk-edit", _("Edit"),
boost::bind (&LM::Account::edit, this));
- builder.add_action ("remove", _("_Remove"),
+ builder.add_action ("gtk-remove", _("_Remove"),
boost::bind (&LM::Account::remove, this));
return true;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]