[gtk+] Fix <ulink> tag in previous commit



commit fa3bb041eb2f87799eb2f00df8ab39198219030b
Author: Javier Jardón <jjardon gnome org>
Date:   Wed Apr 28 18:40:29 2010 +0200

    Fix <ulink> tag in previous commit

 gtk/gtkicontheme.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gtk/gtkicontheme.c b/gtk/gtkicontheme.c
index 0084343..532a820 100644
--- a/gtk/gtkicontheme.c
+++ b/gtk/gtkicontheme.c
@@ -3114,7 +3114,7 @@ gdk_color_to_css (GdkColor *color)
  * As implementation details, the icon loaded needs to be of SVG type,
  * contain the "symbolic" term as the last chunk of the icon name,
  * and use the fg, success, warning and error styles in the SVG file itself.
- * See the <a ulink url="http://www.freedesktop.org/wiki/SymbolicIcons";>Symbolic Icons spec</ulink>
+ * See the <ulink url="http://www.freedesktop.org/wiki/SymbolicIcons";>Symbolic Icons spec</ulink>
  * for more information about symbolic icons.
  *
  * Return value: a #GdkPixbuf representing the loaded icon



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]