Summary: | [GTK] Let F5 refresh the page in MiniBrowser | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | WebKit | Reporter: | Morten Stenshorne <mstensho> | ||||||
Component: | WebKitGTK | Assignee: | Morten Stenshorne <mstensho> | ||||||
Status: | RESOLVED FIXED | ||||||||
Severity: | Normal | CC: | berto, cgarcia, commit-queue | ||||||
Priority: | P2 | ||||||||
Version: | 528+ (Nightly build) | ||||||||
Hardware: | Unspecified | ||||||||
OS: | Unspecified | ||||||||
Attachments: |
|
Description
Morten Stenshorne
2013-06-14 05:52:26 PDT
Created attachment 204707 [details]
Patch
Looks good to me. Maybe we could have both the load and reload icons? Anyway it's weird that we were using the wrong icon there :) Do you want me to add another button with the load icon (which actually performs a load action rather than reloading)? What's that for anyway? For those with trouble finding the Enter key? :) Touch UI? Yeah, I don't know, if no one missed it in all this time I guess it's not so important :) Comment on attachment 204707 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=204707&action=review > Tools/MiniBrowser/gtk/BrowserWindow.c:528 > + GtkAccelGroup *accelGroup = gtk_accel_group_new(); > + gtk_window_add_accel_group(GTK_WINDOW(window), accelGroup); gtk_window_add_accel_group takes a reference of the accel group, so you need to call g_object_unref(). Created attachment 205905 [details]
Patch
Comment on attachment 205905 [details]
Patch
LGTM
Comment on attachment 205905 [details] Patch Clearing flags on attachment: 205905 Committed r152341: <http://trac.webkit.org/changeset/152341> All reviewed patches have been landed. Closing bug. |