Changeset 9067 for branches/1.7x/gtk/main.c
- Timestamp:
- Sep 8, 2009, 2:58:26 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/1.7x/gtk/main.c
r8929 r9067 419 419 /* There's already another copy of Transmission running, 420 420 * so tell it to present its window to the user */ 421 gtr_dbus_present_window( );422 421 err = NULL; 422 if( !gtr_dbus_present_window( ) ) 423 err = g_strdup( _( "Transmission is already running, but is not responding. To start a new session, you must first close the existing Transmission process." ) ); 423 424 } 424 425
Note: See TracChangeset
for help on using the changeset viewer.