Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 328519 | Differences between
and this patch

Collapse All | Expand All

(-)ncmpc-0.17.orig/src/screen_help.c (+2 lines)
Lines 105-111 Link Here
105
	{ 0, CMD_LIST_JUMP, NULL },
105
	{ 0, CMD_LIST_JUMP, NULL },
106
	{ 0, CMD_TOGGLE_FIND_WRAP, NULL },
106
	{ 0, CMD_TOGGLE_FIND_WRAP, NULL },
107
	{ 0, CMD_LOCATE, NULL },
107
	{ 0, CMD_LOCATE, NULL },
108
#ifdef ENABLE_SONG_SCREEN
108
	{ 0, CMD_SCREEN_SONG, NULL },
109
	{ 0, CMD_SCREEN_SONG, NULL },
110
#endif
109
	{ 0, CMD_NONE, NULL },
111
	{ 0, CMD_NONE, NULL },
110
	{ 0, CMD_QUIT, NULL },
112
	{ 0, CMD_QUIT, NULL },
111
113

Return to bug 328519