[gnome-documents] query: fix typo
- From: Cosimo Cecchi <cosimoc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-documents] query: fix typo
- Date: Mon, 11 Jun 2012 04:29:29 +0000 (UTC)
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]