aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/text
diff options
context:
space:
mode:
authorJason Leach <jasonleach@usa.net>2001-01-16 14:15:00 +0800
committerJacob Leach <jleach@src.gnome.org>2001-01-16 14:15:00 +0800
commit1511e09691ffb94c99b7e2343162aefd4d298f9d (patch)
treed6b62c06dc81aa297354f902cc6d8ef95349b636 /widgets/text
parent8b275389fbb050f3ac2084d5b24e4f26770dc9fd (diff)
downloadgsoc2013-evolution-1511e09691ffb94c99b7e2343162aefd4d298f9d.tar.gz
gsoc2013-evolution-1511e09691ffb94c99b7e2343162aefd4d298f9d.tar.zst
gsoc2013-evolution-1511e09691ffb94c99b7e2343162aefd4d298f9d.zip
Emit a "changed" signal to the EText after we gtk_object_set a "model" arg
2001-01-16 Jason Leach <jasonleach@usa.net> * gal/e-text/e-text.c (e_text_set_arg): Emit a "changed" signal to the EText after we gtk_object_set a "model" arg and fill the EText with text from the model, which obviously changes the text. svn path=/trunk/; revision=7530
Diffstat (limited to 'widgets/text')
-rw-r--r--widgets/text/e-text.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/widgets/text/e-text.c b/widgets/text/e-text.c
index d561a10d1f..74358a8b46 100644
--- a/widgets/text/e-text.c
+++ b/widgets/text/e-text.c
@@ -1020,6 +1020,7 @@ e_text_set_arg (GtkObject *object, GtkArg *arg, guint arg_id)
e_text_free_lines(text);
text->text = e_text_model_get_text(text->model);
+ gtk_signal_emit (GTK_OBJECT (text), e_text_signals[E_TEXT_CHANGED]);
text->needs_split_into_lines = 1;
needs_reflow = 1;
* Upgrade to version 1.2.5.obrien2000-07-303-16/+14 * Minor portlinting.obrien2000-07-191-2/+2 * Upgrade to version 1.2.4.obrien2000-07-115-24/+24 * Only configure for locales-fix if "WITH_LOCALES_FIX" is defined.obrien2000-05-241-2/+4 * Use LOCALBASE instead of PREFIX in CC flagsache2000-05-231-1/+1 * Shared linking of -lintlache2000-05-231-1/+2 * "This fix the l10n'ed po displaying and other places in multibyte condition.obrien2000-05-221-1/+2 * Copy CP1251 charset under its official name: windows-1251ache2000-05-142-0/+2 * Remove *.orig files in charmaps/maps in post-patch: - they are installedache2000-05-141-0/+3 * Fix KOI8-R charmapache2000-05-141-0/+11 * Update to the 1.2 release.obrien2000-05-1310-499/+606 * Standardize all user defined options to the booleans WITH_FOO andreg2000-04-171-4/+4 * Update to use PORTNAME/PORTVERSIONcpiazza2000-04-141-3/+4 * Restore useless version required comments.obrien2000-03-221-0/+1 * Remove the "version required" line.obrien2000-03-201-1/+0 * Master site hostname change.obrien2000-03-111-1/+0 * Link with -lxpg4 to mutt display multibyte char correctly under eucobrien2000-02-291-3/+12 * Style nits in the ports I maintain.obrien2000-02-131-7/+7 * Update to version 1.0.1.obrien2000-01-202-3/+3 * Remove the "warning this is beta software and using it could email theobrien1999-11-221-4/+0 * Remove test code that *should* have bitten it before the commit.obrien1999-10-251-1/+1 * Upgrade to 1.0 release.obrien1999-10-253-11/+14 * properly restore default y/n responses lostache1999-09-271-15/+32 * Crud! I put the BUILD_DEPENDS of msgfmt in the "batch" area rather thanobrien1999-09-261-2/+2 * Update to version 1.0pre3obrien1999-09-252-4/+5 * Upgrade to 1.0 release candidate 2.obrien1999-09-073-31/+3 * Portlint.obrien1999-08-291-1/+1 * Upgrade to version 1.0 prerelease #1.obrien1999-08-263-4/+12 * Change Id->FreeBSD.obrien1999-08-251-1/+1 * chmod -> ${CHMOD}mharo1999-08-231-3/+3 * Upgrade to 0.95.7.obrien1999-08-222-4/+4 * s/BUILD_DEPEND/BUILD_DEPENDS/gobrien1999-08-061-2/+2 * Fix syntax error that was killing the package build.asami1999-07-101-2/+2 * Rather than be broken on the Alpha, just don't try to build the docs.obrien1999-07-091-7/+6 * Mark this port broken for Alpha because it coredumps in sgmls.steve1999-07-051-1/+5 * Upgrade to version 0.95.6.obrien1999-06-232-4/+4 * farily -> fairlyhoek1999-06-071-1/+1 * Upgrade to 0.95.5.obrien1999-05-262-4/+5 * Depend on `urlview' when offically package building.obrien1999-05-261-1/+4 * Add (prepare to be shocked) WWW:mharo1999-05-03