[ekiga/ds-gtk-application] Main Window: Use global action name instead of the local one.
- From: Damien Sandras <dsandras src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [ekiga/ds-gtk-application] Main Window: Use global action name instead of the local one.
- Date: Sun, 16 Mar 2014 16:52:49 +0000 (UTC)
commit fe09deaaf20e14e12134a68ee24d63b48b7f7afc
Author: Damien Sandras <dsandras beip be>
Date: Sun Mar 16 15:40:24 2014 +0100
Main Window: Use global action name instead of the local one.
lib/engine/gui/gtk-frontend/main_window.cpp | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/lib/engine/gui/gtk-frontend/main_window.cpp b/lib/engine/gui/gtk-frontend/main_window.cpp
index d10d839..af307b1 100644
--- a/lib/engine/gui/gtk-frontend/main_window.cpp
+++ b/lib/engine/gui/gtk-frontend/main_window.cpp
@@ -863,7 +863,7 @@ ekiga_main_window_init_actions_toolbar (EkigaMainWindow *mw)
gtk_button_set_image (GTK_BUTTON (button), image);
gtk_widget_set_tooltip_text (GTK_WIDGET (button),
_("Call the selected contact"));
- gtk_actionable_set_detailed_action_name (GTK_ACTIONABLE (button), "win.sip-call");
+ gtk_actionable_set_detailed_action_name (GTK_ACTIONABLE (button), "win.call");
gtk_header_bar_pack_start (GTK_HEADER_BAR (mw->priv->actions_toolbar), button);
gtk_widget_set_margin_left (button, 3);
gtk_widget_set_margin_right (button, 6);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]