Gallery Remote: Too much output/debug output

coling

Joined: 2006-06-04
Posts: 1
Posted: Sun, 2006-06-04 22:44

Hi,

I have just had to code a work around in the gallery export kipi plugin to cope with some extra code in the output of the gallery remote interface when connecting to a G1 remote gallery. See http://bugs.kde.org/show_bug.cgi?id=123978

I think that line 1298 of classes/Album.php is incorrect:
processingMsg("- " . sprintf(_("Resizing %s"), $name));

I think this outputs "<br>- Residing xxxxxx.jpg" followed by lots of spaces followed by __#GR2PROTO__ identifier (not at the begining of a new line).

I cannot confirm that this is valid as the GR specs are not linked from the developer section anymore: http://gallery.menalto.com/wiki/Gallery_Remote_documents

Anyone help/offer advice/fix it?