| Index: chrome/browser/gtk/browser_window_gtk.cc
|
| ===================================================================
|
| --- chrome/browser/gtk/browser_window_gtk.cc (revision 26169)
|
| +++ chrome/browser/gtk/browser_window_gtk.cc (working copy)
|
| @@ -596,7 +596,6 @@
|
| InitWidgets();
|
| }
|
|
|
| - ConnectHandlersToSignals();
|
| ConnectAccelerators();
|
|
|
| // Set the initial background color of widgets.
|
| @@ -1525,6 +1524,7 @@
|
| }
|
|
|
| void BrowserWindowGtk::InitWidgets() {
|
| + ConnectHandlersToSignals();
|
| bounds_ = GetInitialWindowBounds(window_);
|
|
|
| // This vbox encompasses all of the widgets within the browser, including the
|
|
|