В сообщении от 25 Август 2005 23:23 Alexandre Julliard написал(a):
Log message: Vitaly Lipatov <lav(a)etersoft.ru> Restore paper orientation when pagesetupdlg is initializing.
Patch: http://cvs.winehq.org/patch.py?id=19818 Dear Alexandre! You are removed dm checking for NULL... But it can be NULL in some cases...
<<<<<<< printdlg.c /* Set orientation radiobutton properly */ dm = GlobalLock(pda->dlga->hDevMode); if (dm && dm->u1.s1.dmOrientation == DMORIENT_LANDSCAPE) ======= /* Set orientation radiobutton properly */ dm = GlobalLock(pda->dlga->hDevMode); if (dm->u1.s1.dmOrientation == DMORIENT_LANDSCAPE)
> 1.93
-- Vitaly Lipatov, ALT Linux Team Russia, Saint-Petersburg, www.etersoft.ru
Vitaly Lipatov <lav(a)etersoft.ru> writes:
Dear Alexandre! You are removed dm checking for NULL... But it can be NULL in some cases...
I didn't touch that bit, I'm afraid it was that way in your patch... -- Alexandre Julliard julliard(a)winehq.org
participants (2)
-
Alexandre Julliard -
Vitaly Lipatov