diff mcabber/src/jabglue.c @ 1381:40095d413da9

Fix compilation on OpenBSD This patch fixes compilation on some BSD systems. Thanks to "undet" for the suggestion regarding DATA_DIR.
author Mikael Berthe <mikael@lilotux.net>
date Sun, 02 Dec 2007 10:36:42 +0100
parents 605f9e1f9f76
children d9606bd03144
line wrap: on
line diff
--- a/mcabber/src/jabglue.c	Thu Nov 29 22:40:56 2007 +0100
+++ b/mcabber/src/jabglue.c	Sun Dec 02 10:36:42 2007 +0100
@@ -1953,7 +1953,7 @@
         online = TRUE;
         update_last_use();
         // We set AutoConnection to true after the 1st successful connection
-        AutoConnection = true;
+        AutoConnection = TRUE;
         break;
 
     case JCONN_STATE_CONNECTING: