Remove a line without effect.

2005-08-12  Matthias Clasen  <mclasen@redhat.com>

	* gtk/gtkcheckmenuitem.c (gtk_real_check_menu_item_draw_indicator):
	Remove a line without effect.
This commit is contained in:
Matthias Clasen
2005-08-12 22:53:03 +00:00
committed by Matthias Clasen
parent 1f61c61410
commit eb48fdc0b6
4 changed files with 9 additions and 2 deletions

View File

@ -1,5 +1,8 @@
2005-08-12 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkcheckmenuitem.c (gtk_real_check_menu_item_draw_indicator):
Remove a line without effect.
* gtk/gtkicontheme.c: When changing the icon theme, defer
the resetting of rc styles to an idle, so that it does
not happen e.g during expose handling (which is problematic,