[marco] 08/10: Drop 0009_fix-notifications-of-workspace-name-changes.patch. Applied upstream.

Martin Wimpress flexiondotorg-guest at moszumanska.debian.org
Thu Jun 11 19:10:51 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 marco.

commit bff97ee5e2ae7e9843bbf14a7e23b8442d376985
Author: Martin Wimpress <code at flexion.org>
Date:   Thu Jun 11 20:08:22 2015 +0100

    Drop 0009_fix-notifications-of-workspace-name-changes.patch. Applied upstream.
---
 ...x-notifications-of-workspace-name-changes.patch | 25 ----------------------
 1 file changed, 25 deletions(-)

diff --git a/debian/patches/0009_fix-notifications-of-workspace-name-changes.patch b/debian/patches/0009_fix-notifications-of-workspace-name-changes.patch
deleted file mode 100644
index a65bb95..0000000
--- a/debian/patches/0009_fix-notifications-of-workspace-name-changes.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-From babfc4b2dd4590fb7f0a7a62b794ec1c32a55e0a Mon Sep 17 00:00:00 2001
-From: monsta <monsta at inbox.ru>
-Date: Wed, 8 Apr 2015 13:30:02 +0300
-Subject: [PATCH] prefs: make workspace name actually change
-
-now workspace names actually change on-the-fly when you change them in dconf-editor.
-and this works with GLib 2.43 as well.
----
- src/core/prefs.c | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/src/core/prefs.c b/src/core/prefs.c
-index 7f747a2..9a4c659 100644
---- a/src/core/prefs.c
-+++ b/src/core/prefs.c
-@@ -974,7 +974,7 @@ change_notify (GSettings *settings,
-       
-       g_free(str);
-     }
--  else if (g_strcmp0 (schema_name, KEY_WORKSPACE_NAME_SCHEMA))
-+  else if (g_strcmp0 (schema_name, KEY_WORKSPACE_NAME_SCHEMA) == 0)
-     {
-       gchar *str;
-         str = g_settings_get_string (settings, key);
-

-- 
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