From 61bd0c972fcfe7b0016896c3edfe7c828793ffc4 Mon Sep 17 00:00:00 2001
From: Radek Doulik <rodo@ximian.com>
Date: Mon, 29 Oct 2001 23:41:23 +0000
Subject: simplified, requires new gtkhtml

2001-10-30  Radek Doulik  <rodo@ximian.com>

	* listener.c (reply_indent): simplified, requires new gtkhtml

svn path=/trunk/; revision=14383
---
 composer/ChangeLog  | 4 ++++
 composer/listener.c | 4 ----
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/composer/ChangeLog b/composer/ChangeLog
index 8f5e7af594..33ff23ef08 100644
--- a/composer/ChangeLog
+++ b/composer/ChangeLog
@@ -1,3 +1,7 @@
+2001-10-30  Radek Doulik  <rodo@ximian.com>
+
+	* listener.c (reply_indent): simplified, requires new gtkhtml
+
 2001-10-29  Larry Ewing  <lewing@ximian.com>
 
 	* e-msg-composer.h: add GList to hold the current images.
diff --git a/composer/listener.c b/composer/listener.c
index d85f27aa8a..0b2eaa61f1 100644
--- a/composer/listener.c
+++ b/composer/listener.c
@@ -89,12 +89,8 @@ reply_indent (EditorListener *l, CORBA_Environment * ev)
 
 	GNOME_GtkHTML_Editor_Engine_runCommand (l->composer->editor_engine, "style-normal", ev);
 	GNOME_GtkHTML_Editor_Engine_runCommand (l->composer->editor_engine, "indent-zero", ev);
-	GNOME_GtkHTML_Editor_Engine_runCommand (l->composer->editor_engine, "cursor-position-save", ev);
-	GNOME_GtkHTML_Editor_Engine_runCommand (l->composer->editor_engine, "select-paragraph-extended", ev);
 	GNOME_GtkHTML_Editor_Engine_runCommand (l->composer->editor_engine, "text-default-color", ev);
 	GNOME_GtkHTML_Editor_Engine_runCommand (l->composer->editor_engine, "italic-off", ev);
-	GNOME_GtkHTML_Editor_Engine_runCommand (l->composer->editor_engine, "disable-selection", ev);
-	GNOME_GtkHTML_Editor_Engine_runCommand (l->composer->editor_engine, "cursor-position-restore", ev);
 }
 
 static void
-- 
cgit