Re: [PATCH] Bug 3524

2007-05-08 Thread Abdelrazak Younes
Edwin Leuven wrote: [EMAIL PROTECTED] wrote: How about this > >+if (controller().canIndent()) >+{ >+dialog_->indentCB->setEnabled(true); >+dialog_->indentCB->setChecked(!params.noindent()); >+} else { >+dialog_->indentCB->setEnabled(false); >+

Re: [PATCH] Bug 3524

2007-05-08 Thread Abdelrazak Younes
[EMAIL PROTECTED] wrote: How about this much better :-) Abdel.

Re: [PATCH] Bug 3524

2007-05-08 Thread Edwin Leuven
[EMAIL PROTECTED] wrote: How about this > >+ if (controller().canIndent()) >+ { >+ dialog_->indentCB->setEnabled(true); >+ dialog_->indentCB->setChecked(!params.noindent()); >+ } else { >+ dialog_->indentCB->setEnabled(false); >+ dialog_->indentC

Re: [PATCH] Bug 3524

2007-05-08 Thread rgheck
How about this Index: qt4/QParagraph.cpp === --- qt4/QParagraph.cpp (revision 18231) +++ qt4/QParagraph.cpp (working copy) @@ -254,7 +254,14 @@ dialog_->alignmentToRadioButtons(newAlignment); //indentation - dialog_->indentC

Re: [PATCH] Bug 3524

2007-05-07 Thread Abdelrazak Younes
[EMAIL PROTECTED] wrote: Attached a very simple patch to resolve this bug. OK to commit? Index: frontends/qt4/QParagraph.cpp === --- frontends/qt4/QParagraph

[PATCH] Bug 3524

2007-05-07 Thread rgheck
Attached a very simple patch to resolve this bug. OK to commit?Index: frontends/qt4/QParagraph.cpp === --- frontends/qt4/QParagraph.cpp (revision 18231) +++ frontends/qt4/QParagraph.cpp (working copy) @@ -16,6 +16,8 @@ #include "qt_he