1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2024-12-23 00:04:06 +00:00

(trunk gtk) oops, I meant to check this in with r9725... fix gtk+ client build errors in trunk

This commit is contained in:
Charles Kerr 2009-12-12 14:41:36 +00:00
parent 3cd939ebca
commit e98cf692a8

View file

@ -1940,9 +1940,7 @@ onEditTrackersResponse( GtkDialog * dialog, int response, gpointer data )
{
GtkWidget * w;
const char * str = NULL;
if( err == TR_ANNOUNCE_LIST_HAS_DUPLICATES )
str = _( "List contains duplicate URLs" );
else if( err == TR_ANNOUNCE_LIST_HAS_BAD )
if( err == TR_ANNOUNCE_LIST_HAS_BAD )
str = _( "List contains invalid URLs" );
else
assert( 0 && "unhandled condition" );