Remove obsolete patch

This commit is contained in:
Bastien Nocera 2010-11-10 13:04:29 +00:00
parent 8ca5a7e13c
commit 5a3aa63cbb
2 changed files with 0 additions and 13 deletions

View File

@ -1,12 +0,0 @@
diff -up gnome-settings-daemon-2.91.2-20101102/plugins/xsettings/gsd-xsettings-manager.c.change gnome-settings-daemon-2.91.2-20101102/plugins/xsettings/gsd-xsettings-manager.c
--- gnome-settings-daemon-2.91.2-20101102/plugins/xsettings/gsd-xsettings-manager.c.change 2010-11-02 20:16:55.247179988 -0400
+++ gnome-settings-daemon-2.91.2-20101102/plugins/xsettings/gsd-xsettings-manager.c 2010-11-02 20:17:09.784180223 -0400
@@ -701,7 +701,7 @@ gnome_xsettings_manager_start (GnomeXSet
}
list = g_hash_table_get_values (manager->priv->settings);
- for (l = list; list != NULL; list = list->next) {
+ for (l = list; l != NULL; l = l->next) {
g_signal_connect (G_OBJECT (l->data), "changed",
G_CALLBACK (xsettings_callback), manager);
}

View File

@ -55,7 +55,6 @@ developing applications that use %{name}.
%prep
%setup -q
#%patch3 -p1 -b .slight-hinting
%patch0 -p1 -b .change
%build
# https://fedoraproject.org/wiki/Features/ChangeInImplicitDSOLinking