[ekiga/ds-gtk-application] Main Window: Fixed call button. It should	not be a toggle.
- From: Damien Sandras <dsandras src gnome org>
- To: commits-list gnome org
- Cc: 
- Subject: [ekiga/ds-gtk-application] Main Window: Fixed call button. It should	not be a toggle.
- Date: Sun, 16 Mar 2014 16:53:09 +0000 (UTC)
commit 1e8cd45cb3cee68ce0e0bec08da3b8d994392be2
Author: Damien Sandras <dsandras beip be>
Date:   Sun Mar 16 17:50:33 2014 +0100
    Main Window: Fixed call button. It should not be a toggle.
 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 af307b1..de5d7fb 100644
--- a/lib/engine/gui/gtk-frontend/main_window.cpp
+++ b/lib/engine/gui/gtk-frontend/main_window.cpp
@@ -857,7 +857,7 @@ ekiga_main_window_init_actions_toolbar (EkigaMainWindow *mw)
   margin_px = (gint) floor ((toolbar_size_px - menu_size_px) / 2.0);
 
   /* Start packing buttons */
-  button = gtk_toggle_button_new ();
+  button = gtk_button_new ();
   image = gtk_image_new_from_icon_name ("call-start-symbolic", GTK_ICON_SIZE_MENU);
   g_object_set (G_OBJECT (image), "margin", margin_px, NULL);
   gtk_button_set_image (GTK_BUTTON (button), image);
[
Date Prev][
Date Next]   [
Thread Prev][
Thread Next]   
[
Thread Index]
[
Date Index]
[
Author Index]