[dconf-editor] *sigh*



commit 0213b88d70038e49f5a92907f442a1aca021fa11
Author: Arnaud Bonatti <arnaud bonatti gmail com>
Date:   Mon Dec 11 11:09:02 2017 +0100

    *sigh*

 editor/registry-search.vala |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/editor/registry-search.vala b/editor/registry-search.vala
index 428916a..525560f 100644
--- a/editor/registry-search.vala
+++ b/editor/registry-search.vala
@@ -282,7 +282,7 @@ class RegistrySearch : Grid, PathElement, BrowsableView
         {
             if (((!) row).on_popover_disappear_handler != 0)
             {
-                disconnect (((!) row).on_popover_disappear_handler);
+                ((!) row).disconnect (((!) row).on_popover_disappear_handler);
                 ((!) row).on_popover_disappear_handler = 0;
             }
             ((!) row).destroy_popover ();


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]