mirror of https://github.com/GNOME/gimp.git
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:
parent
78479cd418
commit
e29f73f2a3
|
@ -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):
|
||||
|
|
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue