~stolowski/unity-scope-home/monitor-networking

« back to all changes in this revision

Viewing changes to src/scope.vala

  • Committer: Tarmac
  • Author(s): Pawel Stolowski
  • Date: 2013-04-15 15:50:32 UTC
  • mfrom: (85.1.1 fix-cancel)
  • Revision ID: tarmac-20130415155032-337dmy2udwcjyn7a
Actually return from one of the if cancelled .. checks.

Approved by PS Jenkins bot, Michal Hruby.

Show diffs side-by-side

added added

removed removed

Lines of Context:
808
808
      catch (Error e)
809
809
      {
810
810
        debug ("The search for '%s' on channel %s was cancelled", scope_search.search_string, scope_search.channel_id);
 
811
        return;
811
812
      }
812
813
      finally
813
814
      {