gimp r27274 - in trunk: . app
- From: neo svn gnome org
- To: svn-commits-list gnome org
- Subject: gimp r27274 - in trunk: . app
- Date: Tue, 14 Oct 2008 07:29:59 +0000 (UTC)
Author: neo
Date: Tue Oct 14 07:29:59 2008
New Revision: 27274
URL: http://svn.gnome.org/viewvc/gimp?rev=27274&view=rev
Log:
2008-10-14 Sven Neumann <sven gimp org>
* app/signals.c (gimp_init_signal_handlers): comments.
Modified:
trunk/ChangeLog
trunk/app/signals.c
Modified: trunk/app/signals.c
==============================================================================
--- trunk/app/signals.c (original)
+++ trunk/app/signals.c Tue Oct 14 07:29:59 2008
@@ -39,11 +39,11 @@
gimp_init_signal_handlers (GimpStackTraceMode stack_trace_mode)
{
#ifndef G_OS_WIN32
- /* No use catching these on Win32, the user won't get any
- * stack trace from glib anyhow. It's better to let Windows inform
- * about the program error, and offer debugging (if the user
- * has installed MSVC or some other compiler that knows how to
- * install itself as a handler for program errors).
+ /* No use catching these on Win32, the user won't get any stack
+ * trace from glib anyhow. It's better to let Windows inform about
+ * the program error, and offer debugging (if the user has installed
+ * MSVC or some other compiler that knows how to install itself as a
+ * handler for program errors).
*/
/* Handle fatal signals */
@@ -69,7 +69,7 @@
/* Restart syscalls on SIGCHLD */
gimp_signal_private (SIGCHLD, SIG_DFL, SA_RESTART);
-#endif /* G_OS_WIN32 */
+#endif /* ! G_OS_WIN32 */
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]