Add note about gtk_tooltips_set_colors().

2000-01-13 Elliot Lee <sopwith@redhat.com>
	* gtk/gtktooltips.c: Add note about gtk_tooltips_set_colors().
This commit is contained in:
Elliot Lee
2000-01-13 21:17:40 +00:00
committed by Elliot Lee
parent ecc7096f83
commit 087eed88f3
8 changed files with 34 additions and 0 deletions

View File

@@ -1,3 +1,6 @@
2000-01-13 Elliot Lee <sopwith@redhat.com>
* gtk/gtktooltips.c: Add note about gtk_tooltips_set_colors().
2000-01-07 Jesus Bravo Alvarez <jba@pobox.com>
* configure.in (ALL_LINGUAS): Oops, Galician (gl) wasn't there yet

View File

@@ -1,3 +1,6 @@
2000-01-13 Elliot Lee <sopwith@redhat.com>
* gtk/gtktooltips.c: Add note about gtk_tooltips_set_colors().
2000-01-07 Jesus Bravo Alvarez <jba@pobox.com>
* configure.in (ALL_LINGUAS): Oops, Galician (gl) wasn't there yet

View File

@@ -1,3 +1,6 @@
2000-01-13 Elliot Lee <sopwith@redhat.com>
* gtk/gtktooltips.c: Add note about gtk_tooltips_set_colors().
2000-01-07 Jesus Bravo Alvarez <jba@pobox.com>
* configure.in (ALL_LINGUAS): Oops, Galician (gl) wasn't there yet

View File

@@ -1,3 +1,6 @@
2000-01-13 Elliot Lee <sopwith@redhat.com>
* gtk/gtktooltips.c: Add note about gtk_tooltips_set_colors().
2000-01-07 Jesus Bravo Alvarez <jba@pobox.com>
* configure.in (ALL_LINGUAS): Oops, Galician (gl) wasn't there yet

View File

@@ -1,3 +1,6 @@
2000-01-13 Elliot Lee <sopwith@redhat.com>
* gtk/gtktooltips.c: Add note about gtk_tooltips_set_colors().
2000-01-07 Jesus Bravo Alvarez <jba@pobox.com>
* configure.in (ALL_LINGUAS): Oops, Galician (gl) wasn't there yet

View File

@@ -1,3 +1,6 @@
2000-01-13 Elliot Lee <sopwith@redhat.com>
* gtk/gtktooltips.c: Add note about gtk_tooltips_set_colors().
2000-01-07 Jesus Bravo Alvarez <jba@pobox.com>
* configure.in (ALL_LINGUAS): Oops, Galician (gl) wasn't there yet

View File

@@ -1,3 +1,6 @@
2000-01-13 Elliot Lee <sopwith@redhat.com>
* gtk/gtktooltips.c: Add note about gtk_tooltips_set_colors().
2000-01-07 Jesus Bravo Alvarez <jba@pobox.com>
* configure.in (ALL_LINGUAS): Oops, Galician (gl) wasn't there yet

View File

@@ -391,6 +391,19 @@ gtk_tooltips_set_tip (GtkTooltips *tooltips,
}
}
/*
Elliot Lee <sopwith@redhat.com> writes:
> Not only are the if() conditions backwards, but it is using the pointers
> as passed in instead of copying the values.
This has been reported a lot of times. The thing is, this
tooltips->foreground/background aren't used at all; the
colors are taken from the style now. So it doesn't matter.
Regards,
Owen
*/
void
gtk_tooltips_set_colors (GtkTooltips *tooltips,
GdkColor *background,