GNOME Bugzilla – Bug 722752
Pass invalid argument 'timestamp' for pushModal function
Last modified: 2016-04-14 09:13:39 UTC
Created attachment 266941 [details] [review] Fix patch file Pass invalid argument 'timestamp' for pushModal function in js/ui/modalDialog.js.
Created attachment 266942 [details] [review] Fix patch file v2
Review of attachment 266942 [details] [review]: Sorry for the late respose, somehow this patch fell through the cracks ... ::: js/ui/modalDialog.js @@ +357,3 @@ return true; + + let params = { keybindingMode: this._keybindingMode }; keybindingMode has been renamed to actionMode a while ago, looks good to me otherwise
Created attachment 325983 [details] [review] modalDialog: Fix invalid argument 'timestamp' for pushModal Updated patch according to comment #2.
Attachment 325983 [details] pushed as a23b293 - modalDialog: Fix invalid argument 'timestamp' for pushModal
*** Bug 765033 has been marked as a duplicate of this bug. ***