Update of /cvsroot/pywin32/pywin32/com/win32comext/shell/demos
In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv25938/com/win32comext/shell/demos
Modified Files:
Tag: py3k
IActiveDesktop.py IShellLinkDataList.py
Log Message:
merge lots of fixes from the trunk
Index: IShellLinkDataList.py
===================================================================
RCS file: /cvsroot/pywin32/pywin32/com/win32comext/shell/demos/IShellLinkDataList.py,v
retrieving revision 1.1.4.1
retrieving revision 1.1.4.2
diff -C2 -d -r1.1.4.1 -r1.1.4.2
*** IShellLinkDataList.py 26 Nov 2008 09:03:30 -0000 1.1.4.1
--- IShellLinkDataList.py 27 Nov 2008 11:31:05 -0000 1.1.4.2
***************
*** 22,26 ****
'AutoPosition':False,
'FontSize':(4, 5),
! 'FaceName':u'',
'HistoryBufferSize':32,
'InputBufferSize':0,
--- 22,26 ----
'AutoPosition':False,
'FontSize':(4, 5),
! 'FaceName':'',
'HistoryBufferSize':32,
'InputBufferSize':0,
Index: IActiveDesktop.py
===================================================================
RCS file: /cvsroot/pywin32/pywin32/com/win32comext/shell/demos/IActiveDesktop.py,v
retrieving revision 1.1.4.1
retrieving revision 1.1.4.2
diff -C2 -d -r1.1.4.1 -r1.1.4.2
*** IActiveDesktop.py 26 Nov 2008 09:03:30 -0000 1.1.4.1
--- IActiveDesktop.py 27 Nov 2008 11:31:05 -0000 1.1.4.2
***************
*** 27,31 ****
'SubscribedURL': website,
'Source' : website,
! 'FriendlyName' : u'Pywin32 on SF',
'Checked' : True, ## this controls whether item is currently displayed
'NoScroll' : False,
--- 27,31 ----
'SubscribedURL': website,
'Source' : website,
! 'FriendlyName' : 'Pywin32 on SF',
'Checked' : True, ## this controls whether item is currently displayed
'NoScroll' : False,
|