forked from AuroraMiddleware/gtk
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:
parent
5829010c64
commit
b4d4025e72
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -1304,7 +1304,7 @@ add_size (gpointer key,
|
||||
|
||||
**res_p = GPOINTER_TO_INT (key);
|
||||
|
||||
*res_p++;
|
||||
(*res_p)++;
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user