[marco] 01/03: debian/patches: Add 0009_fix-notifications-of-workspace-name-changes.patch. Make notifications of workspace name changes reach marco on-th-fly. (Closes: #782194).
Mike Gabriel
sunweaver at debian.org
Thu Apr 9 11:57:02 UTC 2015
This is an automated email from the git hooks/post-receive script.
sunweaver pushed a commit to branch debian/experimental
in repository marco.
commit 94f33dbe0b58666ca16e79d8e038fc6bc71df1cc
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date: Thu Apr 9 12:37:18 2015 +0200
debian/patches: Add 0009_fix-notifications-of-workspace-name-changes.patch. Make notifications of workspace name changes reach marco on-th-fly. (Closes: #782194).
---
...x-notifications-of-workspace-name-changes.patch | 25 ++++++++++++++++++++++
debian/patches/series | 1 +
2 files changed, 26 insertions(+)
diff --git a/debian/patches/0009_fix-notifications-of-workspace-name-changes.patch b/debian/patches/0009_fix-notifications-of-workspace-name-changes.patch
new file mode 100644
index 0000000..a65bb95
--- /dev/null
+++ b/debian/patches/0009_fix-notifications-of-workspace-name-changes.patch
@@ -0,0 +1,25 @@
+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);
+
diff --git a/debian/patches/series b/debian/patches/series
index 4f774bd..8117ac3 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -2,4 +2,5 @@
0006_correct-name-for-missing-icon.patch
0007_correct-name-for-missing-icon-in-preview-widget.patch
0008_glib243-keybindings-notifications-fix.patch
+0009_fix-notifications-of-workspace-name-changes.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