summaryrefslogtreecommitdiff
path: root/osd.lua
diff options
context:
space:
mode:
Diffstat (limited to 'osd.lua')
-rw-r--r--osd.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/osd.lua b/osd.lua
index 9ec9dce..cf1b1d8 100644
--- a/osd.lua
+++ b/osd.lua
@@ -175,7 +175,7 @@ function mt:menu_title(menu)
str = str:gsub('<num_total>', #menu.search_options)
end
- if menu.sorted then
+ if menu:is_sorted() then
str = colour.icon_sorted .. icon.sorted .. ' ' .. col .. str
end