mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-10 19:00:08 +00:00
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:
parent
237342c4ec
commit
9457791981
@ -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.
|
||||
|
@ -84,8 +84,8 @@ pixbuf = gtk_icon_theme_load_icon (icon_theme,
|
||||
&error);
|
||||
if (!pixbuf)
|
||||
{
|
||||
g_warning ("Couldn't load icon: %s", error->message);
|
||||
g_error_free (message);
|
||||
g_warning ("Couldn't load icon: %s", error->message);
|
||||
g_error_free (error);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user