gimp r27054 - in trunk: . modules



Author: mitch
Date: Thu Sep 25 12:50:33 2008
New Revision: 27054
URL: http://svn.gnome.org/viewvc/gimp?rev=27054&view=rev

Log:
2008-09-25  Michael Natterer  <mitch gimp org>

	Bug 553530 â fatal error: Segmentation fault - when attempting to
	bring up color-picker:

	* modules/color-selector-wheel.c: declare gtk_hsv_get_type() if
	not already done by GTK+. Fixes confusion about its return value
	being 32 or 64 bit on 64 bit machines.



Modified:
   trunk/ChangeLog
   trunk/modules/color-selector-wheel.c

Modified: trunk/modules/color-selector-wheel.c
==============================================================================
--- trunk/modules/color-selector-wheel.c	(original)
+++ trunk/modules/color-selector-wheel.c	Thu Sep 25 12:50:33 2008
@@ -42,6 +42,7 @@
 
 typedef struct _GtkHSV      GtkHSV;
 
+GType      gtk_hsv_get_type     (void) G_GNUC_CONST;
 GtkWidget* gtk_hsv_new          (void);
 void       gtk_hsv_set_color    (GtkHSV    *hsv,
                                  double     h,



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