diff src/skins/ui_manager.c @ 2606:b53841a1b5d3

add ui_equalizer
author Tomasz Mon <desowin@gmail.com>
date Wed, 21 May 2008 14:45:16 +0200
parents 7cd898f08f31
children 29526d9db9cc
line wrap: on
line diff
--- a/src/skins/ui_manager.c	Wed May 21 14:23:38 2008 +0200
+++ b/src/skins/ui_manager.c	Wed May 21 14:45:16 2008 +0200
@@ -599,12 +599,12 @@
   gtk_action_group_add_actions(
     action_group_playlist_sort, action_entries_playlist_sort,
     G_N_ELEMENTS(action_entries_playlist_sort), NULL );
-
+#endif
   action_group_equalizer = ui_manager_new_action_group("action_equalizer");
   gtk_action_group_add_actions(
     action_group_equalizer, action_entries_equalizer,
     G_N_ELEMENTS(action_entries_equalizer), NULL);
-#endif
+
   /* ui */
   ui_manager = gtk_ui_manager_new();
   gtk_ui_manager_insert_action_group( ui_manager , toggleaction_group_others , 0 );