From 61bd0c972fcfe7b0016896c3edfe7c828793ffc4 Mon Sep 17 00:00:00 2001 From: Radek Doulik Date: Mon, 29 Oct 2001 23:41:23 +0000 Subject: simplified, requires new gtkhtml 2001-10-30 Radek Doulik * listener.c (reply_indent): simplified, requires new gtkhtml svn path=/trunk/; revision=14383 --- composer/listener.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'composer/listener.c') 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 v1.2.3