Changeset 7569


Ignore:
Timestamp:
May 25, 2011, 10:16:57 PM (15 years ago)
Author:
Captain
Message:

[ipk] update picasa for et5000

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ipk/source.sh4/browsers_picasa/usr/lib/enigma2/python/Plugins/Extensions/Picasa/plugin.py

    r7451 r7569  
    758758
    759759                # starten mit der Ansicht "eigene Fotos"
    760                 if box <> "dm8000":
     760                if box <> "dm8000" and box <> "dm800se":
    761761                        evfd.getInstance().vfd_write_string("downloading... ")
    762762
     
    774774
    775775                print "[Picasa OtherPic] Seite wird geladen (nowself)"
    776                 if box <> "dm8000":
     776                if box <> "dm8000" and box <> "dm800se":
    777777                        evfd.getInstance().vfd_write_string("filtering...")
    778778
     
    794794                                bild = bild + 1
    795795                                total = total + 1
    796                                 if box <> "dm8000":
     796                                if box <> "dm8000" and box <> "dm800se":
    797797                                        evfd.getInstance().vfd_write_string("Picture " + str(total))
    798798                                if bild >= 13:  # naechste Seite anlegen
     
    995995                                        picnr = picnr + 1
    996996                                        seitenr = seitenr + 1
    997                                         if box <> "dm8000":
     997                                        if box <> "dm8000" and box <> "dm800se":
    998998                                                evfd.getInstance().vfd_write_string("Picture " + str(picnr))
    999999
     
    13091309                bild = 0
    13101310
    1311                 if box <> "dm8000":
     1311                if box <> "dm8000" and box <> "dm800se":
    13121312                        evfd.getInstance().vfd_write_string("downloading... ")
    13131313
     
    13371337                bild = 0
    13381338
    1339                 if box <> "dm8000":
     1339                if box <> "dm8000" and box <> "dm800se":
    13401340                        evfd.getInstance().vfd_write_string("search link... ")
    13411341
     
    13701370                                bild = bild + 1
    13711371                                total = total + 1
    1372                                 if box <> "dm8000":
     1372                                if box <> "dm8000" and box <> "dm800se":
    13731373                                        evfd.getInstance().vfd_write_string("Picture " + str(total))
    13741374
     
    14711471                                        picnr = picnr + 1
    14721472                                        seitenr = seitenr + 1
    1473                                         if box <> "dm8000":
     1473                                        if box <> "dm8000" and box <> "dm800se":
    14741474                                                evfd.getInstance().vfd_write_string("Picture " + str(picnr))
    14751475
Note: See TracChangeset for help on using the changeset viewer.