diff --git a/src/feedlistformaction.cpp b/src/feedlistformaction.cpp index 5f34c86a1..93a0c8b70 100644 --- a/src/feedlistformaction.cpp +++ b/src/feedlistformaction.cpp @@ -72,7 +72,7 @@ FeedListFormAction::~FeedListFormAction() {} void FeedListFormAction::prepare() { - unsigned int width = utils::to_u(f->get("items:w")); + unsigned int width = utils::to_u(f->get("feeds:w")); if (old_width != width) { do_redraw = true;