replace "icon && G_IS_ICON (icon)" by simply "G_IS_ICON (icon)".
authorMichael Natterer <mitch@imendio.com>
Wed, 6 Feb 2008 13:22:57 +0000 (13:22 +0000)
committerMichael Natterer <mitch@src.gnome.org>
Wed, 6 Feb 2008 13:22:57 +0000 (13:22 +0000)
commit2b02891ef7ffdcc6ad4c228d176c945c5b1dbeb9
tree690c36e23dd8dcf6052adc595fb9a086f59741cd
parent4e9a5de90546803c474d117b068ded2d6435069c
replace "icon && G_IS_ICON (icon)" by simply "G_IS_ICON (icon)".

2008-02-06  Michael Natterer  <mitch@imendio.com>

* gfileinfo.c (g_file_info_get_icon): replace
"icon && G_IS_ICON (icon)" by simply "G_IS_ICON (icon)".

svn path=/trunk/; revision=6463
gio/ChangeLog
gio/gfileinfo.c