[gnome-software/gnome-3-22] Ensure the network is checked if starting gnome-software by opening a file



commit bf046bfb37d8ed6b290787471036ef89e6467a77
Author: Richard Hughes <richard hughsie com>
Date:   Thu Sep 22 16:23:49 2016 +0100

    Ensure the network is checked if starting gnome-software by opening a file
    
    Fixes: https://bugzilla.gnome.org/show_bug.cgi?id=771827

 src/gs-application.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/src/gs-application.c b/src/gs-application.c
index 1333472..be64e1f 100644
--- a/src/gs-application.c
+++ b/src/gs-application.c
@@ -624,6 +624,7 @@ filename_activated (GSimpleAction *action,
        const gchar *filename;
 
        gs_application_initialize_ui (app);
+       gs_application_monitor_network (GS_APPLICATION (app));
 
        g_variant_get (parameter, "(&s)", &filename);
        gs_shell_show_filename (app->shell, filename);


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