(trunk gtk) #4014 "409 error when opening .../transmission/web without trailing ...
authorJordan Lee <jordan@transmissionbt.com>
Sat, 28 May 2011 01:34:07 +0000 (01:34 +0000)
committerJordan Lee <jordan@transmissionbt.com>
Sat, 28 May 2011 01:34:07 +0000 (01:34 +0000)
gtk/tr-prefs.c

index f641289dff18893ef353aab2169f0b31de337381..e231e956e420140847276252355ff2559be1d7ef 100644 (file)
@@ -739,7 +739,7 @@ static void
 onLaunchClutchCB( GtkButton * w UNUSED, gpointer data UNUSED )
 {
     const int port = gtr_pref_int_get( TR_PREFS_KEY_RPC_PORT );
-    char * uri = g_strdup_printf( "http://localhost:%d/transmission/web", port );
+    char * uri = g_strdup_printf( "http://localhost:%d/", port );
 
     gtr_open_uri( uri );
     g_free( uri );