1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2025-03-04 02:28:03 +00:00

(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

View file

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