~daker/ubuntu-rssreader-app/fix.1217297

« back to all changes in this revision

Viewing changes to listview/ListModePage.qml

  • Committer: Roman Shchekin
  • Date: 2013-09-01 14:35:33 UTC
  • mto: This revision was merged to the branch mainline in revision 52.
  • Revision ID: mrqtros@gmail.com-20130901143533-aqeohpuf6qlbt335
Fix for https://bugs.launchpad.net/ubuntu-rssreader-app/+bug/1217300.
A lot of little but extremelly important changes in refresh process.

Show diffs side-by-side

added added

removed removed

Lines of Context:
163
163
                            return articleListModel.get(i).tagName
164
164
                        }
165
165
                    }
166
 
                    console.log("TEXT DON'T FOUND FOR SECTION ", s)
 
166
                    // console.log("TEXT DON'T FOUND FOR SECTION ", s)
167
167
                    return ""
168
168
                }
169
169
            }
195
195
                            return articleListProxyModel.get(i).feed_name
196
196
                        }
197
197
                    }
198
 
                    console.log("TEXT DON'T FOUND FOR SECTION ", s)
 
198
                    // console.log("TEXT DON'T FOUND FOR SECTION ", s)
199
199
                    return ""
200
200
                }
201
201
            }