[mate-session-manager] 02/03: debian/patches: Add 1003_typo-fix.patch. Typo fix in g_warning message in gsd-idle-monitor.c.

Mike Gabriel sunweaver at debian.org
Wed Oct 14 05:23:14 UTC 2015


This is an automated email from the git hooks/post-receive script.

sunweaver pushed a commit to branch master
in repository mate-session-manager.

commit f319219828aca539f9caf8862b35d1631e964af5
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Wed Oct 14 07:18:48 2015 +0200

    debian/patches: Add 1003_typo-fix.patch. Typo fix in g_warning message in gsd-idle-monitor.c.
---
 debian/patches/1003_typo-fix.patch | 21 +++++++++++++++++++++
 debian/patches/series              |  1 +
 2 files changed, 22 insertions(+)

diff --git a/debian/patches/1003_typo-fix.patch b/debian/patches/1003_typo-fix.patch
new file mode 100644
index 0000000..a5e1c21
--- /dev/null
+++ b/debian/patches/1003_typo-fix.patch
@@ -0,0 +1,21 @@
+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 6ca09a5..f1e8d33 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 1002_libsystemd-transition.patch
+1003_typo-fix.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