mate-desktop / pluma

A powerful text editor for MATE
http://www.mate-desktop.org
GNU General Public License v2.0
158 stars 66 forks source link

pluma-metadata-manager: remove time.h #652

Closed rbuj closed 2 years ago

rbuj commented 2 years ago

Test:

  1. disable gvfs metadata using --disable-gvfs-metadata
    ./autogen.sh --prefix=/usr --enable-debug --disable-gvfs-metadata && make && sudo make install
  2. open a file in pluma, click anywhere in the opened file, and close pluma
  3. check the value of atime in ~/.cache/pluma/pluma-metadata.xml
    <?xml version="1.0"?>
    <metadata>
    <document uri="file:///home/robert/backup.sh" atime="1637781907">
    <entry key="metadata::pluma-position" value="839"/>
    </document>
    </metadata>