Bug 553530 – fatal error: Segmentation fault - when attempting to bring

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.


svn path=/trunk/; revision=27054
This commit is contained in:
Michael Natterer 2008-09-25 12:50:33 +00:00 committed by Michael Natterer
parent 78479cd418
commit e29f73f2a3
2 changed files with 10 additions and 0 deletions

View File

@ -1,3 +1,12 @@
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.
2008-09-25 Michael Natterer <mitch@gimp.org>
Bug 549195 Color Wheel not working (GtkHSV):

View File

@ -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,