(gtk) backwards compatability with gtk < 2.10, reported by Lacrocivious

This commit is contained in:
Charles Kerr 2008-01-18 00:11:51 +00:00
parent 961cb0137d
commit 9f176115e6
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@
#ifndef STATUS_ICON_SUPPORTED
gpointer
tr_icon_new( tr_handle * handle )
tr_icon_new( TrCore * core )
{
return NULL;
}