[gnome-software] Do not get the update list twice at startup



commit 572ca964efa37e19dcc89010f728f6b0471f8eaa
Author: Richard Hughes <richard hughsie com>
Date:   Wed Aug 21 15:56:42 2013 +0100

    Do not get the update list twice at startup

 src/gs-main.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/src/gs-main.c b/src/gs-main.c
index 56ace77..3c696a3 100644
--- a/src/gs-main.c
+++ b/src/gs-main.c
@@ -1212,7 +1212,6 @@ gs_main_set_overview_mode (GsMainPrivate *priv, GsMainMode mode, GsApp *app, con
                gs_main_get_updates (priv);
                break;
        case GS_MAIN_MODE_WAITING:
-               gs_main_get_updates (priv);
                break;
        case GS_MAIN_MODE_DETAILS:
                tmp = gs_app_get_name (app);


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