gnome-panel r10759 - trunk/applets/clock



Author: vuntz
Date: Sun Jan 27 23:15:09 2008
New Revision: 10759
URL: http://svn.gnome.org/viewvc/gnome-panel?rev=10759&view=rev

Log:
2008-01-28  Vincent Untz  <vuntz gnome org>

	* calendar-window.c: (create_hig_frame): fix compilation when there's
	no eds support. Fix bug #509840.
	Patch by Saleem Abdulrasool <compnerd compnerd org>


Modified:
   trunk/applets/clock/ChangeLog
   trunk/applets/clock/calendar-window.c

Modified: trunk/applets/clock/calendar-window.c
==============================================================================
--- trunk/applets/clock/calendar-window.c	(original)
+++ trunk/applets/clock/calendar-window.c	Sun Jan 27 23:15:09 2008
@@ -1534,7 +1534,9 @@
                 g_signal_connect_swapped (button, "clicked", callback, calwin);
         }
 
+#ifdef HAVE_LIBECAL
 	connect_expander_with_gconf (calwin, expander, key);
+#endif
 
         return vbox;
 }



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