diff options
author | erg@google.com <erg@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-07-31 18:26:24 +0000 |
---|---|---|
committer | erg@google.com <erg@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-07-31 18:26:24 +0000 |
commit | da2e871ccc23c51e9e1301168cd47944c3c3cca1 (patch) | |
tree | c73242080bd73a3c2673860ac62f8c5fec8cdae5 /chrome/app/chrome_dll_main.cc | |
parent | 290c612a5328dee9156b976e8c1581ba89382f80 (diff) | |
download | chromium_src-da2e871ccc23c51e9e1301168cd47944c3c3cca1.zip chromium_src-da2e871ccc23c51e9e1301168cd47944c3c3cca1.tar.gz chromium_src-da2e871ccc23c51e9e1301168cd47944c3c3cca1.tar.bz2 |
I give up. Reverting all attempts at fixing the gtk-view bustage.
Reverts r22161,r22159,r22155
Review URL: http://codereview.chromium.org/159719
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@22163 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app/chrome_dll_main.cc')
-rw-r--r-- | chrome/app/chrome_dll_main.cc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/chrome/app/chrome_dll_main.cc b/chrome/app/chrome_dll_main.cc index 478140c..ddf5b9f 100644 --- a/chrome/app/chrome_dll_main.cc +++ b/chrome/app/chrome_dll_main.cc @@ -186,8 +186,7 @@ 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 pixmap")) { + strstr(message, "Theme directory")) { LOG(ERROR) << "GTK theme error: " << message; } else { #ifdef NDEBUG |