From 682ebcf4e0b75969bfa55f9ff9ce08b3650d7f69 Mon Sep 17 00:00:00 2001 From: "erg@google.com" Date: Fri, 31 Jul 2009 20:27:23 +0000 Subject: Relanding r22155 (GTK Themes: Use theme colors in the text view in the location bar.) Fixed build issues with Ben's help. Original Review URL: http://codereview.chromium.org/159671 Review URL: http://codereview.chromium.org/160466 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@22181 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/app/chrome_dll_main.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'chrome/app') diff --git a/chrome/app/chrome_dll_main.cc b/chrome/app/chrome_dll_main.cc index ddf5b9f..478140c 100644 --- a/chrome/app/chrome_dll_main.cc +++ b/chrome/app/chrome_dll_main.cc @@ -186,7 +186,8 @@ static void GLibLogHandler(const gchar* log_domain, // This warning only occurs in obsolete versions of GTK and is harmless. // http://crbug.com/11133 } else if (strstr(message, "Theme file for default has no") || - strstr(message, "Theme directory")) { + strstr(message, "Theme directory") || + strstr(message, "theme pixmap")) { LOG(ERROR) << "GTK theme error: " << message; } else { #ifdef NDEBUG -- cgit v1.1