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:
parent
961cb0137d
commit
9f176115e6
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@
|
|||
#ifndef STATUS_ICON_SUPPORTED
|
||||
|
||||
gpointer
|
||||
tr_icon_new( tr_handle * handle )
|
||||
tr_icon_new( TrCore * core )
|
||||
{
|
||||
return NULL;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue