mirror of
https://github.com/transmission/transmission.git
synced 2025-12-24 20:35:36 +00:00
(trunk) silence some minor gcc warnings
This commit is contained in:
@@ -393,7 +393,7 @@ addTorrentErrorDialog( GtkWidget * child,
|
||||
GTK_DIALOG_DESTROY_WITH_PARENT,
|
||||
GTK_MESSAGE_ERROR,
|
||||
GTK_BUTTONS_CLOSE,
|
||||
_( "Error opening torrent" ) );
|
||||
"%s", _( "Error opening torrent" ) );
|
||||
gtk_message_dialog_format_secondary_text( GTK_MESSAGE_DIALOG( w ),
|
||||
"%s", secondary );
|
||||
g_signal_connect_swapped( w, "response",
|
||||
|
||||
Reference in New Issue
Block a user