Minor fix for another change in Google's movie pages and a fix in master
authorgilead <j.becher@ovi.com>
Tue, 26 Oct 2010 21:11:40 +0000 (23:11 +0200)
committerJochen Becher <jbecher@esgaroth.(none)>
Tue, 26 Oct 2010 21:11:40 +0000 (23:11 +0200)
changelog's dates

debian/changelog
src/searchclients/moviesearchclient.cpp

index 12b3d67..2c643af 100644 (file)
@@ -1,9 +1,21 @@
+movie-schedule (0.3.0-3) unstable; urgency=low
+
+  * New version because the 2 former versions had ill-formed release date
+
+ -- Jochen Becher <j.becher@ovi.com>  Fri, 17 Sep 2010 18:00:00 +0000
+
+movie-schedule (0.3.0-2) unstable; urgency=low
+
+  * Fixed failing movie info due to another change on Googles html code
+
+ -- Jochen Becher <j.becher@ovi.com>  Thu, 16 Sep 2010 19:45:00 +0000
+
 movie-schedule (0.3.0-1) unstable; urgency=low
 
   * Fixed german translation file
   * Updated options dialog layout
 
- -- Jochen Becher <j.becher@ovi.com>  Sun, 13 Sep 2010 22:30:00 +0000
+ -- Jochen Becher <j.becher@ovi.com>  Mon, 13 Sep 2010 22:30:00 +0000
 
 movie-schedule (0.3.0) unstable; urgency=low
 
index ec642ec..dd44a6a 100644 (file)
@@ -107,7 +107,7 @@ void MovieSearchClient::ReplyFinished(QNetworkReply *reply)
                 }
             } else if (state == PARSE_EXPECT_DIV2 && xml.name() == "div") {
                 state = PARSE_DIV2;
-            } else if (state == PARSE_DIV2 && xml.name() == "span" && attr_class.isEmpty()) {
+            } else if (state == PARSE_DIV2 && xml.name() == "span") {
                 movie_spans.append("");
                 state = PARSE_SPAN;
             } else if (state == PARSE_DIV2 && xml.name() == "img") {