]> Pileus Git - ~andy/gtk/commitdiff
Fix up short descriptions
authorMatthias Clasen <matthiasc@src.gnome.org>
Mon, 27 Oct 2008 04:27:03 +0000 (04:27 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Mon, 27 Oct 2008 04:27:03 +0000 (04:27 +0000)
svn path=/trunk/; revision=21721

ChangeLog
gtk/gtktoolitem.c
gtk/gtktoolshell.c

index 0dbeedc00039270338fab2bd7f60e12f2dadef2c..de5de47a5480f01ea0a51288a9bdc6e257639c1e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2008-10-2r76  Matthias Clasen  <mclasen@redhat.com>
+
+       * gtk/gtktoolshell.c:
+       * gtk/gtktoolitem.c: Remove markup from short descriptions.
+
 2008-10-26  Matthias Clasen  <mclasen@redhat.com>
 
        * gdk/keyname-table.h:
index 2d73c228e030f08b40e58c6a4d4b3c2352fb76b1..8e3aff7d7ac5b9be43b20569913771630827692f 100644 (file)
@@ -37,7 +37,7 @@
 
 /**
  * SECTION:gtktoolitem
- * @short_description: The base class of widgets that can be added to #GtkToolShell
+ * @short_description: The base class of widgets that can be added to GtkToolShell
  *
  * #GtkToolItem<!-- -->s are widgets that can appear on a toolbar. To
  * create a toolbar item that contain something else than a button, use
index 90b3842eabce629761a7bbc78067ebaf0fe0171d..e3e71c508669968275d27efa56518e3cc2c84f00 100644 (file)
@@ -28,7 +28,7 @@
 
 /**
  * SECTION:gtktoolshell
- * @short_description: Interface for containers containing #GtkToolItem widgets.
+ * @short_description: Interface for containers containing GtkToolItem widgets.
  *
  * The #GtkToolShell interface allows container widgets to provide additional
  * information when embedding #GtkToolItem widgets.