Discussion:
[BitPim-devel] VX6100 wallpaper width change
John O'Shaughnessy
2005-05-02 03:47:40 UTC
Permalink
One minor width change for wallpapers:

diff -u -u -r1.8 com_lgvx6100.py
--- com_lgvx6100.py 5 Apr 2005 05:26:34 -0000 1.8
+++ com_lgvx6100.py 2 May 2005 03:45:39 -0000
@@ -124,7 +124,7 @@
imagetargets.update(common.getkv(parentprofile.stockimagetargets,
"pictureid",
{'width': 132, 'height': 148,
'format': "JPEG"}))
imagetargets.update(common.getkv(parentprofile.stockimagetargets,
"fullscreen",
- {'width': 132, 'height': 160,
'format': "JPEG"}))
+ {'width': 128, 'height': 160,
'format': "JPEG"}))
# can the outside lcd display images?
#imagetargets.update(common.getkv(parentprofile.stockimagetargets,
"outsidelcd",
# {'width': 96, 'height': 64,
'format': "JPEG"}))
--
John O'Shaughnessy
Joe Pham
2005-05-02 17:19:49 UTC
Permalink
This change has been committed.

Roger, I was trying to help out with you not having free time lately, let me know if you'd rather do this yourself.

-Joe Pham



______________________________________________________________________
Speed up your surfing with NetZero HiSpeed.
Now includes pop-up blocker!
Only $14.95/month -visit http://www.netzero.com/surf to sign up today!
Roger Binns
2005-05-03 04:43:19 UTC
Permalink
Post by Joe Pham
This change has been committed.
Roger, I was trying to help out with you not having free time lately,
let me know if you'd rather do this yourself.
No problem :-) Just make sure you update the version history if necessary
and ensure the commit comment mentions who the code originally came from.
We should be able to trace the origin of every single line of code.

Roger

Loading...