[evolution-patches] [composer] Mail composer color combo should refresh its preview after starting a new line - Fixes #333971
- From: sam yang <Sam Yang Sun COM>
- To: evolution-patches gnome org
- Subject: [evolution-patches] [composer] Mail composer color combo should refresh its preview after starting a new line - Fixes #333971
- Date: Thu, 09 Mar 2006 12:14:31 +0800
Hi, all
Sorry to forget attaching the patch. Here is the patch and bug details
link.
http://bugzilla.gnome.org/show_bug.cgi?id=333971
Thanks for the review.
--
sam yang <sam yang sun com>
SCERI
Index: ChangeLog
===================================================================
RCS file: /cvs/gnome/evolution/composer/ChangeLog,v
retrieving revision 1.736
diff -u -r1.736 ChangeLog
--- ChangeLog 24 Feb 2006 08:15:43 -0000 1.736
+++ ChangeLog 9 Mar 2006 03:58:54 -0000
@@ -1,3 +1,11 @@
+2006-03-09 Sam Yang <sam yang sun com>
+
+ * Fixes #333971
+ * e-msg-composer.c: (e_msg_composer_insert_paragraph_after):
+ Remove text-default-color command that resets customized text color
+ to default, so stops composer color combo from receiving signal to
+ refresh color preview when inserting a new line.
+
2006-02-16 Rohini S <srohini novell com>
** Fixes bug #324742
Index: e-msg-composer.c
===================================================================
RCS file: /cvs/gnome/evolution/composer/e-msg-composer.c,v
retrieving revision 1.530
diff -u -r1.530 e-msg-composer.c
--- e-msg-composer.c 24 Feb 2006 08:15:43 -0000 1.530
+++ e-msg-composer.c 9 Mar 2006 03:58:55 -0000
@@ -6260,7 +6260,6 @@
if (!p->in_signature_insert) {
CORBA_char *orig, *signature;
/* FIXME check for insert-paragraph command */
- GNOME_GtkHTML_Editor_Engine_runCommand (p->eeditor_engine, "text-default-color", &ev);
GNOME_GtkHTML_Editor_Engine_runCommand (p->eeditor_engine, "italic-off", &ev);
orig = GNOME_GtkHTML_Editor_Engine_getParagraphData (p->eeditor_engine, "orig", &ev);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]