(trunk) silence some minor gcc warnings

This commit is contained in:
Charles Kerr
2009-06-23 14:15:23 +00:00
parent 993bb0535d
commit 1ae47c697d
12 changed files with 21 additions and 18 deletions

View File

@@ -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",