jana r740 - trunk/libjana-ecal



Author: rbradford
Date: Wed Mar 11 21:16:12 2009
New Revision: 740
URL: http://svn.gnome.org/viewvc/jana?rev=740&view=rev

Log:
Remove spurious ifdefs.

Modified:
   trunk/libjana-ecal/jana-ecal-utils.c

Modified: trunk/libjana-ecal/jana-ecal-utils.c
==============================================================================
--- trunk/libjana-ecal/jana-ecal-utils.c	(original)
+++ trunk/libjana-ecal/jana-ecal-utils.c	Wed Mar 11 21:16:12 2009
@@ -121,7 +121,6 @@
 	time_t now_t = time (NULL);
 	struct tm *now = localtime (&now_t);
 
-#if 0
 	/* Check the Evolution timezone key first */
 	tzname = gconf_client_get_string (gconf_client_get_default (),
 		JANA_ECAL_LOCATION_KEY, NULL);
@@ -142,7 +141,6 @@
 		}
 		fclose (file);
 	}
-#endif        
 	
 #if GLIB_CHECK_VERSION(2,14,0)
 	/* OpenSuSE (and RH?) systems have /etc/sysconfig/clock */



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]