Index: /ipk/source.sh4/browsers_picasa/usr/lib/enigma2/python/Plugins/Extensions/Picasa/plugin.py
===================================================================
--- /ipk/source.sh4/browsers_picasa/usr/lib/enigma2/python/Plugins/Extensions/Picasa/plugin.py	(revision 7568)
+++ /ipk/source.sh4/browsers_picasa/usr/lib/enigma2/python/Plugins/Extensions/Picasa/plugin.py	(revision 7569)
@@ -758,5 +758,5 @@
 
 		# starten mit der Ansicht "eigene Fotos"
-		if box <> "dm8000":
+		if box <> "dm8000" and box <> "dm800se":
 			evfd.getInstance().vfd_write_string("downloading... ")
 
@@ -774,5 +774,5 @@
 
 		print "[Picasa OtherPic] Seite wird geladen (nowself)"
-		if box <> "dm8000":
+		if box <> "dm8000" and box <> "dm800se":
 			evfd.getInstance().vfd_write_string("filtering...")
 
@@ -794,5 +794,5 @@
 				bild = bild + 1
 				total = total + 1
-				if box <> "dm8000":
+				if box <> "dm8000" and box <> "dm800se":
 					evfd.getInstance().vfd_write_string("Picture " + str(total))
 				if bild >= 13:  # naechste Seite anlegen
@@ -995,5 +995,5 @@
 					picnr = picnr + 1
 					seitenr = seitenr + 1
-					if box <> "dm8000":
+					if box <> "dm8000" and box <> "dm800se":
 						evfd.getInstance().vfd_write_string("Picture " + str(picnr))
 
@@ -1309,5 +1309,5 @@
 		bild = 0
 
-		if box <> "dm8000":
+		if box <> "dm8000" and box <> "dm800se":
 			evfd.getInstance().vfd_write_string("downloading... ")
 
@@ -1337,5 +1337,5 @@
 		bild = 0
 
-		if box <> "dm8000":
+		if box <> "dm8000" and box <> "dm800se":
 			evfd.getInstance().vfd_write_string("search link... ")
 
@@ -1370,5 +1370,5 @@
 				bild = bild + 1
 				total = total + 1
-				if box <> "dm8000":
+				if box <> "dm8000" and box <> "dm800se":
 					evfd.getInstance().vfd_write_string("Picture " + str(total))
 
@@ -1471,5 +1471,5 @@
 					picnr = picnr + 1
 					seitenr = seitenr + 1
-					if box <> "dm8000":
+					if box <> "dm8000" and box <> "dm800se":
 						evfd.getInstance().vfd_write_string("Picture " + str(picnr))
 
