From: Colin Leroy Date: Sun, 2 Dec 2012 20:39:03 +0000 (+0000) Subject: 2012-12-02 [colin] 3.9.0cvs37 X-Git-Tag: 3.9.1~166 X-Git-Url: http://git.claws-mail.org/?p=claws.git;a=commitdiff_plain;h=b2d24350c612e2eaf21bdbce9ed1d97c0991f211 2012-12-02 [colin] 3.9.0cvs37 * src/main.c Of course you can't, Windows. Of course... --- diff --git a/ChangeLog b/ChangeLog index fe8ed6b4b..081b93254 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2012-12-02 [colin] 3.9.0cvs37 + + * src/main.c + Of course you can't, Windows. Of course... + 2012-12-02 [colin] 3.9.0cvs36 * src/main.c diff --git a/PATCHSETS b/PATCHSETS index 2a88c1c08..996788522 100644 --- a/PATCHSETS +++ b/PATCHSETS @@ -4534,3 +4534,4 @@ ( cvs diff -u -r 1.36.2.209 -r 1.36.2.210 src/common/utils.c; cvs diff -u -r 1.20.2.83 -r 1.20.2.84 src/common/utils.h; ) > 3.9.0cvs34.patchset ( cvs diff -u -r 1.36.2.210 -r 1.36.2.211 src/common/utils.c; ) > 3.9.0cvs35.patchset ( cvs diff -u -r 1.115.2.265 -r 1.115.2.266 src/main.c; ) > 3.9.0cvs36.patchset +( cvs diff -u -r 1.115.2.266 -r 1.115.2.267 src/main.c; ) > 3.9.0cvs37.patchset diff --git a/configure.ac b/configure.ac index c22731d9a..1fcf12de0 100644 --- a/configure.ac +++ b/configure.ac @@ -12,7 +12,7 @@ MINOR_VERSION=9 MICRO_VERSION=0 INTERFACE_AGE=0 BINARY_AGE=0 -EXTRA_VERSION=36 +EXTRA_VERSION=37 EXTRA_RELEASE= EXTRA_GTK2_VERSION= diff --git a/src/main.c b/src/main.c index 6798f8057..79d0688cd 100644 --- a/src/main.c +++ b/src/main.c @@ -2280,6 +2280,7 @@ gboolean claws_is_starting(void) return sc_starting; } +#ifdef G_OS_UNIX /* * CLAWS: want this public so crash dialog can delete the * lock file too @@ -2323,6 +2324,7 @@ gchar *claws_get_socket_name(void) return filename; } +#endif static gchar *get_crashfile_name(void) {