| Index: chrome/browser/gtk/browser_toolbar_gtk.cc
|
| ===================================================================
|
| --- chrome/browser/gtk/browser_toolbar_gtk.cc (revision 55160)
|
| +++ chrome/browser/gtk/browser_toolbar_gtk.cc (working copy)
|
| @@ -173,7 +173,8 @@
|
| 0);
|
|
|
| home_.reset(new CustomDrawButton(GtkThemeProvider::GetFrom(profile_),
|
| - IDR_HOME, IDR_HOME_P, IDR_HOME_H, 0, NULL));
|
| + IDR_HOME, IDR_HOME_P, IDR_HOME_H, 0, GTK_STOCK_HOME,
|
| + GTK_ICON_SIZE_SMALL_TOOLBAR));
|
| gtk_widget_set_tooltip_text(home_->widget(),
|
| l10n_util::GetStringUTF8(IDS_TOOLTIP_HOME).c_str());
|
| g_signal_connect(home_->widget(), "clicked",
|
|
|