[mate-session-manager] 09/10: debian/patches: Drop 1003_typo-fix.patch. Applied upstream.
Martin Wimpress
flexiondotorg-guest at moszumanska.debian.org
Thu May 5 09:53:39 UTC 2016
This is an automated email from the git hooks/post-receive script.
flexiondotorg-guest pushed a commit to branch master
in repository mate-session-manager.
commit 95a30391027dae80d068241ad15b987e15be7e4d
Author: Martin Wimpress <code at flexion.org>
Date: Thu May 5 10:31:42 2016 +0100
debian/patches: Drop 1003_typo-fix.patch. Applied upstream.
---
debian/patches/1003_typo-fix.patch | 21 ---------------------
debian/patches/series | 1 -
2 files changed, 22 deletions(-)
diff --git a/debian/patches/1003_typo-fix.patch b/debian/patches/1003_typo-fix.patch
deleted file mode 100644
index a5e1c21..0000000
--- a/debian/patches/1003_typo-fix.patch
+++ /dev/null
@@ -1,21 +0,0 @@
-Description: Typo fix in g_warning message
-Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
-
---- a/mate-session/gs-idle-monitor.c
-+++ b/mate-session/gs-idle-monitor.c
-@@ -294,13 +294,13 @@
- if (monitor->priv->have_xtest) {
- monitor->priv->keycode1 = XKeysymToKeycode (GDK_DISPLAY_XDISPLAY(gdk_display_get_default()), XK_Alt_L);
- if (monitor->priv->keycode1 == 0) {
-- g_warning ("keycode1 not existant");
-+ g_warning ("keycode1 not existent");
- }
- monitor->priv->keycode2 = XKeysymToKeycode (GDK_DISPLAY_XDISPLAY(gdk_display_get_default()), XK_Alt_R);
- if (monitor->priv->keycode2 == 0) {
- monitor->priv->keycode2 = XKeysymToKeycode (GDK_DISPLAY_XDISPLAY(gdk_display_get_default()), XK_Alt_L);
- if (monitor->priv->keycode2 == 0) {
-- g_warning ("keycode2 not existant");
-+ g_warning ("keycode2 not existent");
- }
- }
- monitor->priv->keycode = &monitor->priv->keycode1;
diff --git a/debian/patches/series b/debian/patches/series
index 96c9250..9cf4102 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1 @@
-1003_typo-fix.patch
0005_lock-session-before-user-switch.patch
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mate/mate-session-manager.git
More information about the pkg-mate-commits
mailing list