~noskcaj/ubuntu/trusty/gnome-documents/3.10.2

« back to all changes in this revision

Viewing changes to src/miner/gd-gdata-miner.c

  • Committer: Package Import Robot
  • Author(s): Andreas Henriksson, Thomas Bechtold
  • Date: 2013-04-04 13:32:08 UTC
  • mfrom: (3.1.4 experimental)
  • Revision ID: package-import@ubuntu.com-20130404133208-n19gqczi05z31ogb
Tags: 3.8.0-1
[ Thomas Bechtold ]
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
82
82
    class = "nfo:PaginatedTextDocument";
83
83
  else if (GDATA_IS_DOCUMENTS_DRAWING (doc_entry))
84
84
    class = "nfo:PaginatedTextDocument";
 
85
  else if (GDATA_IS_DOCUMENTS_PDF (doc_entry))
 
86
    class = "nfo:PaginatedTextDocument";
85
87
  else if (GDATA_IS_DOCUMENTS_FOLDER (doc_entry))
86
88
    class = "nfo:DataContainer";
87
89