[marco] 01/02: debian/patches: Add 0007_correct-name-for-missing-icon-in-preview-widget.patch. Also use correct image name for missing icons in the preview widget. (Closes: #780104). Follow-up fix for #778824.

Mike Gabriel sunweaver at debian.org
Mon Mar 9 12:26:51 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 0b98bfb25fb9875956cb5ca88267fc4985cd5e32
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Mon Mar 9 13:26:09 2015 +0100

    debian/patches:  Add 0007_correct-name-for-missing-icon-in-preview-widget.patch. Also use correct image name for missing icons in the preview widget. (Closes:  #780104). Follow-up fix for #778824.
---
 ...t-name-for-missing-icon-in-preview-widget.patch | 39 ++++++++++++++++++++++
 debian/patches/series                              |  1 +
 2 files changed, 40 insertions(+)

diff --git a/debian/patches/0007_correct-name-for-missing-icon-in-preview-widget.patch b/debian/patches/0007_correct-name-for-missing-icon-in-preview-widget.patch
new file mode 100644
index 0000000..c758793
--- /dev/null
+++ b/debian/patches/0007_correct-name-for-missing-icon-in-preview-widget.patch
@@ -0,0 +1,39 @@
+From 1debc211c6f77541967c0157158eb12d3f5d8ab6 Mon Sep 17 00:00:00 2001
+From: monsta <monsta at inbox.ru>
+Date: Thu, 26 Feb 2015 15:58:14 +0300
+Subject: [PATCH]  preview-widget: use correct name for missing icon
+
+from https://git.gnome.org/browse/metacity/commit/?id=5f8df557b8dbe962f19e8b641c007073665ff878
+---
+ src/ui/preview-widget.c | 6 +++---
+ 1 file changed, 3 insertions(+), 3 deletions(-)
+
+diff --git a/src/ui/preview-widget.c b/src/ui/preview-widget.c
+index cb05c2f..3726d55 100644
+--- a/src/ui/preview-widget.c
++++ b/src/ui/preview-widget.c
+@@ -550,7 +550,7 @@ meta_preview_get_icon (void)
+                                                    NULL);
+       else
+           default_icon = gtk_icon_theme_load_icon (theme,
+-                                                   "gtk-missing-image",
++                                                   "image-missing",
+                                                    META_ICON_WIDTH,
+                                                    0,
+                                                    NULL);
+@@ -583,7 +583,7 @@ meta_preview_get_mini_icon (void)
+                                                    NULL);
+       else
+           default_icon = gtk_icon_theme_load_icon (theme,
+-                                                   "gtk-missing-image",
++                                                   "image-missing",
+                                                    META_MINI_ICON_WIDTH,
+                                                    0,
+                                                    NULL);
+@@ -704,4 +704,4 @@ meta_preview_get_clip_region (MetaPreview *preview, gint new_window_width, gint
+   gdk_region_destroy (corners_xregion);
+ 
+   return window_xregion;
+-}
+\ No newline at end of file
++}
diff --git a/debian/patches/series b/debian/patches/series
index f1dc868..41733c7 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -4,4 +4,5 @@
 0004_dont-switch-workspace-when-switching-to-sticky-window.patch
 0005_fix-resizing-csd-windows.patch
 0006_correct-name-for-missing-icon.patch
+0007_correct-name-for-missing-icon-in-preview-widget.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