mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-27 06:00:22 +00:00
Small cleanups
svn path=/trunk/; revision=18488
This commit is contained in:
parent
70557e930b
commit
e0e3b2136f
@ -1,3 +1,7 @@
|
||||
2007-07-18 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gtk/gtkicontheme.c: Small cleanups
|
||||
|
||||
2007-07-17 Kristian Rietveld <kris@imendio.com>
|
||||
|
||||
* gtk/gtktooltip.c (find_widget_under_pointer): only do the
|
||||
|
@ -2901,8 +2901,6 @@ GdkPixbuf *
|
||||
gtk_icon_info_load_icon (GtkIconInfo *icon_info,
|
||||
GError **error)
|
||||
{
|
||||
g_return_val_if_fail (icon_info != NULL, NULL);
|
||||
|
||||
g_return_val_if_fail (icon_info != NULL, NULL);
|
||||
g_return_val_if_fail (error == NULL || *error == NULL, NULL);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user