Fix some assignments involving booleans. (#346467, Christian Persch)

2006-07-05  Matthias Clasen  <mclasen@redhat.com>

	* gtk/gtkwindow.c (gtk_window_unmap, gtk_window_set_keep_above)
	(gtk_window_set_keep_below): Fix some assignments involving
	booleans.  (#346467, Christian Persch)
This commit is contained in:
Matthias Clasen
2006-07-05 16:22:50 +00:00
committed by Matthias Clasen
parent 9f3f53b53c
commit d7418f894f
3 changed files with 19 additions and 7 deletions

View File

@ -1,3 +1,9 @@
2006-07-05 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkwindow.c (gtk_window_unmap, gtk_window_set_keep_above)
(gtk_window_set_keep_below): Fix some assignments involving
booleans. (#346467, Christian Persch)
2006-07-03 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkgamma.c: Use serialized pixbufs instead of xpms.