Skip to content
This repository has been archived by the owner on Jan 23, 2020. It is now read-only.

Commit

Permalink
Update state of Back/Forward buttons on "notify::uri", in case we are…
Browse files Browse the repository at this point in the history
… not getting "load-changed" signals correctly.

[endlessm/eos-shell#802]
  • Loading branch information
felipeerias committed Aug 19, 2013
1 parent dc05c18 commit 152bcda
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions EosSocial/socialBarView.js
Expand Up @@ -250,6 +250,8 @@ const SocialBarView = new Lang.Class({
this._updateNavigationFlags));
this._browser.connect('load-failed', Lang.bind(this,
this._updateNavigationFlags));
this._browser.connect('notify::uri', Lang.bind(this,
this._updateNavigationFlags));
this._updateNavigationFlags();

let settings = this._browser.get_settings();
Expand Down

0 comments on commit 152bcda

Please sign in to comment.