[gnome-builder] gui: Remove FIXME that referred to a closed MR



commit 6a7db380ac7663c855265ff65af78d00cef42241
Author: Peter Maatman <blackwolf12333 gmail com>
Date:   Mon May 11 18:35:02 2020 +0200

    gui: Remove FIXME that referred to a closed MR
    
    The FIXME that is removed in this patch linked to an issue, which has
    a linked MR that has been closed for over a year.

 src/libide/gui/ide-application.c | 9 ---------
 1 file changed, 9 deletions(-)
---
diff --git a/src/libide/gui/ide-application.c b/src/libide/gui/ide-application.c
index ce3d466b6..431665045 100644
--- a/src/libide/gui/ide-application.c
+++ b/src/libide/gui/ide-application.c
@@ -581,15 +581,6 @@ ide_application_has_network (IdeApplication *self)
                                G_CONNECT_SWAPPED);
 
       self->has_network = g_network_monitor_get_network_available (self->network_monitor);
-
-      /*
-       * FIXME: Ignore the network portal initially for now.
-       *
-       * See https://gitlab.gnome.org/GNOME/glib/merge_requests/227 for more
-       * information about when this is fixed.
-       */
-      if (!self->has_network && ide_is_flatpak ())
-        self->has_network = TRUE;
     }
 
   return self->has_network;


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