From 9f176115e6a2cf91bf76c32556a9bcfcee208d31 Mon Sep 17 00:00:00 2001 From: Charles Kerr Date: Fri, 18 Jan 2008 00:11:51 +0000 Subject: [PATCH] (gtk) backwards compatability with gtk < 2.10, reported by Lacrocivious --- gtk/tr_icon.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk/tr_icon.c b/gtk/tr_icon.c index 3b97c20ab..a6c42f074 100644 --- a/gtk/tr_icon.c +++ b/gtk/tr_icon.c @@ -31,7 +31,7 @@ #ifndef STATUS_ICON_SUPPORTED gpointer -tr_icon_new( tr_handle * handle ) +tr_icon_new( TrCore * core ) { return NULL; }