[Commits] [SCM] claws branch, master, updated. 3.16.0-10-g36103cc
claws at claws-mail.org
claws at claws-mail.org
Tue Jan 9 13:33:10 CET 2018
The branch, master has been updated
via 36103cc2bc933d623738ec8a3b82b246196e0f43 (commit)
from a7890e31e6a64dbfd6a162a3813cc03c11b937a0 (commit)
Summary of changes:
src/main.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
- Log -----------------------------------------------------------------
commit 36103cc2bc933d623738ec8a3b82b246196e0f43
Author: Paul <paul at claws-mail.org>
Date: Tue Jan 9 12:33:05 2018 +0000
fix bug 3947, 'Build break with --disable-libsm --enable-crash-dialog'
diff --git a/src/main.c b/src/main.c
index 3945401..317b196 100644
--- a/src/main.c
+++ b/src/main.c
@@ -161,7 +161,7 @@ static DBusGProxy *awn_proxy = NULL;
#endif
gchar *prog_version;
-#ifdef HAVE_LIBSM
+#if (defined HAVE_LIBSM || defined CRASH_DIALOG)
gchar *argv0;
#endif
@@ -1009,7 +1009,7 @@ int main(int argc, char *argv[])
}
prog_version = PROG_VERSION;
-#ifdef HAVE_LIBSM
+#if (defined HAVE_LIBSM || defined CRASH_DIALOG)
argv0 = g_strdup(argv[0]);
#endif
-----------------------------------------------------------------------
hooks/post-receive
--
Claws Mail
More information about the Commits
mailing list