diff options
Diffstat (limited to 'chrome/browser/ui/gtk/page_info_bubble_gtk.cc')
-rw-r--r-- | chrome/browser/ui/gtk/page_info_bubble_gtk.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/ui/gtk/page_info_bubble_gtk.cc b/chrome/browser/ui/gtk/page_info_bubble_gtk.cc index 7ca4cb1..f30335a 100644 --- a/chrome/browser/ui/gtk/page_info_bubble_gtk.cc +++ b/chrome/browser/ui/gtk/page_info_bubble_gtk.cc @@ -159,10 +159,10 @@ void PageInfoBubbleGtk::Observe(NotificationType type, it != links_.end(); ++it) { gtk_chrome_link_button_set_use_gtk_theme( GTK_CHROME_LINK_BUTTON(*it), - theme_service_->UseGtkTheme()); + theme_service_->UsingNativeTheme()); } - if (theme_service_->UseGtkTheme()) { + if (theme_service_->UsingNativeTheme()) { for (std::vector<GtkWidget*>::iterator it = labels_.begin(); it != labels_.end(); ++it) { gtk_widget_modify_fg(*it, GTK_STATE_NORMAL, NULL); |