Skip to content

Commit

Permalink
Bug fix: The information of packages such as *-locale *-dev *-doc *-d…
Browse files Browse the repository at this point in the history
…bg *-staticdev *-ptest can not show.

Signed-off-by: Wang Xin <[email protected]>
  • Loading branch information
WangXin-FNST committed Jul 27, 2016
1 parent 9965ae5 commit 549e50f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions smart/interfaces/tgui/interactive.py
Original file line number Diff line number Diff line change
Expand Up @@ -363,6 +363,7 @@ def PKGINSTWindowCtrl(self, screen, install_type, pkgTypeList, no_gpl3, packages
else:
return ("b", selected_pkgs, pkgs_spec)
elif stage == STAGE_INFO:
ctrl = self._ctrl
if not search == None:
PKGINSTPackageInfoWindow(screen, ctrl, searched_ret[position])
else:
Expand Down

0 comments on commit 549e50f

Please sign in to comment.