gimp r26014 - in trunk: . app/widgets
- From: martinn svn gnome org
- To: svn-commits-list gnome org
- Subject: gimp r26014 - in trunk: . app/widgets
- Date: Sat, 28 Jun 2008 19:30:45 +0000 (UTC)
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]