diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2013-03-09 02:13:30 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2013-03-09 02:13:30 +0800 |
commit | 41a30e59c8ac6537b96497a5f4660ecbe26af1bf (patch) | |
tree | d2fbe9bdf5e7f531e54677591f3c6154dce9bae0 /e-util | |
parent | 494c98c7642acb7ca678c57678ce104da14c62a8 (diff) | |
download | gsoc2013-evolution-41a30e59c8ac6537b96497a5f4660ecbe26af1bf.tar.gz gsoc2013-evolution-41a30e59c8ac6537b96497a5f4660ecbe26af1bf.tar.zst gsoc2013-evolution-41a30e59c8ac6537b96497a5f4660ecbe26af1bf.zip |
EUIManager: Fix a bad DocBook tag in comment.
Diffstat (limited to 'e-util')
-rw-r--r-- | e-util/e-ui-manager.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/e-util/e-ui-manager.c b/e-util/e-ui-manager.c index e494d351a6..4661cbc7cb 100644 --- a/e-util/e-ui-manager.c +++ b/e-util/e-ui-manager.c @@ -290,8 +290,9 @@ e_ui_manager_add_ui_from_file (EUIManager *ui_manager, * EUIManager:express-mode property is %TRUE, a simplified version of * the UI may be presented. * - * Failure here is <i>not</i> fatal, since the function is primarily - * used to load UI definitions for plugins, which we can get by without. + * Failure here is <emphasis>not</emphasis> fatal, since the function is + * primarily used to load UI definitions for plugins, which we can get by + * without. * * Returns: The merge ID for the merged UI. The merge ID can be used to * unmerge the UI with gtk_ui_manager_remove_ui(). |