commenting out a change that caused a regression in paste-as-quote

r=akkana
This commit is contained in:
erik%netscape.com 1999-11-17 00:44:29 +00:00
Родитель 50ecb4c11b
Коммит c4db96ef5b
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -2011,6 +2011,7 @@ nsWidget::OnFocusInSignal(GdkEventFocus * aGdkFocusEvent)
if (gdkWindow)
{
gdk_im_begin ((GdkIC*)mIC, gdkWindow);
#if 0
// set spot location
nsCompositionEvent compEvent;
nsEventStatus status;
@ -2024,6 +2025,7 @@ nsWidget::OnFocusInSignal(GdkEventFocus * aGdkFocusEvent)
DispatchEvent(&compEvent, status);
// set SpotLocation
SetXICSpotLocation(compEvent.theReply.mCursorPosition);
#endif
}
else
{