~ubuntu-branches/ubuntu/trusty/newsbeuter/trusty-proposed

« back to all changes in this revision

Viewing changes to include/itemlist_formaction.h

  • Committer: Bazaar Package Importer
  • Author(s): Nico Golde
  • Date: 2008-05-01 14:51:20 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20080501145120-i65avsclnrpl2cfq
Tags: 0.9-1
* New upstream release.
  - Fix problem displaying titles when using zh_CN.UTF-8
    locale (Closes: #471434).
* Add default configuration to set sensible-browser as browser and
  add dirs file to create /etc/newsbeuter (Closes: #470833).
* remove libnxml-depends and libmrss-depends calls in rules and
  related dependency lines in control since they are not needed
  anymore (Closes: #467201).

Show diffs side-by-side

added added

removed removed

Lines of Context:
50
50
                void set_head(const std::string& s, unsigned int unread, unsigned int total, const std::string &url);
51
51
                int get_pos(unsigned int idx);
52
52
 
 
53
                void save_article(const std::string& filename, const rss_item& item);
 
54
 
 
55
                void save_filterpos();
 
56
 
53
57
                unsigned int pos;
54
58
                rss_feed * feed;
55
59
                bool rebuild_list;
64
68
                rss_feed search_dummy_feed;
65
69
 
66
70
                mutex redraw_mtx;
 
71
 
 
72
                bool set_filterpos;
 
73
                unsigned int filterpos;
67
74
};
68
75
 
69
76
}