Codebase list gnote / 0.2.0
* The open state of notes is now saved properly. Hubert Figuiere 15 years ago
2 changed file(s) with 2 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
1818 * Properly check for libxml2.
1919 * Drag and drop of notes to a notebook (Close #579637)
2020 * Fixed hang when changing the title of a note (Close #579362)
21 * The open state of notes is now saved properly.
2122
2223 Translations:
2324
12851285 }
12861286
12871287 xml.write_start_element("", "open-on-startup", "");
1288 xml.write_string(boost::lexical_cast<std::string>(note.is_open_on_startup()));
1288 xml.write_string(note.is_open_on_startup() ? "True" : "False");
12891289 xml.write_end_element();
12901290
12911291 xml.write_end_element(); // Note