]> granicus.if.org Git - transmission/commitdiff
(trunk) very minor tweaks
authorCharles Kerr <charles@transmissionbt.com>
Sun, 3 May 2009 19:12:22 +0000 (19:12 +0000)
committerCharles Kerr <charles@transmissionbt.com>
Sun, 3 May 2009 19:12:22 +0000 (19:12 +0000)
NEWS
qt/prefs.cc

diff --git a/NEWS b/NEWS
index 0eccc705ee6ea703009ac0d5d55a107dae640070..2fd5755077cfc882ffeb69b604e7df1cc3f77591 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -18,13 +18,13 @@ NEWS file for Transmission <http://www.transmissionbt.com/>
    + File filter field in the inspector
    + Option to include beta releases when auto-updating (using modified Sparkle 1.5)
    + Portuguese localization
+- Qt
+   + New beta Qt client!
 - GTK+
    + Speed Limit: Second set of bandwidth limits that can be toggled or scheduled
    + Properties dialog now lets you edit/view multiple torrents at once
    + Allow sorting of the torrent list by size and by ETA
    + Show the file icon in the list
-- Qt
-   + New beta Qt client
 - Daemon
    + Watch folder for auto-adding torrents
    + Many new features in the RPC/JSON interface
index 4191c1817e04d196f3ac022cf73eb9262975cf09..139bbf153035740ac0cbd626e9dc765cdef2e275 100644 (file)
@@ -263,7 +263,7 @@ Prefs :: initDefaults( tr_benc * d )
     tr_bencDictAddInt( d, keyStr(START), true );
     tr_bencDictAddInt( d, keyStr(TRASH_ORIGINAL), false );
     tr_bencDictAddStr( d, keyStr(SESSION_REMOTE_HOST), "localhost" );
-    tr_bencDictAddInt( d, keyStr(SESSION_REMOTE_PORT), 9091 );
+    tr_bencDictAddInt( d, keyStr(SESSION_REMOTE_PORT), atoi(TR_DEFAULT_RPC_PORT_STR) );
     tr_bencDictAddBool( d, keyStr(SESSION_IS_REMOTE), false );
     tr_bencDictAddBool( d, keyStr(SESSION_REMOTE_AUTH), false );
 }