diff options
Diffstat (limited to 'meta/packages/telepathy/empathy-0.1')
-rw-r--r-- | meta/packages/telepathy/empathy-0.1/no-gnome.diff | 39 |
1 files changed, 0 insertions, 39 deletions
diff --git a/meta/packages/telepathy/empathy-0.1/no-gnome.diff b/meta/packages/telepathy/empathy-0.1/no-gnome.diff deleted file mode 100644 index 4dd4a96354..0000000000 --- a/meta/packages/telepathy/empathy-0.1/no-gnome.diff +++ /dev/null | |||
@@ -1,39 +0,0 @@ | |||
1 | diff -ur empathy-0.1.orig/configure.ac empathy-0.1/configure.ac | ||
2 | --- empathy-0.1.orig/configure.ac 2007-04-25 23:05:40.000000000 +0100 | ||
3 | +++ empathy-0.1/configure.ac 2007-04-27 17:10:29.000000000 +0100 | ||
4 | @@ -39,12 +39,12 @@ | ||
5 | |||
6 | PKG_CHECK_MODULES(EMPATHY, | ||
7 | [ | ||
8 | + libxml-2.0 | ||
9 | glib-2.0 >= $GLIB_REQUIRED | ||
10 | gobject-2.0 | ||
11 | gtk+-2.0 >= $GTK_REQUIRED | ||
12 | gconf-2.0 >= $GCONF_REQUIRED | ||
13 | libglade-2.0 >= $LIBGLADE_REQUIRED | ||
14 | - libgnomeui-2.0 | ||
15 | libtelepathy >= $TELEPATHY_REQUIRED | ||
16 | libmissioncontrol >= $MISSION_CONTROL_REQUIRED | ||
17 | ]) | ||
18 | Only in empathy-0.1: configure.ac~ | ||
19 | diff -ur empathy-0.1.orig/libempathy-gtk/gossip-ui-utils.c empathy-0.1/libempathy-gtk/gossip-ui-utils.c | ||
20 | --- empathy-0.1.orig/libempathy-gtk/gossip-ui-utils.c 2007-04-25 23:05:40.000000000 +0100 | ||
21 | +++ empathy-0.1/libempathy-gtk/gossip-ui-utils.c 2007-04-27 17:06:48.000000000 +0100 | ||
22 | @@ -31,7 +31,6 @@ | ||
23 | #include <glib/gi18n.h> | ||
24 | #include <gtk/gtk.h> | ||
25 | #include <glade/glade.h> | ||
26 | -#include <libgnome/libgnome.h> | ||
27 | |||
28 | #include <libmissioncontrol/mc-profile.h> | ||
29 | |||
30 | @@ -1307,7 +1306,7 @@ | ||
31 | GError *error = NULL; | ||
32 | |||
33 | real_url = fixup_url (url); | ||
34 | - gnome_url_show (real_url, &error); | ||
35 | + g_warning ("TODO: gnome_url_show (real_url, &error);"); | ||
36 | if (error) { | ||
37 | g_warning ("Couldn't show URL:'%s'", real_url); | ||
38 | g_error_free (error); | ||
39 | Only in empathy-0.1/libempathy-gtk: gossip-ui-utils.c~ | ||