diff options
author | William Jon McCann <william.jon.mccann@gmail.com> | 2014-01-28 01:54:48 -0500 |
---|---|---|
committer | William Jon McCann <william.jon.mccann@gmail.com> | 2014-01-28 02:02:05 -0500 |
commit | 2d003553e89f417263806eac9814397a0dc151c6 (patch) | |
tree | 2696c66abdaae27ef116361e28c7bd67f3867765 /gtk/gtktreemodel.c | |
parent | 5d053e03a9b9164d96e7b4645b94090be0412307 (diff) | |
download | gtk+-2d003553e89f417263806eac9814397a0dc151c6.tar.gz |
docs: don't use <emphasis>
It is a little heavy handed. The text can speak for itself.
Diffstat (limited to 'gtk/gtktreemodel.c')
-rw-r--r-- | gtk/gtktreemodel.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtktreemodel.c b/gtk/gtktreemodel.c index 9fe613b580..d22eda6861 100644 --- a/gtk/gtktreemodel.c +++ b/gtk/gtktreemodel.c @@ -459,7 +459,7 @@ gtk_tree_model_base_init (gpointer g_class) * This signal is emitted when the children of a node in the * #GtkTreeModel have been reordered. * - * Note that this signal is <emphasis>not</emphasis> emitted + * Note that this signal is not emitted * when rows are reordered by DND, since this is implemented * by removing and then reinserting the row. */ |