[ekiga] Accounts Window: Fix button sensitivity.



commit 6761fb694c8b9ae12330985064057d5b9dee83e0
Author: Damien Sandras <dsandras beip be>
Date:   Mon Jun 25 20:09:00 2012 +0200

    Accounts Window: Fix button sensitivity.

 lib/engine/gui/gtk-frontend/accounts-window.cpp |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/lib/engine/gui/gtk-frontend/accounts-window.cpp b/lib/engine/gui/gtk-frontend/accounts-window.cpp
index 6be5fdc..39eb574 100644
--- a/lib/engine/gui/gtk-frontend/accounts-window.cpp
+++ b/lib/engine/gui/gtk-frontend/accounts-window.cpp
@@ -677,10 +677,10 @@ accounts_window_new (Ekiga::ServiceCore &core)
   self->priv->toolbar.add_button ("user-offline", GTK_BUTTON (button));
   button = gtk_button_new_with_mnemonic (_("Edi_t"));
   gtk_box_pack_start (GTK_BOX (button_box), button, FALSE, FALSE, 3);
-  self->priv->toolbar.add_button ("gtk-edit", GTK_BUTTON (button));
+  self->priv->toolbar.add_button ("edit", GTK_BUTTON (button));
   button = gtk_button_new_with_mnemonic (_("_Remove"));
   gtk_box_pack_start (GTK_BOX (button_box), button, FALSE, FALSE, 3);
-  self->priv->toolbar.add_button ("gtk-remove", GTK_BUTTON (button));
+  self->priv->toolbar.add_button ("remove", GTK_BUTTON (button));
   gtk_box_pack_start (GTK_BOX (hbox), button_box, FALSE, FALSE, 10);
 
   populate_menu (GTK_WIDGET (self)); // This will add static and dynamic actions



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