diff options
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/transmission-cli/files/patch-gtk_tr-prefs.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/net-p2p/transmission-cli/files/patch-gtk_tr-prefs.c b/net-p2p/transmission-cli/files/patch-gtk_tr-prefs.c deleted file mode 100644 index 4a531373d734..000000000000 --- a/net-p2p/transmission-cli/files/patch-gtk_tr-prefs.c +++ /dev/null @@ -1,11 +0,0 @@ ---- gtk/tr-prefs.c.orig 2011-02-28 17:16:03.000000000 -0600 -+++ gtk/tr-prefs.c 2011-02-28 17:16:10.000000000 -0600 -@@ -730,7 +730,7 @@ - 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/transmission/web/", port ); - - gtr_open_uri( uri ); - g_free( uri ); |