Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
updates and new patches
  • Loading branch information
www-data committed Aug 26, 2010
1 parent 8b7ea2f commit e27f51b
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions universal-search/universal-search-add-imdb.patch
@@ -1,12 +1,12 @@
diff --git a/usr/lib/luna/system/luna-applauncher/app/controllers/global-search-assistant.js b/usr/lib/luna/system/luna-applauncher/app/controllers/global-search-assistant.js
index b9db2c2..45ddbf3 100644
index b9db2c2..570af13 100644
--- a/usr/lib/luna/system/luna-applauncher/app/controllers/global-search-assistant.js
+++ b/usr/lib/luna/system/luna-applauncher/app/controllers/global-search-assistant.js
@@ -47,6 +47,7 @@ GlobalSearchAssistant = Class.create({
this.URLs = {
'google':$L("www.google.com/m/search?client=ms-palm-webOS&channel=iss&q="),
'wikipedia':$L("http://en.m.wikipedia.org/wiki/Special:Search?search="),
+ 'imdb': $L("http://www.imdb.com/find?s=all&q="),
+ 'imdb': $L("http://m.imdb.com/find?s=all&q="),
'twitter': $L("http://search.twitter.com/search?q="),
'yahoo': $L("http://search.yahoo.com/search?p="),
'bing': $L("http://www.bing.com/search?q=")
Expand All @@ -18,7 +18,3 @@ index b9db2c2..45ddbf3 100644
{id:"twitter",title:"Twitter",imgFile:"images/search-twitter.png", showImage:"block", showName:"none"}
];
this.searchEngineListModel = {items:this.searchEngineList};
diff --git a/usr/lib/luna/system/luna-applauncher/images/search-imdb.png b/usr/lib/luna/system/luna-applauncher/images/search-imdb.png
new file mode 100644
index 0000000..138f124
Binary files /dev/null and b/usr/lib/luna/system/luna-applauncher/images/search-imdb.png differ

0 comments on commit e27f51b

Please sign in to comment.