aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/text
diff options
context:
space:
mode:
Diffstat (limited to 'widgets/text')
-rw-r--r--widgets/text/e-text-model-repos.c2
-rw-r--r--widgets/text/e-text-model-repos.h2
-rw-r--r--widgets/text/e-text-model.c2
-rw-r--r--widgets/text/e-text-model.h2
-rw-r--r--widgets/text/e-text.c8
-rw-r--r--widgets/text/e-text.h2
6 files changed, 9 insertions, 9 deletions
diff --git a/widgets/text/e-text-model-repos.c b/widgets/text/e-text-model-repos.c
index 0b55930792..ef31f91def 100644
--- a/widgets/text/e-text-model-repos.c
+++ b/widgets/text/e-text-model-repos.c
@@ -11,7 +11,7 @@
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
- * License along with the program; if not, see <http://www.gnu.org/licenses/>
+ * License along with the program; if not, see <http://www.gnu.org/licenses/>
*
*
* Authors:
diff --git a/widgets/text/e-text-model-repos.h b/widgets/text/e-text-model-repos.h
index 461a70f59d..6a185daa08 100644
--- a/widgets/text/e-text-model-repos.h
+++ b/widgets/text/e-text-model-repos.h
@@ -12,7 +12,7 @@
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
- * License along with the program; if not, see <http://www.gnu.org/licenses/>
+ * License along with the program; if not, see <http://www.gnu.org/licenses/>
*
*
* Authors:
diff --git a/widgets/text/e-text-model.c b/widgets/text/e-text-model.c
index 663cdd6e30..c7462e21a6 100644
--- a/widgets/text/e-text-model.c
+++ b/widgets/text/e-text-model.c
@@ -10,7 +10,7 @@
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
- * License along with the program; if not, see <http://www.gnu.org/licenses/>
+ * License along with the program; if not, see <http://www.gnu.org/licenses/>
*
*
* Authors:
diff --git a/widgets/text/e-text-model.h b/widgets/text/e-text-model.h
index 2a484f14b4..69c6f0c68e 100644
--- a/widgets/text/e-text-model.h
+++ b/widgets/text/e-text-model.h
@@ -10,7 +10,7 @@
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
- * License along with the program; if not, see <http://www.gnu.org/licenses/>
+ * License along with the program; if not, see <http://www.gnu.org/licenses/>
*
*
* Authors:
diff --git a/widgets/text/e-text.c b/widgets/text/e-text.c
index bd79c0ad7b..c225636885 100644
--- a/widgets/text/e-text.c
+++ b/widgets/text/e-text.c
@@ -386,10 +386,10 @@ reset_layout_attrs (EText *text)
}
pango_layout_set_attributes (text->layout, attrs);
-
+
if (attrs)
pango_attr_list_unref (attrs);
-
+
calc_height (text);
}
@@ -1514,12 +1514,12 @@ e_text_draw (GnomeCanvasItem *item, GdkDrawable *drawable,
}
}
- /* Insert preedit text only when im_context signals are connected &
+ /* Insert preedit text only when im_context signals are connected &
* text->preedit_len is not zero */
if (text->im_context_signals_registered && text->preedit_len)
insert_preedit_text (text);
- /* Need to reset the layout to cleanly clear the preedit buffer when
+ /* Need to reset the layout to cleanly clear the preedit buffer when
* typing in CJK & using backspace on the preedit */
if(!text->preedit_len)
reset_layout (text);
diff --git a/widgets/text/e-text.h b/widgets/text/e-text.h
index a426b2c64f..ebe5817285 100644
--- a/widgets/text/e-text.h
+++ b/widgets/text/e-text.h
@@ -12,7 +12,7 @@
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
- * License along with the program; if not, see <http://www.gnu.org/licenses/>
+ * License along with the program; if not, see <http://www.gnu.org/licenses/>
*
*
* Authors: