(trunk gtk) #2387: transmission doesn't start; gives message 'err: Did not receive a reply'

This commit is contained in:
Charles Kerr 2009-09-08 14:58:27 +00:00
parent c7e2a29f57
commit 5ab720d87b
1 changed files with 2 additions and 1 deletions

View File

@ -418,8 +418,9 @@ main( int argc, char ** argv )
{
/* There's already another copy of Transmission running,
* so tell it to present its window to the user */
gtr_dbus_present_window( );
err = NULL;
if( !gtr_dbus_present_window( ) )
err = g_strdup( _( "Transmission is already running, but is not responding. To start a new session, you must first close the existing Transmission process." ) );
}
if( didlock && ( didinit || cf_init( configDir, &err ) ) )