Return FALSE, not TRUE. (Fixes #52925)

Wed Apr 18 10:04:23 2001  Owen Taylor  <otaylor@redhat.com>

	* gtk/gtktooltips.c (gtk_tooltips_paint_window): Return FALSE,
	not TRUE. (Fixes #52925)
This commit is contained in:
Owen Taylor 2001-04-18 14:05:49 +00:00 committed by Owen Taylor
parent 45a37d0235
commit 2c0b59f706
8 changed files with 36 additions and 1 deletions

View File

@ -1,3 +1,8 @@
Wed Apr 18 10:04:23 2001 Owen Taylor <otaylor@redhat.com>
* gtk/gtktooltips.c (gtk_tooltips_paint_window): Return FALSE,
not TRUE. (Fixes #52925)
Tue Apr 17 18:05:34 2001 Owen Taylor <otaylor@redhat.com>
* Released 1.3.4

View File

@ -1,3 +1,8 @@
Wed Apr 18 10:04:23 2001 Owen Taylor <otaylor@redhat.com>
* gtk/gtktooltips.c (gtk_tooltips_paint_window): Return FALSE,
not TRUE. (Fixes #52925)
Tue Apr 17 18:05:34 2001 Owen Taylor <otaylor@redhat.com>
* Released 1.3.4

View File

@ -1,3 +1,8 @@
Wed Apr 18 10:04:23 2001 Owen Taylor <otaylor@redhat.com>
* gtk/gtktooltips.c (gtk_tooltips_paint_window): Return FALSE,
not TRUE. (Fixes #52925)
Tue Apr 17 18:05:34 2001 Owen Taylor <otaylor@redhat.com>
* Released 1.3.4

View File

@ -1,3 +1,8 @@
Wed Apr 18 10:04:23 2001 Owen Taylor <otaylor@redhat.com>
* gtk/gtktooltips.c (gtk_tooltips_paint_window): Return FALSE,
not TRUE. (Fixes #52925)
Tue Apr 17 18:05:34 2001 Owen Taylor <otaylor@redhat.com>
* Released 1.3.4

View File

@ -1,3 +1,8 @@
Wed Apr 18 10:04:23 2001 Owen Taylor <otaylor@redhat.com>
* gtk/gtktooltips.c (gtk_tooltips_paint_window): Return FALSE,
not TRUE. (Fixes #52925)
Tue Apr 17 18:05:34 2001 Owen Taylor <otaylor@redhat.com>
* Released 1.3.4

View File

@ -1,3 +1,8 @@
Wed Apr 18 10:04:23 2001 Owen Taylor <otaylor@redhat.com>
* gtk/gtktooltips.c (gtk_tooltips_paint_window): Return FALSE,
not TRUE. (Fixes #52925)
Tue Apr 17 18:05:34 2001 Owen Taylor <otaylor@redhat.com>
* Released 1.3.4

View File

@ -1,3 +1,8 @@
Wed Apr 18 10:04:23 2001 Owen Taylor <otaylor@redhat.com>
* gtk/gtktooltips.c (gtk_tooltips_paint_window): Return FALSE,
not TRUE. (Fixes #52925)
Tue Apr 17 18:05:34 2001 Owen Taylor <otaylor@redhat.com>
* Released 1.3.4

View File

@ -304,7 +304,7 @@ gtk_tooltips_paint_window (GtkTooltips *tooltips)
NULL, GTK_WIDGET(tooltips->tip_window), "tooltip",
0, 0, -1, -1);
return TRUE;
return FALSE;
}
static void