summaryrefslogtreecommitdiff
blob: 3320065d9d97fcfa9d7a64186e4885773bffc31f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
From 3f316f5f4da4de8591141e4949c041cc7662666b Mon Sep 17 00:00:00 2001
From: Akira TAGOH <akira@tagoh.org>
Date: Thu, 28 Apr 2011 17:48:59 +0900
Subject: [PATCH 1/3] fix a typo

---
 data/xinput.sh.in.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/data/xinput.sh.in.in b/data/xinput.sh.in.in
index 2ad3f6b..39b3951 100755
--- a/data/xinput.sh.in.in
+++ b/data/xinput.sh.in.in
@@ -45,7 +45,7 @@ function is_gtk_supported() {
     [ -n "$IMSETTINGS_DISABLE_DESKTOP_CHECK" ] && return 0
     case "$DESKTOP_SESSION" in
 	*gnome|openbox)
-	    if check_imsettings_capability gconf && check_imsettings_capability gsettings; then
+	    if check_imsettings_capability gconf || check_imsettings_capability gsettings; then
 		return 0
 	    fi
 	    ;;
-- 
1.7.5.rc3