X-Git-Url: http://git.kaliko.me/?p=ncmpc-debian.git;a=blobdiff_plain;f=src%2FAlbumListPage.cxx;h=4247b296c919bd794d902ff21fd18ed00cf17271;hp=7005427232e23e495fd3f29bb36c1f5e398179b6;hb=b5f58a2b96a3ed8242bc5f00a84ae3d60b3f40ea;hpb=0a8661e6f2d40089177681615ceed55c01f0b17f diff --git a/src/AlbumListPage.cxx b/src/AlbumListPage.cxx index 70054272..4247b296 100644 --- a/src/AlbumListPage.cxx +++ b/src/AlbumListPage.cxx @@ -248,7 +248,7 @@ AlbumListPage::OnCommand(struct mpdclient &c, command_t cmd) case CMD_LIST_JUMP: screen_jump(screen, &lw, AlbumListCallback, &album_list, - this); + *this); SetDirty(); return true;