diff options
Diffstat (limited to 'src/ui_dispatch.h')
-rw-r--r-- | src/ui_dispatch.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/ui_dispatch.h b/src/ui_dispatch.h index acd0f67..d43642a 100644 --- a/src/ui_dispatch.h +++ b/src/ui_dispatch.h @@ -1,5 +1,5 @@ /* -Copyright (c) 2010-2011 +Copyright (c) 2010-2012 Lars-Dominik Braun <lars@6xq.net> Permission is hereby granted, free of charge, to any person obtaining a copy @@ -93,6 +93,8 @@ static const BarUiDispatchAction_t dispatchActions[BAR_KS_COUNT] = { "act_volup"}, {'=', BAR_DC_STATION, BarUiActManageStation, "delete seeds/feedback", "act_managestation"}, + {' ', BAR_DC_GLOBAL | BAR_DC_STATION, BarUiActPause, NULL, + "act_songpause2"}, }; #include <piano.h> |