X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=src%2Fscreen_outputs.c;h=98c4d9cbe5db08d507e8085d6e6a299e6fb4d5e4;hb=a7ab2fcf9d02b39436e71a7a207bd13fd515958c;hp=b0acf7192ce9fe1c21615e15712d66b754bb57a8;hpb=cf9329cf0070b2692664222ee80d18ff1334575f;p=ncmpc.git diff --git a/src/screen_outputs.c b/src/screen_outputs.c index b0acf71..98c4d9c 100644 --- a/src/screen_outputs.c +++ b/src/screen_outputs.c @@ -1,5 +1,5 @@ /* ncmpc (Ncurses MPD Client) - * (c) 2004-2009 The Music Player Daemon Project + * (c) 2004-2010 The Music Player Daemon Project * Project homepage: http://musicpd.org * This program is free software; you can redistribute it and/or modify @@ -19,7 +19,7 @@ #include "screen_outputs.h" #include "screen_interface.h" -#include "screen_message.h" +#include "screen_status.h" #include "paint.h" #include "i18n.h" #include "list_window.h" @@ -245,7 +245,7 @@ const struct screen_functions screen_outputs = { .close = outputs_close, .resize = outputs_resize, .paint = outputs_paint, - .update = screen_outputs_update, + .update = screen_outputs_update, .cmd = outputs_cmd, .get_title = outputs_title, };