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, 11 insertions, 0 deletions
diff --git a/meta/packages/gnome/gconf-dbus/no-deprecation.patch b/meta/packages/gnome/gconf-dbus/no-deprecation.patch new file mode 100644 index 0000000000..133ea550ee --- /dev/null +++ b/meta/packages/gnome/gconf-dbus/no-deprecation.patch | |||
| @@ -0,0 +1,11 @@ | |||
| 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> | ||
