Skip to content

Commit

Permalink
Merge branch 'fix-reload' into hotfix-0.91.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Matias Särs committed Jun 19, 2014
2 parents 296775d + 6590c74 commit 373dfac
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions AWN/DockBarX/DockBarX.py
Original file line number Diff line number Diff line change
Expand Up @@ -251,12 +251,11 @@ def get_monitor_geometry(self):

def reload(self=None):
self.db_loaded = False
self.db.reload(tell_parent=False)
self.db.reload()
self.db_loaded = True

def readd_container(self, container):
# Dockbar calls back with this function when it is reloaded
# unless it's reloaded with tell_parent=False
# Dockbar calls back to this function when it is reloaded
if self.db.get_orient() in ("up", "down"):
container.set_size_request(-1, self.get_size() + \
self.icon.get_offset() + 5)
Expand Down

0 comments on commit 373dfac

Please sign in to comment.