Skip to content
  • Iain Lane's avatar
    window: Update the headerbar when the panel list changes · 82191ca2
    Iain Lane authored
    Currently you can get stuck in the applications panel if you do this:
    
      1) Click "Applications" in the sidebar. The top left icon is a back
         icon.
      2) Click the back icon to return to the panel list. The top left icon
         changes to a search icon.
      3) Click "Applications" again. The top left icon remains a search icon
         and you're stuck in the panel.
    
    The basic problem is that the headebar icon is update when the panel
    changes, but not when the sidebar view changes. To fix this, we connect
    to the signal that is emitted when the sidebar view changes, and update
    the headerbar.
    82191ca2