gtk+ r19671 - in trunk: . gtk



Author: matthiasc
Date: Thu Feb 28 05:41:56 2008
New Revision: 19671
URL: http://svn.gnome.org/viewvc/gtk+?rev=19671&view=rev

Log:
2008-02-28  Matthias Clasen  <mclasen redhat com>

        * gtk/gtkcalendar.h: Remove trailing comma from enum to
        make the compiler happy.  (#517295, Sylvain Pasche)




Modified:
   trunk/ChangeLog
   trunk/gtk/gtkcalendar.h

Modified: trunk/gtk/gtkcalendar.h
==============================================================================
--- trunk/gtk/gtkcalendar.h	(original)
+++ trunk/gtk/gtkcalendar.h	Thu Feb 28 05:41:56 2008
@@ -72,7 +72,7 @@
   GTK_CALENDAR_NO_MONTH_CHANGE		= 1 << 2,
   GTK_CALENDAR_SHOW_WEEK_NUMBERS	= 1 << 3,
   GTK_CALENDAR_WEEK_START_MONDAY	= 1 << 4,
-  GTK_CALENDAR_SHOW_DETAILS		= 1 << 5,
+  GTK_CALENDAR_SHOW_DETAILS		= 1 << 5
 } GtkCalendarDisplayOptions;
 
 /**



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