From 5ab720d87b25b44bbe63f26469d0b6eaa7b788f5 Mon Sep 17 00:00:00 2001 From: Charles Kerr Date: Tue, 8 Sep 2009 14:58:27 +0000 Subject: [PATCH] (trunk gtk) #2387: transmission doesn't start; gives message 'err: Did not receive a reply' --- gtk/main.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gtk/main.c b/gtk/main.c index 2ea066353..459dbb968 100644 --- a/gtk/main.c +++ b/gtk/main.c @@ -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 ) ) )