diff src/evdev-plug/ed_ui.c @ 457:f5ed9a6ad3f1 trunk

[svn] - evdev-plug: added volume->mute and win->jumptofile actions
author giacomo
date Wed, 17 Jan 2007 09:14:03 -0800
parents 5e46b57d1eda
children d124034ebea3
line wrap: on
line diff
--- a/src/evdev-plug/ed_ui.c	Wed Jan 17 08:52:04 2007 -0800
+++ b/src/evdev-plug/ed_ui.c	Wed Jan 17 09:14:03 2007 -0800
@@ -1338,10 +1338,11 @@
   action_store_add( ED_ACTION_VOL_DOWN5 );
   action_store_add( ED_ACTION_VOL_UP10 );
   action_store_add( ED_ACTION_VOL_DOWN10 );
-  action_store_add( ED_ACTION_VOL_UP5 );
+  action_store_add( ED_ACTION_VOL_MUTE );
   action_store_add( ED_ACTION_WIN_MAIN );
   action_store_add( ED_ACTION_WIN_PLAYLIST );
   action_store_add( ED_ACTION_WIN_EQUALIZER );
+  action_store_add( ED_ACTION_WIN_JTF );
   g_object_set_data_full( G_OBJECT(bindings_win) , "action_store" , action_store , g_object_unref );
 
   /* info table */