mirror of
https://github.com/transmission/transmission
synced 2024-12-23 08:13:27 +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;
|
GtkWidget * w;
|
||||||
const char * str = NULL;
|
const char * str = NULL;
|
||||||
if( err == TR_ANNOUNCE_LIST_HAS_DUPLICATES )
|
if( err == TR_ANNOUNCE_LIST_HAS_BAD )
|
||||||
str = _( "List contains duplicate URLs" );
|
|
||||||
else if( err == TR_ANNOUNCE_LIST_HAS_BAD )
|
|
||||||
str = _( "List contains invalid URLs" );
|
str = _( "List contains invalid URLs" );
|
||||||
else
|
else
|
||||||
assert( 0 && "unhandled condition" );
|
assert( 0 && "unhandled condition" );
|
||||||
|
|
Loading…
Reference in a new issue