- Fix typo in the schemas file
This commit is contained in:
parent
818d1a8667
commit
9493a0d385
11
nautilus-2.23.90-schemas-typo.patch
Normal file
11
nautilus-2.23.90-schemas-typo.patch
Normal file
@ -0,0 +1,11 @@
|
||||
--- trunk/libnautilus-private/apps_nautilus_preferences.schemas.in 2008/08/18 20:47:18 14489
|
||||
+++ trunk/libnautilus-private/apps_nautilus_preferences.schemas.in 2008/08/20 22:51:57 14508
|
||||
@@ -1092,7 +1092,7 @@
|
||||
<schema>
|
||||
<key>/schemas/apps/nautilus/desktop/text_ellipsis_limit</key>
|
||||
<applyto>/apps/nautilus/desktop/text_ellipsis_limit</applyto>
|
||||
- <type>integer</type>
|
||||
+ <type>int</type>
|
||||
<default>3</default>
|
||||
<locale name="C">
|
||||
<short>Text Ellipsis Limit</short>
|
@ -19,7 +19,7 @@
|
||||
Name: nautilus
|
||||
Summary: Nautilus is a file manager for GNOME
|
||||
Version: 2.23.90
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
License: GPLv2+
|
||||
Group: User Interface/Desktops
|
||||
Source: http://download.gnome.org/sources/%{name}/2.23/%{name}-%{version}.tar.bz2
|
||||
@ -95,6 +95,9 @@ Patch15: nautilus-2.22.0-treeview-xds-dnd.patch
|
||||
# http://bugzilla.gnome.org/show_bug.cgi?id=519743
|
||||
Patch17: nautilus-filetype-symlink-fix.patch
|
||||
|
||||
# http://bugzilla.gnome.org/show_bug.cgi?id=548740
|
||||
Patch18: nautilus-2.23.90-schemas-typo.patch
|
||||
|
||||
%description
|
||||
Nautilus integrates access to files, applications, media,
|
||||
Internet-based resources and the Web. Nautilus delivers a dynamic and
|
||||
@ -133,6 +136,7 @@ for writing nautilus extensions.
|
||||
%patch10 -p0 -b .gvfs-desktop-key
|
||||
%patch15 -p1 -b .xds
|
||||
%patch17 -p0 -b .symlink
|
||||
%patch18 -p1 -b .typo
|
||||
|
||||
%build
|
||||
|
||||
@ -251,6 +255,9 @@ fi
|
||||
|
||||
|
||||
%changelog
|
||||
* Wed Aug 27 2008 - Bastien Nocera <bnocera@redhat.com> - 2.23.90-2
|
||||
- Fix typo in the schemas file
|
||||
|
||||
* Sat Aug 23 2008 Matthias Clasen <mclasen@redhat.com> - 2.23.90-1
|
||||
- Update to 2.23.90
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user