Fixed with this patch, I think.

--- runner.vala.old     2011-11-12 15:47:54.171325168 +1300
+++ runner.vala 2011-11-12 15:47:26.419187540 +1300
@@ -272,7 +272,7 @@
       {
         foreach (var exec_candidate in this.executables)
         {
-         if (exec_candidate.has_prefix (search_string) && exec_candidate != 
search_string)
+         if (exec_candidate.has_prefix (search_string) )
           {
             executables_match.add (exec_candidate);
           }

I'm not quite sure what the original reasoning was there, but I'm sure
it made sense at the time :)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/842108

Title:
  run command (alt+F2): results do not contain the exact match

To manage notifications about this bug go to:
https://bugs.launchpad.net/unity/+bug/842108/+subscriptions

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to