Changeset 12467
- Timestamp:
- May 28, 2011, 1:34:07 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/gtk/tr-prefs.c
r12461 r12467 740 740 { 741 741 const int port = gtr_pref_int_get( TR_PREFS_KEY_RPC_PORT ); 742 char * uri = g_strdup_printf( "http://localhost:%d/ transmission/web", port );742 char * uri = g_strdup_printf( "http://localhost:%d/", port ); 743 743 744 744 gtr_open_uri( uri );
Note: See TracChangeset
for help on using the changeset viewer.