[gnome-documents] query: fix typo



commit 11901251196d80a7e382d89af86e52ef100e06e5
Author: Cosimo Cecchi <cosimoc gnome org>
Date:   Mon Jun 11 00:27:38 2012 -0400

    query: fix typo

 src/searchbar.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/searchbar.js b/src/searchbar.js
index 0acdbea..0037c99 100644
--- a/src/searchbar.js
+++ b/src/searchbar.js
@@ -141,7 +141,7 @@ const SearchTypeManager = new Lang.Class({
                                       where: '?urn rdf:type nfo:DataContainer .' }));
         this.addItem(new SearchType({ id: 'pdf',
                                       name: _("PDF Documents"),
-                                      filter: 'fn:contains(nie:mimeType(?urn), \"application/pdf\"',
+                                      filter: 'fn:contains(nie:mimeType(?urn), \"application/pdf\")',
                                       where: '?urn rdf:type nfo:PaginatedTextDocument .' }));
         this.addItem(new SearchType({ id: 'presentations',
                                       name: _("Presentations"),



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]