parent
a22ecc47a7
commit
3a0fc4fe0d
@ -1 +1 @@
|
|||||||
transmission-1.22.tar.bz2
|
transmission-1.33.tar.bz2
|
||||||
|
@ -1 +1 @@
|
|||||||
aa0a2db19b0f3dbfd75a0fb354d6c47d transmission-1.22.tar.bz2
|
097a538a10e41c9e631ef23b11a2ddfa transmission-1.33.tar.bz2
|
||||||
|
@ -1,13 +0,0 @@
|
|||||||
--- transmission-0.91/gtk/util.c~ 2007-10-29 00:57:11.000000000 +0100
|
|
||||||
+++ transmission-0.91/gtk/util.c 2007-11-03 16:35:30.000000000 +0100
|
|
||||||
@@ -288,6 +288,10 @@
|
|
||||||
static char * wd = NULL;
|
|
||||||
char * dir = pref_string_get( PREF_KEY_DIR_DEFAULT );
|
|
||||||
if ( dir == NULL ) {
|
|
||||||
+#if GLIB_CHECK_VERSION(2, 13, 7)
|
|
||||||
+ dir = g_get_user_special_dir(G_USER_DIRECTORY_DOWNLOAD);
|
|
||||||
+ return dir;
|
|
||||||
+#endif
|
|
||||||
if( wd == NULL )
|
|
||||||
wd = g_get_current_dir();
|
|
||||||
dir = g_strdup( wd );
|
|
@ -1,11 +0,0 @@
|
|||||||
--- transmission-1.05/third-party/libevent/http.c.orig 2008-02-10 12:56:09.000000000 +0100
|
|
||||||
+++ transmission-1.05/third-party/libevent/http.c 2008-02-10 12:56:26.000000000 +0100
|
|
||||||
@@ -25,6 +25,8 @@
|
|
||||||
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
||||||
*/
|
|
||||||
|
|
||||||
+#define _GNU_SOURCE
|
|
||||||
+
|
|
||||||
#ifdef HAVE_CONFIG_H
|
|
||||||
#include "config.h"
|
|
||||||
#endif
|
|
Loading…
Reference in new issue