diff options
Diffstat (limited to 'src/wx/content_menu.cc')
| -rw-r--r-- | src/wx/content_menu.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wx/content_menu.cc b/src/wx/content_menu.cc index 254109eb3..6372503d1 100644 --- a/src/wx/content_menu.cc +++ b/src/wx/content_menu.cc @@ -80,7 +80,7 @@ ContentMenu::popup (ContentList c, wxPoint p) _join->Enable (n > 1); - _find_missing->Enable (_content.size() == 1 && !_content.front()->path_valid ()); + _find_missing->Enable (_content.size() == 1 && !_content.front()->paths_valid ()); _remove->Enable (!_content.empty ()); _parent->PopupMenu (_menu, p); } |
