~kamstrup/unity-lens-applications/include-gsettings-schema

« back to all changes in this revision

Viewing changes to src/utils.vala

  • Committer: Mikkel Kamstrup Erlandsen
  • Date: 2011-09-08 09:13:38 UTC
  • mfrom: (224.1.1 unity-lens-applications)
  • Revision ID: mikkel.kamstrup@gmail.com-20110908091338-ghhp3swpfyreaqk2
MergeĀ lp:~njpatel/unity-lens-applications/fix-initial-results

Show diffs side-by-side

added added

removed removed

Lines of Context:
95
95
   
96
96
    if (old_search == null)
97
97
      {
98
 
        s1 = new_search.search_string;
99
 
        if (s1 == null || s1.strip() == "")
100
 
          return false;
101
 
        else
102
 
          return true;
 
98
        return true;
103
99
      }
104
100
    else if (new_search == null)
105
101
      {