Gentoo Archives: gentoo-commits

From: "Matsuu Takuto (matsuu)" <matsuu@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-i18n/imsettings/files: imsettings-1.2.2-gtk.patch
Date: Sat, 07 May 2011 01:24:24
Message-Id: 20110507012414.D524F20057@flycatcher.gentoo.org
1 matsuu 11/05/07 01:24:14
2
3 Added: imsettings-1.2.2-gtk.patch
4 Log:
5 Version bumped.
6
7 (Portage version: 2.1.9.46/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.1 app-i18n/imsettings/files/imsettings-1.2.2-gtk.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/imsettings/files/imsettings-1.2.2-gtk.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/imsettings/files/imsettings-1.2.2-gtk.patch?rev=1.1&content-type=text/plain
14
15 Index: imsettings-1.2.2-gtk.patch
16 ===================================================================
17 From 3f316f5f4da4de8591141e4949c041cc7662666b Mon Sep 17 00:00:00 2001
18 From: Akira TAGOH <akira@×××××.org>
19 Date: Thu, 28 Apr 2011 17:48:59 +0900
20 Subject: [PATCH 1/3] fix a typo
21
22 ---
23 data/xinput.sh.in.in | 2 +-
24 1 files changed, 1 insertions(+), 1 deletions(-)
25
26 diff --git a/data/xinput.sh.in.in b/data/xinput.sh.in.in
27 index 2ad3f6b..39b3951 100755
28 --- a/data/xinput.sh.in.in
29 +++ b/data/xinput.sh.in.in
30 @@ -45,7 +45,7 @@ function is_gtk_supported() {
31 [ -n "$IMSETTINGS_DISABLE_DESKTOP_CHECK" ] && return 0
32 case "$DESKTOP_SESSION" in
33 *gnome|openbox)
34 - if check_imsettings_capability gconf && check_imsettings_capability gsettings; then
35 + if check_imsettings_capability gconf || check_imsettings_capability gsettings; then
36 return 0
37 fi
38 ;;
39 --
40 1.7.5.rc3