[gtk+] Remove more leftover —es



commit 700e78d847c493e09a969a657a29a4ef040c07ba
Author: Matthias Clasen <mclasen redhat com>
Date:   Mon Sep 8 16:48:53 2014 -0400

    Remove more leftover &mdash;es
    
    These were leftover at various places in the documentation.

 gtk/gtkfilechooser.c       |    6 +++---
 gtk/gtkfilechooserdialog.c |    2 +-
 gtk/gtktextchild.c         |    2 +-
 gtk/gtktreemodel.c         |    4 ++--
 4 files changed, 7 insertions(+), 7 deletions(-)
---
diff --git a/gtk/gtkfilechooser.c b/gtk/gtkfilechooser.c
index 2c23ea9..969eae2 100644
--- a/gtk/gtkfilechooser.c
+++ b/gtk/gtkfilechooser.c
@@ -716,7 +716,7 @@ gtk_file_chooser_get_filename (GtkFileChooser *chooser)
  * dialog for which you already have a file name to which
  * the user may save.  For example, when the user opens an existing file and
  * then does Save As... to save a copy or
- * a modified version.  If you don’t have a file name already &mdash; for
+ * a modified version.  If you don’t have a file name already — for
  * example, if the user just created a new file and is saving it for the first
  * time, do not call this function.  Instead, use something similar to this:
  * |[<!-- language="C" -->
@@ -1068,7 +1068,7 @@ gtk_file_chooser_get_uri (GtkFileChooser *chooser)
  * dialog for which you already have a file name to which
  * the user may save.  For example, when the user opens an existing file and then
  * does Save As... to save a copy or a
- * modified version.  If you don’t have a file name already &mdash; for example,
+ * modified version.  If you don’t have a file name already — for example,
  * if the user just created a new file and is saving it for the first time, do
  * not call this function.  Instead, use something similar to this:
  * |[<!-- language="C" -->
@@ -1434,7 +1434,7 @@ gtk_file_chooser_get_files (GtkFileChooser *chooser)
  * you should use this function if you already have a file name to which the
  * user may save; for example, when the user opens an existing file and then
  * does Save As...  If you don’t have
- * a file name already &mdash; for example, if the user just created a new
+ * a file name already — for example, if the user just created a new
  * file and is saving it for the first time, do not call this function.
  * Instead, use something similar to this:
  * |[<!-- language="C" -->
diff --git a/gtk/gtkfilechooserdialog.c b/gtk/gtkfilechooserdialog.c
index 617b1fb..b1295ab 100644
--- a/gtk/gtkfilechooserdialog.c
+++ b/gtk/gtkfilechooserdialog.c
@@ -184,7 +184,7 @@
  *
  * This is because #GtkFileChooserDialog must intercept responses
  * and switch to folders if appropriate, rather than letting the
- * dialog terminate &mdash; the implementation uses these known
+ * dialog terminate — the implementation uses these known
  * response codes to know which responses can be blocked if
  * appropriate.
  *
diff --git a/gtk/gtktextchild.c b/gtk/gtktextchild.c
index 96e7ffd..61a2bfb 100644
--- a/gtk/gtktextchild.c
+++ b/gtk/gtktextchild.c
@@ -422,7 +422,7 @@ gtk_text_child_anchor_get_widgets (GtkTextChildAnchor *anchor)
  * the buffer. Keep in mind that the child anchor will be
  * unreferenced when removed from the buffer, so you need to
  * hold your own reference (with g_object_ref()) if you plan
- * to use this function &mdash; otherwise all deleted child anchors
+ * to use this function — otherwise all deleted child anchors
  * will also be finalized.
  * 
  * Returns: %TRUE if the child anchor has been deleted from its buffer
diff --git a/gtk/gtktreemodel.c b/gtk/gtktreemodel.c
index 3be8308..9d1a61d 100644
--- a/gtk/gtktreemodel.c
+++ b/gtk/gtktreemodel.c
@@ -1,4 +1,4 @@
-/* gtktreemodel.c
+—/* gtktreemodel.c
  * Copyright (C) 2000  Red Hat, Inc.,  Jonathan Blandford <jrb redhat com>
  *
  * This library is free software; you can redistribute it and/or
@@ -53,7 +53,7 @@
  *
  * In order to make life simpler for programmers who do not need to
  * write their own specialized model, two generic models are provided
- * &mdash; the #GtkTreeStore and the #GtkListStore. To use these, the
+ * — the #GtkTreeStore and the #GtkListStore. To use these, the
  * developer simply pushes data into these models as necessary. These
  * models provide the data structure as well as all appropriate tree
  * interfaces. As a result, implementing drag and drop, sorting, and


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