projects
/
transmission
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2492ac6
)
(trunk gtk) #4014 "409 error when opening .../transmission/web without trailing ...
author
Jordan Lee
<jordan@transmissionbt.com>
Sat, 28 May 2011 01:34:07 +0000
(
01:34
+0000)
committer
Jordan Lee
<jordan@transmissionbt.com>
Sat, 28 May 2011 01:34:07 +0000
(
01:34
+0000)
gtk/tr-prefs.c
patch
|
blob
|
history
diff --git
a/gtk/tr-prefs.c
b/gtk/tr-prefs.c
index f641289dff18893ef353aab2169f0b31de337381..e231e956e420140847276252355ff2559be1d7ef 100644
(file)
--- a/
gtk/tr-prefs.c
+++ b/
gtk/tr-prefs.c
@@
-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 );