summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 5a07733)
raw | patch | inline | side by side (parent: 5a07733)
author | Kalle Wallin <kaw@linux.se> | |
Mon, 22 Mar 2004 12:45:17 +0000 (12:45 +0000) | ||
committer | Kalle Wallin <kaw@linux.se> | |
Mon, 22 Mar 2004 12:45:17 +0000 (12:45 +0000) |
screen.c | patch | blob | history |
diff --git a/screen.c b/screen.c
index 74244befcfc3b63ffc8f6e69b4423572fbb9d565..98c08eb66027c601bf186a9678d74e916bfd4ff9 100644 (file)
--- a/screen.c
+++ b/screen.c
screen_status_message(c, buf);
break;
case CMD_VOLUME_UP:
- mpd_sendVolumeCommand(c->connection, 1);
+ mpd_sendSetvolCommand(c->connection, 1);
mpd_finishCommand(c->connection);
if( c->status->volume!=MPD_STATUS_NO_VOLUME )
{
}
break;
case CMD_VOLUME_DOWN:
- mpd_sendVolumeCommand(c->connection, -1);
+ mpd_sendSetvolCommand(c->connection, -1);
mpd_finishCommand(c->connection);
if( c->status->volume!=MPD_STATUS_NO_VOLUME )
{