[mate-settings-daemon] 14/25: Drop 0003_fix-unsafe-access-to-list-elements-in-background-plugin.patch. Applied upstream.
Martin Wimpress
flexiondotorg-guest at moszumanska.debian.org
Fri Jun 12 13:25:34 UTC 2015
This is an automated email from the git hooks/post-receive script.
flexiondotorg-guest pushed a commit to branch debian/experimental
in repository mate-settings-daemon.
commit 509bb13a5fa73aaa20946c28e46f7c3cc903cb25
Author: Martin Wimpress <code at flexion.org>
Date: Fri Jun 12 14:10:14 2015 +0100
Drop 0003_fix-unsafe-access-to-list-elements-in-background-plugin.patch. Applied upstream.
---
...ess-to-list-elements-in-background-plugin.patch | 24 ----------------------
1 file changed, 24 deletions(-)
diff --git a/debian/patches/0003_fix-unsafe-access-to-list-elements-in-background-plugin.patch b/debian/patches/0003_fix-unsafe-access-to-list-elements-in-background-plugin.patch
deleted file mode 100644
index 00de2e3..0000000
--- a/debian/patches/0003_fix-unsafe-access-to-list-elements-in-background-plugin.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-From a93ff2978e819041c2f91fdf7435cd111e157141 Mon Sep 17 00:00:00 2001
-From: monsta <monsta at inbox.ru>
-Date: Fri, 13 Mar 2015 14:40:29 +0300
-Subject: [PATCH] background plugin: safer access to list element's data
-
-g_list_nth_data just returns NULL if either list or element is NULL
----
- plugins/background/msd-background-manager.c | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/plugins/background/msd-background-manager.c b/plugins/background/msd-background-manager.c
-index 215be80..5b6a04b 100644
---- a/plugins/background/msd-background-manager.c
-+++ b/plugins/background/msd-background-manager.c
-@@ -269,7 +269,7 @@ on_screen_size_changed (GdkScreen *screen,
- return;
-
- gint scr_num = gdk_screen_get_number (screen);
-- gchar *old_size = g_list_nth (manager->priv->scr_sizes, scr_num)->data;
-+ gchar *old_size = g_list_nth_data (manager->priv->scr_sizes, scr_num);
- gchar *new_size = g_strdup_printf ("%dx%d", gdk_screen_get_width (screen),
- gdk_screen_get_height (screen));
- if (g_strcmp0 (old_size, new_size) != 0)
-
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mate/mate-settings-daemon.git
More information about the pkg-mate-commits
mailing list