r20732 - gnucash/trunk/src/gnome-utils - Remove extra call to gtk_action_group_add_radio_actions, should have been removed from r20620

John Ralls jralls at code.gnucash.org
Thu Jun 2 14:47:19 EDT 2011


Author: jralls
Date: 2011-06-02 14:47:18 -0400 (Thu, 02 Jun 2011)
New Revision: 20732
Trac: http://svn.gnucash.org/trac/changeset/20732

Modified:
   gnucash/trunk/src/gnome-utils/gnc-main-window.c
Log:
Remove extra call to gtk_action_group_add_radio_actions, should have been removed from r20620

Modified: gnucash/trunk/src/gnome-utils/gnc-main-window.c
===================================================================
--- gnucash/trunk/src/gnome-utils/gnc-main-window.c	2011-06-01 21:51:18 UTC (rev 20731)
+++ gnucash/trunk/src/gnome-utils/gnc-main-window.c	2011-06-02 18:47:18 UTC (rev 20732)
@@ -3314,13 +3314,6 @@
     gtk_action_group_add_toggle_actions (priv->action_group,
                                          toggle_actions, n_toggle_actions,
                                          window);
-#ifndef MAC_INTEGRATION
-    gtk_action_group_add_radio_actions (priv->action_group,
-                                        radio_entries, n_radio_entries,
-                                        0,
-                                        G_CALLBACK(gnc_main_window_cmd_window_raise),
-                                        window);
-#endif
     gnc_plugin_update_actions(priv->action_group,
                               initially_insensitive_actions,
                               "sensitive", FALSE);



More information about the gnucash-changes mailing list