Skip to content

Commit

Permalink
Merge pull request #89 from egbertbouman/improvements
Browse files Browse the repository at this point in the history
Fix for disappearing home screen
  • Loading branch information
egbertbouman committed Apr 12, 2013
2 parents 4b1ee14 + 1f66bf9 commit af5ea7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tribler/Main/vwxGUI/GuiUtility.py
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ def SetBottomSplitterWindow(self, window = None, show = True):
else:
from __init__ import GRADIENT_LGREY
self.frame.splitter_bottom_window.SetBackgroundColour(GRADIENT_LGREY)
if self.guiPage != 'mychannel':
if self.guiPage not in ['mychannel', 'home']:
self.frame.splitter.Show(show)
self.frame.splitter_bottom.Layout()
self.frame.splitter_bottom_window.Refresh()
Expand Down

0 comments on commit af5ea7b

Please sign in to comment.