reenabled magic indentation
svn path=/trunk/; revision=7300
This commit is contained in:
@ -99,8 +99,8 @@ impl_event (PortableServer_Servant _servant,
|
||||
/* FIXME check for insert-paragraph command */
|
||||
data = GNOME_GtkHTML_Editor_Engine_getParagraphData (l->composer->editor_engine, "orig", ev);
|
||||
if (ev->_major == CORBA_NO_EXCEPTION && data) {
|
||||
/* if (CORBA_TypeCode_equal (data->_type, TC_boolean, ev) && BONOBO_ARG_GET_BOOLEAN (data))
|
||||
reply_indent (l, ev); */
|
||||
if (CORBA_TypeCode_equal (data->_type, TC_boolean, ev) && BONOBO_ARG_GET_BOOLEAN (data))
|
||||
reply_indent (l, ev);
|
||||
BONOBO_ARG_SET_BOOLEAN (data, CORBA_FALSE);
|
||||
GNOME_GtkHTML_Editor_Engine_setParagraphData (l->composer->editor_engine, "orig", data, ev);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user