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

Colin Guthrie kdebugs at colin.guthr.ie
Mon Mar 6 00:29:31 CET 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 kdebugs colin guthr ie  2006-03-06 00:29 -------
Sorry, but I've not had a chance to test it out yet... I will try and do shortly tho'. Initial look at the code looks fine the only confusing bit is:

 @ -371,7 +376,8  @
                 {
                     GAlbum album;
                     album.name    = value;
-                    album.ref_num = key.section(".", 2, 2).toInt();
+                    album.ref_num = value.toInt();
+                    //album.ref_num = key.section(".", 2, 2).toInt();
                     iter = albumList.append(album);
                 }
                 else if (key.startsWith("album.title"))

but I've not looked at the context, so I'm sure it's fine really. Thanks for your code. I will definately use it.


More information about the Kde-imaging mailing list