Add missing parens. (#149190, Morten Welinder)

Tue Aug  3 14:50:14 2004  Matthias Clasen  <maclas@gmx.de>

	* gtk/gtkicontheme.c (add_size): Add missing parens.
	(#149190, Morten Welinder)
This commit is contained in:
Matthias Clasen 2004-08-03 18:51:26 +00:00 committed by Matthias Clasen
parent 5829010c64
commit b4d4025e72
5 changed files with 21 additions and 1 deletions

View File

@ -1,3 +1,8 @@
Tue Aug 3 14:50:14 2004 Matthias Clasen <maclas@gmx.de>
* gtk/gtkicontheme.c (add_size): Add missing parens.
(#149190, Morten Welinder)
Tue Aug 3 14:29:49 2004 Matthias Clasen <maclas@gmx.de>
* gtk/gtkcombobox.c (gtk_combo_box_menu_fill): Remove

View File

@ -1,3 +1,8 @@
Tue Aug 3 14:50:14 2004 Matthias Clasen <maclas@gmx.de>
* gtk/gtkicontheme.c (add_size): Add missing parens.
(#149190, Morten Welinder)
Tue Aug 3 14:29:49 2004 Matthias Clasen <maclas@gmx.de>
* gtk/gtkcombobox.c (gtk_combo_box_menu_fill): Remove

View File

@ -1,3 +1,8 @@
Tue Aug 3 14:50:14 2004 Matthias Clasen <maclas@gmx.de>
* gtk/gtkicontheme.c (add_size): Add missing parens.
(#149190, Morten Welinder)
Tue Aug 3 14:29:49 2004 Matthias Clasen <maclas@gmx.de>
* gtk/gtkcombobox.c (gtk_combo_box_menu_fill): Remove

View File

@ -1,3 +1,8 @@
Tue Aug 3 14:50:14 2004 Matthias Clasen <maclas@gmx.de>
* gtk/gtkicontheme.c (add_size): Add missing parens.
(#149190, Morten Welinder)
Tue Aug 3 14:29:49 2004 Matthias Clasen <maclas@gmx.de>
* gtk/gtkcombobox.c (gtk_combo_box_menu_fill): Remove

View File

@ -1304,7 +1304,7 @@ add_size (gpointer key,
**res_p = GPOINTER_TO_INT (key);
*res_p++;
(*res_p)++;
}
/**