(gtk) #992: Button icons cut off in New Torrent dialog

This commit is contained in:
Charles Kerr
2008-06-05 18:59:07 +00:00
parent 486bb768f0
commit 382800fb00
3 changed files with 0 additions and 20 deletions

View File

@@ -6,10 +6,6 @@
GtkWidget* tracker_list_new( TrTorrent * gtor );
void tracker_list_get_button_size( GtkWidget * list,
gint * width,
gint * height );
/**
* @return an array of tr_tracker_info's. It's the caller's responsibility
* to g_free() every announce in the array, then the array itself.