diff options
Diffstat (limited to 'meta/packages/gnome/gconf-dbus/no-deprecation.patch')
-rw-r--r-- | meta/packages/gnome/gconf-dbus/no-deprecation.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/meta/packages/gnome/gconf-dbus/no-deprecation.patch b/meta/packages/gnome/gconf-dbus/no-deprecation.patch deleted file mode 100644 index 133ea550ee..0000000000 --- a/meta/packages/gnome/gconf-dbus/no-deprecation.patch +++ /dev/null | |||
@@ -1,11 +0,0 @@ | |||
1 | --- trunk/examples/basic-gconf-app.c.old 2006-04-25 20:39:48.000000000 +0100 | ||
2 | +++ trunk/examples/basic-gconf-app.c 2006-04-25 20:40:11.000000000 +0100 | ||
3 | @@ -80,7 +80,7 @@ | ||
4 | |||
5 | /* Be clean and pure */ | ||
6 | #define GTK_DISABLE_DEPRECATED | ||
7 | -#define G_DISABLE_DEPRECATED | ||
8 | +/*#define G_DISABLE_DEPRECATED*/ | ||
9 | |||
10 | #include <gconf/gconf-client.h> | ||
11 | #include <gtk/gtk.h> | ||