Fix the code of the look up example.

2006-04-17  Emmanuele Bassi  <ebassi@cvs.gnome.org>

	* gtk/tmp/gtkicontheme.sgml: Fix the code of the look up example.
This commit is contained in:
Emmanuele Bassi 2006-04-17 15:41:08 +00:00 committed by Emmanuele Bassi
parent 237342c4ec
commit 9457791981
2 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
2006-04-17 Emmanuele Bassi <ebassi@cvs.gnome.org>
* gtk/tmp/gtkicontheme.sgml: Fix the code of the look up example.
2006-04-17 Emmanuele Bassi <ebassi@cvs.gnome.org>
* gtk/tmpl/gtkrecent*.sgml: Add long descriptions.

View File

@ -84,8 +84,8 @@ pixbuf = gtk_icon_theme_load_icon (icon_theme,
&amp;error);
if (!pixbuf)
{
g_warning ("Couldn't load icon: &percnt;s", error->message);
g_error_free (message);
g_warning ("Couldn't load icon: &percnt;s", error-&gt;message);
g_error_free (error);
}
else
{