~ubuntu-branches/ubuntu/utopic/unity-place-files/utopic

« back to all changes in this revision

Viewing changes to src/daemon.vala

  • Committer: Bazaar Package Importer
  • Author(s): Didier Roche
  • Date: 2011-03-17 16:18:18 UTC
  • mfrom: (1.1.20 upstream)
  • Revision ID: james.westby@ubuntu.com-20110317161818-167ll2vldt54v03l
Tags: 0.5.44-0ubuntu1
* New upstream release.
  - Dash: Change the "Search" wrap (LP: #733897)
* debian/control:
  - dep on latest dee

Show diffs side-by-side

added added

removed removed

Lines of Context:
543
543
      else if (search.get_search_string () == null)
544
544
        return true;
545
545
      
546
 
      return search.get_search_string () == "";
 
546
      return search.get_search_string ().strip() == "";
547
547
    }
548
548
 
549
549
    private string prepare_search_string (PlaceSearch? search)
634
634
                 search.get_search_string (), e.message);
635
635
      }
636
636
      
637
 
      check_empty_search (search, results_model);
638
 
      
639
637
      /* Allow new searches once we enter an idle again.
640
638
       * We don't do it directly from here as that could mean we start
641
639
       * changing the model even before we had flushed out current changes