[gnome-shell] Remove inadvertent early return in apps search
- From: Colin Walters <walters src gnome org>
- To: svn-commits-list gnome org
- Subject: [gnome-shell] Remove inadvertent early return in apps search
- Date: Wed, 8 Jul 2009 15:38:52 +0000 (UTC)
commit c136acc8794d75ce2ba41c8b9e3ffbb92fa14cde
Author: Colin Walters <walters verbum org>
Date: Wed Jul 8 11:38:22 2009 -0400
Remove inadvertent early return in apps search
js/ui/appDisplay.js | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/js/ui/appDisplay.js b/js/ui/appDisplay.js
index 5ab0872..298c905 100644
--- a/js/ui/appDisplay.js
+++ b/js/ui/appDisplay.js
@@ -408,7 +408,6 @@ AppDisplay.prototype = {
return true;
let fold = function(s) {
- return s;
if (!s)
return s;
return GLib.utf8_casefold(GLib.utf8_normalize(s, -1,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]