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:
parent
3cd939ebca
commit
e98cf692a8
1 changed files with 1 additions and 3 deletions
|
@ -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" );
|
||||
|
|
Loading…
Reference in a new issue