gimp r26014 - in trunk: . app/widgets



Author: martinn
Date: Sat Jun 28 19:30:45 2008
New Revision: 26014
URL: http://svn.gnome.org/viewvc/gimp?rev=26014&view=rev

Log:
2008-06-28  Martin Nordholts  <martinn svn gnome org>

	* app/widgets/gtkscalebutton.h: Remove uses of GSEAL macro to make
	the thing compile on systems without bleeding edge GTK+.


Modified:
   trunk/ChangeLog
   trunk/app/widgets/gtkscalebutton.h

Modified: trunk/app/widgets/gtkscalebutton.h
==============================================================================
--- trunk/app/widgets/gtkscalebutton.h	(original)
+++ trunk/app/widgets/gtkscalebutton.h	Sat Jun 28 19:30:45 2008
@@ -55,11 +55,11 @@
 {
   GtkButton parent;
 
-  GtkWidget *GSEAL (plus_button);
-  GtkWidget *GSEAL (minus_button);
+  GtkWidget *plus_button;
+  GtkWidget *minus_button;
 
   /*< private >*/
-  GtkScaleButtonPrivate *GSEAL (priv);
+  GtkScaleButtonPrivate *priv;
 };
 
 struct _GtkScaleButtonClass



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