summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Olexa <darkside@gentoo.org>2008-12-02 15:26:05 +0000
committerJeremy Olexa <darkside@gentoo.org>2008-12-02 15:26:05 +0000
commitf1eeaa09a33cfd901415d98e7edd16a97915cab0 (patch)
treec3581b5889d7e917f5f847eb092b403b3f71fd0a /media-radio/xdx/files
parentfix where documentation is installed, bug 247951. Add Thomas Beierlein to met... (diff)
downloadgentoo-2-f1eeaa09a33cfd901415d98e7edd16a97915cab0.tar.gz
gentoo-2-f1eeaa09a33cfd901415d98e7edd16a97915cab0.tar.bz2
gentoo-2-f1eeaa09a33cfd901415d98e7edd16a97915cab0.zip
fix building with latest gtk+, bug 247951. Add Thomas Beierlein to metadata, he will be maintaining this through me
(Portage version: 2.2_rc16/cvs/Linux 2.6.28-rc6-wl-dirty x86_64)
Diffstat (limited to 'media-radio/xdx/files')
-rw-r--r--media-radio/xdx/files/xdx-2.4-gtk.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/media-radio/xdx/files/xdx-2.4-gtk.patch b/media-radio/xdx/files/xdx-2.4-gtk.patch
new file mode 100644
index 000000000000..8928f2e72e83
--- /dev/null
+++ b/media-radio/xdx/files/xdx-2.4-gtk.patch
@@ -0,0 +1,11 @@
+--- src/gui_manualdialog.c.orig 2008-11-21 16:19:15.000000000 +0100
++++ src/gui_manualdialog.c 2008-11-21 16:19:45.000000000 +0100
+@@ -59,7 +59,7 @@
+ helpfile = g_strdup_printf ("%s%s%s", PACKAGE_DATA_DIR, G_DIR_SEPARATOR_S, _("MANUAL"));
+
+ g_signal_connect(G_OBJECT(manualdialog), "response",
+- GTK_SIGNAL_FUNC(gtk_widget_destroy), NULL);
++ G_CALLBACK (gtk_widget_destroy), NULL);
+
+
+ in = fopen (helpfile, "r");