Forgot to remove a patch.

This commit is contained in:
Jeremy Messenger 2011-06-30 19:44:00 +00:00
parent 22f2bbf9d1
commit 5d46a3b625
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=276744

View file

@ -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 );