Updated ibus-xx-no-use.diff not to use variant.dup_strv()
This commit is contained in:
parent
16eb651bf8
commit
8e7bad238d
@ -175,7 +175,7 @@ index 46209b6..aa8e935 100644
|
|||||||
+ label = 'switch_engine'
|
+ label = 'switch_engine'
|
||||||
+ variant = self.__config.get_value('general/hotkey', name)
|
+ variant = self.__config.get_value('general/hotkey', name)
|
||||||
+ if variant != None:
|
+ if variant != None:
|
||||||
+ shortcuts = variant.dup_strv()
|
+ shortcuts = variant.unpack()
|
||||||
+ else:
|
+ else:
|
||||||
+ shortcuts = ['<Control>space']
|
+ shortcuts = ['<Control>space']
|
||||||
+
|
+
|
||||||
|
@ -37,7 +37,7 @@
|
|||||||
|
|
||||||
Name: ibus
|
Name: ibus
|
||||||
Version: 1.4.99.20121109
|
Version: 1.4.99.20121109
|
||||||
Release: 8%{?dist}
|
Release: 9%{?dist}
|
||||||
Summary: Intelligent Input Bus for Linux OS
|
Summary: Intelligent Input Bus for Linux OS
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
@ -483,6 +483,9 @@ fi
|
|||||||
%{_datadir}/gtk-doc/html/*
|
%{_datadir}/gtk-doc/html/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Dec 14 2012 Takao Fujiwara <tfujiwar@redhat.com> - 1.4.99.20121109-9
|
||||||
|
- Updated ibus-xx-no-use.diff not to use variant.dup_strv()
|
||||||
|
|
||||||
* Fri Dec 07 2012 Takao Fujiwara <tfujiwar@redhat.com> - 1.4.99.20121109-8
|
* Fri Dec 07 2012 Takao Fujiwara <tfujiwar@redhat.com> - 1.4.99.20121109-8
|
||||||
- Resolves #869584 - Removed libgnomekbd dependency in f18.
|
- Resolves #869584 - Removed libgnomekbd dependency in f18.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user