Skip to content

Commit

Permalink
fixed: don't show a 'remote share not available' dialog on a blank ad…
Browse files Browse the repository at this point in the history
…don search

thanks to malard for pointing it out
  • Loading branch information
spiff committed Oct 11, 2011
1 parent bcf339c commit 9aee89a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions xbmc/addons/GUIWindowAddonBrowser.cpp
Expand Up @@ -235,6 +235,8 @@ bool CGUIWindowAddonBrowser::OnClick(int iItem)
CGUIDialogAddonInfo::ShowForItem(item);
return true;
}
if (item->GetPath().Equals("addons://search/"))
return Update(item->GetPath());

return CGUIMediaWindow::OnClick(iItem);
}
Expand Down

0 comments on commit 9aee89a

Please sign in to comment.