[Kde-imaging] [Bug 96352] Can not login into Gallery2

Angelo Naselli anaselli at linux.it
Sun May 21 15:33:12 CEST 2006


------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
         
http://bugs.kde.org/show_bug.cgi?id=96352         




------- Additional Comments From anaselli linux it  2006-05-21 15:33 -------
SVN commit 543161 by anaselli:

applied patche by Colin Guthrie 
Please next time open a new bug report. Thanks

CCBUG: 96352

 M  +1 -1      gallerytalker.cpp  
 M  +0 -3      gallerywindow.cpp  


--- trunk/extragear/libs/kipi-plugins/galleryexport/gallerytalker.cpp #543160:543161
 @ -497,7 +497,7  @
                 }
                 else if (key.startsWith("baseurl"))
                 {
-                    albumURL = value;
+                    albumURL = value.replace("\\","");
                 }
             }
         }
--- trunk/extragear/libs/kipi-plugins/galleryexport/gallerywindow.cpp #543160:543161
 @ -390,9 +390,6  @
         const GPhoto& photo = *iter;
         KURL imageurl(photo.albumURL + photo.name);
         KURL thumburl(photo.albumURL + photo.thumbName);
-        // Boris : gallery use complex URLs (with = & etc.). the addPath seems not working in this context
-        //imageurl.addPath(photo.name);
-        //thumburl.addPath(photo.thumbName);
 
         m_photoView->write( "<tr><td class='photo'>"
                             + QString("<a href='%1'>")


More information about the Kde-imaging mailing list