Index: chrome/browser/ui/login/login_prompt_gtk.cc |
=================================================================== |
--- chrome/browser/ui/login/login_prompt_gtk.cc (revision 91773) |
+++ chrome/browser/ui/login/login_prompt_gtk.cc (working copy) |
@@ -176,7 +176,7 @@ |
// Now that we have attached ourself to the window, we can make our OK |
// button the default action and mess with the focus. |
- gtk_widget_set_can_default(ok_, TRUE); |
+ GTK_WIDGET_SET_FLAGS(ok_, GTK_CAN_DEFAULT); |
gtk_widget_grab_default(ok_); |
} |
Property changes on: chrome/browser/ui/login/login_prompt_gtk.cc |
___________________________________________________________________ |
Added: svn:mergeinfo |