[marco] 02/03: debian/patches: Add 0006_correct-name-for-missing-icon.patch. Use correct name for missing icon. (Closes: #778824).
Mike Gabriel
sunweaver at debian.org
Mon Mar 9 05:32:50 UTC 2015
This is an automated email from the git hooks/post-receive script.
sunweaver pushed a commit to branch master
in repository marco.
commit f74083fa3d1038d7d7d45aee56cd63271dc65dc0
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date: Mon Mar 9 06:06:30 2015 +0100
debian/patches: Add 0006_correct-name-for-missing-icon.patch. Use correct name for missing icon. (Closes: #778824).
---
.../0006_correct-name-for-missing-icon.patch | 32 ++++++++++++++++++++++
debian/patches/series | 1 +
2 files changed, 33 insertions(+)
diff --git a/debian/patches/0006_correct-name-for-missing-icon.patch b/debian/patches/0006_correct-name-for-missing-icon.patch
new file mode 100644
index 0000000..296590d
--- /dev/null
+++ b/debian/patches/0006_correct-name-for-missing-icon.patch
@@ -0,0 +1,32 @@
+From 429ec1ec0f4e890bac3550db41d13bb07398a952 Mon Sep 17 00:00:00 2001
+From: monsta <monsta at inbox.ru>
+Date: Fri, 20 Feb 2015 13:25:24 +0300
+Subject: [PATCH] ui: use correct name for missing icon
+
+---
+ src/ui/ui.c | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/src/ui/ui.c b/src/ui/ui.c
+index c170adb..ce860ca 100644
+--- a/src/ui/ui.c
++++ b/src/ui/ui.c
+@@ -846,7 +846,7 @@ meta_ui_get_default_window_icon (MetaUI *ui)
+ NULL);
+ else
+ default_icon = gtk_icon_theme_load_icon (theme,
+- "gtk-missing-image",
++ "image-missing",
+ META_ICON_WIDTH,
+ 0,
+ NULL);
+@@ -881,7 +881,7 @@ meta_ui_get_default_mini_icon (MetaUI *ui)
+ NULL);
+ else
+ default_icon = gtk_icon_theme_load_icon (theme,
+- "gtk-missing-image",
++ "image-missing",
+ META_MINI_ICON_WIDTH,
+ 0,
+ NULL);
+
diff --git a/debian/patches/series b/debian/patches/series
index c72da71..f1dc868 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -3,4 +3,5 @@
0003_no-shadows-to-ARGB-windows.patch
0004_dont-switch-workspace-when-switching-to-sticky-window.patch
0005_fix-resizing-csd-windows.patch
+0006_correct-name-for-missing-icon.patch
2001_omit-gfdl-licensed-theme-documentation.patch
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mate/marco.git
More information about the pkg-mate-commits
mailing list