Skip to content

Commit

Permalink
Remove extra call to gtk_action_group_add_radio_actions, should have …
Browse files Browse the repository at this point in the history
…been removed from r20620

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@20732 57a11ea4-9604-0410-9ed3-97b8803252fd
  • Loading branch information
jralls committed Jun 2, 2011
1 parent bc524cc commit 5c1ea61
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/gnome-utils/gnc-main-window.c
Expand Up @@ -3314,13 +3314,6 @@ gnc_main_window_setup_window (GncMainWindow *window)
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);
Expand Down

0 comments on commit 5c1ea61

Please sign in to comment.