~ubuntu-branches/ubuntu/natty/newsbeuter/natty

« back to all changes in this revision

Viewing changes to include/keymap.h

  • Committer: Bazaar Package Importer
  • Author(s): Nico Golde
  • Date: 2010-03-23 19:09:18 UTC
  • mfrom: (4.1.10 sid)
  • Revision ID: james.westby@ubuntu.com-20100323190918-o3mwdwl3v4li449s
Tags: 2.2-2
Do not cleanup deleted items uppon quitting so they will be
reloaded and marked as new next time (Closes: #574665).

Show diffs side-by-side

added added

removed removed

Lines of Context:
34
34
                                                // general and newsbeuter-specific operations:
35
35
                                                OP_NB_MIN,
36
36
                                                OP_QUIT, 
 
37
                                                OP_HARDQUIT, 
37
38
                                                OP_RELOAD, 
38
39
                                                OP_RELOADALL, 
39
40
                                                OP_MARKFEEDREAD, 
43
44
                                                OP_NEXTUNREAD, 
44
45
                                                OP_PREVUNREAD,
45
46
                                                OP_OPENINBROWSER, 
 
47
                                                OP_OPENBROWSER_AND_MARK,
46
48
                                                OP_HELP, 
47
49
                                                OP_TOGGLESOURCEVIEW, 
48
50
                                                OP_TOGGLEITEMREAD,