[dconf-editor] Indent.
- From: Arnaud Bonatti <arnaudb src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [dconf-editor] Indent.
- Date: Fri, 1 Dec 2017 00:11:34 +0000 (UTC)
commit d4bba858849509d10f2b5a78a5979c718476322b
Author: Arnaud Bonatti <arnaud bonatti gmail com>
Date: Fri Dec 1 01:11:16 2017 +0100
Indent.
editor/registry-search.vala | 9 ++++-----
1 files changed, 4 insertions(+), 5 deletions(-)
---
diff --git a/editor/registry-search.vala b/editor/registry-search.vala
index 490f5f0..9e7eddc 100644
--- a/editor/registry-search.vala
+++ b/editor/registry-search.vala
@@ -519,11 +519,10 @@ class RegistrySearch : Grid, PathElement, BrowsableView
private void pause_global_search ()
{
- if (search_source != null)
- {
- Source.remove ((!) search_source);
- search_source = null;
- }
+ if (search_source == null)
+ return;
+ Source.remove ((!) search_source);
+ search_source = null;
}
private void resume_global_search (string current_path, string term)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]