mirror of
https://github.com/transmission/transmission.git
synced 2025-12-25 04:45:56 +00:00
(gtk) partial fix for #562: No error message when opening broken torrent file
This commit is contained in:
@@ -88,6 +88,10 @@ char* gtr_get_help_url( void );
|
||||
GtkWidget * tr_button_new_from_stock( const char * stock,
|
||||
const char * mnemonic );
|
||||
|
||||
void addTorrentErrorDialog( GtkWidget * window_or_child,
|
||||
int err,
|
||||
const char * filename );
|
||||
|
||||
/* create an error dialog, if wind is NULL or mapped then show dialog now,
|
||||
otherwise show it when wind becomes mapped */
|
||||
void
|
||||
|
||||
Reference in New Issue
Block a user