Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(72)

Unified Diff: chrome/browser/gtk/reload_button_gtk.cc

Issue 3200002: Merge 56792 - Fix GTK unittest failure (Closed) Base URL: svn://svn.chromium.org/chrome/branches/472/src/
Patch Set: Created 10 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/gtk/reload_button_gtk.cc
===================================================================
--- chrome/browser/gtk/reload_button_gtk.cc (revision 56792)
+++ chrome/browser/gtk/reload_button_gtk.cc (working copy)
@@ -161,7 +161,7 @@
gboolean ReloadButtonGtk::OnLeaveNotify(GtkWidget* widget,
GdkEventCrossing* event) {
- ChangeMode(intended_mode_, false);
+ ChangeMode(intended_mode_, true);
return FALSE;
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698