diff --git a/Userland/Applications/BrowserSettings/BrowserSettingsWidget.cpp b/Userland/Applications/BrowserSettings/BrowserSettingsWidget.cpp index 4af770026d..617355d8df 100644 --- a/Userland/Applications/BrowserSettings/BrowserSettingsWidget.cpp +++ b/Userland/Applications/BrowserSettings/BrowserSettingsWidget.cpp @@ -77,7 +77,7 @@ public: return Gfx::TextAlignment::CenterLeft; if (role == GUI::ModelRole::Display) { - switch (static_cast(index.row())) { + switch (static_cast(index.column())) { case SearchEngineColumn::Name: return m_search_engines[index.row()].name; case SearchEngineColumn::QueryURL: