Fix example. (Steffen Röcker)

Fri May  7 01:23:03 2004  Matthias Clasen  <maclas@gmx.de>

	* gtk/tmpl/gtkicontheme.sgml: Fix example.  (Steffen Röcker)
This commit is contained in:
Matthias Clasen
2004-05-07 05:24:13 +00:00
committed by Matthias Clasen
parent 0f205e9172
commit e6fbe340fa
2 changed files with 6 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
Fri May 7 01:23:03 2004 Matthias Clasen <maclas@gmx.de>
* gtk/tmpl/gtkicontheme.sgml: Fix example. (Steffen Röcker)
2004-05-04 Matthias Clasen <mclasen@redhat.com>
* gtk/tmpl/gtkuimanager.sgml: Fixes to the DTD.

View File

@@ -80,7 +80,8 @@ icon_theme = gtk_icon_theme_get_default ();
pixbuf = gtk_icon_theme_load_icon (icon_theme,
"my-icon-name", /* icon name */
48, /* size */
0, /* flags */);
0, /* flags */
&amp;error);
if (!pixbuf)
{
g_warning ("Couldn't load icon: &percnt;s", error->message);