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



commit e5951c71a673ff7733fd72841996f30e8b5b5541
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 9bd3606..831dfea 100644
--- a/src/gs-application.c
+++ b/src/gs-application.c
@@ -637,6 +637,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]