mirror of
https://github.com/transmission/transmission.git
synced 2025-12-24 20:35:36 +00:00
(trunk) make tr_torrentName() a public function.
This has been a private function in libtransmission for awhile now but it makes more sense as a public function.
This commit is contained in:
@@ -539,7 +539,7 @@ gtr_file_list_set_torrent( GtkWidget * w, int torrentId )
|
||||
|
||||
/* build a GNode tree of the files */
|
||||
root_data = g_new0( struct row_struct, 1 );
|
||||
root_data->name = g_strdup( inf->name );
|
||||
root_data->name = g_strdup( tr_torrentName( tor ) );
|
||||
root_data->index = -1;
|
||||
root_data->length = 0;
|
||||
root = g_node_new( root_data );
|
||||
|
||||
Reference in New Issue
Block a user