[Pkg-chromium-commit] [SCM] Git repository for pkg-chromium branch, master, updated. debian/20.0.1132.27_r140692-2-3-g2f15044
Giuseppe Iuculano
iuculano at debian.org
Wed Jun 20 12:45:29 UTC 2012
The following commit has been merged in the master branch:
commit 2f150445719c684d262fd1b79e51092bb9bd6170
Author: Giuseppe Iuculano <iuculano at debian.org>
Date: Wed Jun 20 14:45:09 2012 +0200
Search te correct icon when minimised
Close: #651455
Thanks: Jonathan Nieder
diff --git a/debian/patches/icon.patch b/debian/patches/icon.patch
new file mode 100644
index 0000000..63343e7
--- /dev/null
+++ b/debian/patches/icon.patch
@@ -0,0 +1,13 @@
+Index: sid/src/chrome/browser/ui/gtk/gtk_util.cc
+===================================================================
+--- sid.orig/src/chrome/browser/ui/gtk/gtk_util.cc 2012-05-19 16:54:56.000000000 +0200
++++ sid/src/chrome/browser/ui/gtk/gtk_util.cc 2012-06-20 14:44:42.111313983 +0200
+@@ -58,7 +58,7 @@
+ #if defined(GOOGLE_CHROME_BUILD)
+ static const char* kIconName = "google-chrome";
+ #else
+-static const char* kIconName = "chromium-browser";
++static const char* kIconName = "chromium";
+ #endif
+
+ const char kBoldLabelMarkup[] = "<span weight='bold'>%s</span>";
diff --git a/debian/patches/series b/debian/patches/series
index 820a9a6..26afc94 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -25,3 +25,4 @@ gcc4.7.patch
sqlite.patch
alignment.patch
arm.patch
+icon.patch
--
Git repository for pkg-chromium
More information about the Pkg-chromium-commit
mailing list