Bug 79472

Summary: [GTK] MiniBrowser should reload the view then the reload button is clicked
Product: WebKit Reporter: Carlos Garcia Campos <cgarcia>
Component: Tools / TestsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: gustavo, pnormand
Priority: P2 Keywords: Gtk
Version: 528+ (Nightly build)   
Hardware: PC   
OS: Linux   
Attachments:
Description Flags
Patch pnormand: review+

Description Carlos Garcia Campos 2012-02-24 03:48:25 PST
It currently loads the same uri again, as if the uri entry was activated again, but loading the same uri again is not exactly the same than reloading.
Comment 1 Carlos Garcia Campos 2012-02-24 03:50:46 PST
Created attachment 128703 [details]
Patch
Comment 2 Philippe Normand 2012-02-24 05:08:49 PST
Comment on attachment 128703 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=128703&action=review

LGTM!

> Tools/ChangeLog:10
> +        (browser_window_init): Connect reload item clicked even to

typo: event
Comment 3 Carlos Garcia Campos 2012-02-24 05:32:26 PST
Committed r108777: <http://trac.webkit.org/changeset/108777>