[mate-panel] 06/07: debian/patches: Drop 0001_memleak-fix.patch. Included in this upstream release.
Mike Gabriel
sunweaver at debian.org
Tue Jul 25 09:49:36 UTC 2017
This is an automated email from the git hooks/post-receive script.
sunweaver pushed a commit to branch master
in repository mate-panel.
commit acdb25193f20e501f074d727ed4cdc3430c357de
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date: Tue Jul 25 11:42:19 2017 +0200
debian/patches: Drop 0001_memleak-fix.patch. Included in this upstream release.
---
debian/patches/0001_memleak-fix.patch | 25 -------------------------
debian/patches/series | 1 -
2 files changed, 26 deletions(-)
diff --git a/debian/patches/0001_memleak-fix.patch b/debian/patches/0001_memleak-fix.patch
deleted file mode 100644
index 6e2fe82..0000000
--- a/debian/patches/0001_memleak-fix.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-From 084aa57d1c64b5961363c66446afc8a6ba993315 Mon Sep 17 00:00:00 2001
-From: monsta <monsta at inbox.ru>
-Date: Mon, 21 Nov 2016 18:43:29 +0300
-Subject: [PATCH] libmate-panel-applet: add missing brackets
-
----
- libmate-panel-applet/mate-panel-applet-gsettings.c | 3 ++-
- 1 file changed, 2 insertions(+), 1 deletion(-)
-
-diff --git a/libmate-panel-applet/mate-panel-applet-gsettings.c b/libmate-panel-applet/mate-panel-applet-gsettings.c
-index df75358..9387053 100644
---- a/libmate-panel-applet/mate-panel-applet-gsettings.c
-+++ b/libmate-panel-applet/mate-panel-applet-gsettings.c
-@@ -38,9 +38,10 @@ mate_panel_applet_settings_new (MatePanelApplet *applet, gchar *schema)
-
- path = mate_panel_applet_get_preferences_path (applet);
-
-- if (path)
-+ if (path) {
- settings = g_settings_new_with_path (schema, path);
- g_free (path);
-+ }
-
- return settings;
- }
diff --git a/debian/patches/series b/debian/patches/series
index 36a6f16..48eb846 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,4 +1,3 @@
-0001_memleak-fix.patch
1000_prevent_menubar_destruction_when_enabling_global_menus.patch
0000_add_gsettings_key_to_enable_sni.patch
0001_no_scale.patch
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mate/mate-panel.git
More information about the pkg-mate-commits
mailing list