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'
|
||||
+ variant = self.__config.get_value('general/hotkey', name)
|
||||
+ if variant != None:
|
||||
+ shortcuts = variant.dup_strv()
|
||||
+ shortcuts = variant.unpack()
|
||||
+ else:
|
||||
+ shortcuts = ['<Control>space']
|
||||
+
|
||||
|
@ -37,7 +37,7 @@
|
||||
|
||||
Name: ibus
|
||||
Version: 1.4.99.20121109
|
||||
Release: 8%{?dist}
|
||||
Release: 9%{?dist}
|
||||
Summary: Intelligent Input Bus for Linux OS
|
||||
License: LGPLv2+
|
||||
Group: System Environment/Libraries
|
||||
@ -483,6 +483,9 @@ fi
|
||||
%{_datadir}/gtk-doc/html/*
|
||||
|
||||
%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
|
||||
- Resolves #869584 - Removed libgnomekbd dependency in f18.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user