]> git.pld-linux.org Git - packages/gnome-vfs2.git/blob - gnome-vfs2-gconf2.patch
- fix patch to include files (but GConf2 is still broken)
[packages/gnome-vfs2.git] / gnome-vfs2-gconf2.patch
1 diff -Nur gnome-vfs-1.9.11/libgnomevfs/gnome-vfs-mime-handlers.c gnome-vfs-1.9.11.new/libgnomevfs/gnome-vfs-mime-handlers.c
2 --- gnome-vfs-1.9.11/libgnomevfs/gnome-vfs-mime-handlers.c      Tue Jan 22 10:24:29 2002
3 +++ gnome-vfs-1.9.11.new/libgnomevfs/gnome-vfs-mime-handlers.c  Sat Apr 13 13:47:57 2002
4 @@ -30,7 +30,7 @@
5  #include "gnome-vfs-result.h"
6  #include "gnome-vfs-utils.h"
7  #include <bonobo-activation/bonobo-activation-activate.h>
8 -#include <gconf/gconf-client.h>
9 +#include <gconf-client.h>
10  #include <stdio.h>
11  #include <string.h>
12  
13 diff -Nur gnome-vfs-1.9.11/modules/cdda-method.c gnome-vfs-1.9.11.new/modules/cdda-method.c
14 --- gnome-vfs-1.9.11/modules/cdda-method.c      Fri Nov  2 12:15:50 2001
15 +++ gnome-vfs-1.9.11.new/modules/cdda-method.c  Sat Apr 13 13:46:40 2002
16 @@ -26,8 +26,8 @@
17  
18  #include "cdda-cddb.h"
19  #include <errno.h>
20 -#include <gconf/gconf-client.h>
21 -#include <gconf/gconf.h>
22 +#include <gconf-client.h>
23 +#include <gconf.h>
24  #include <libgnomevfs/gnome-vfs-cancellation.h>
25  #include <libgnomevfs/gnome-vfs-context.h>
26  #include <libgnomevfs/gnome-vfs-method.h>
27 diff -Nur gnome-vfs-1.9.11/modules/http-method.c gnome-vfs-1.9.11.new/modules/http-method.c
28 --- gnome-vfs-1.9.11/modules/http-method.c      Mon Jan  7 08:25:16 2002
29 +++ gnome-vfs-1.9.11.new/modules/http-method.c  Sat Apr 13 13:49:30 2002
30 @@ -41,7 +41,7 @@
31  /* Keep <netinet/in.h> above <arpa/inet.h> for FreeBSD. */
32  #include <netinet/in.h>
33  #include <arpa/inet.h>
34 -#include <gconf/gconf-client.h>
35 +#include <gconf-client.h>
36  #include <libgnomevfs/gnome-vfs-inet-connection.h>
37  #include <libgnomevfs/gnome-vfs-mime-sniff-buffer.h>
38  #include <libgnomevfs/gnome-vfs-mime.h>
This page took 0.078261 seconds and 3 git commands to generate.