[gnome-packagekit] trivial: don't coldplug now we are getting the update lists when the network state is announced



commit 2746c99ba55eb8d577a8cd172ac7650887488881
Author: Richard Hughes <richard hughsie com>
Date:   Sun Jan 10 12:01:18 2010 +0000

    trivial: don't coldplug now we are getting the update lists when the network state is announced

 src/gpk-update-viewer.c |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)
---
diff --git a/src/gpk-update-viewer.c b/src/gpk-update-viewer.c
index 8e61bf9..a6be3ca 100644
--- a/src/gpk-update-viewer.c
+++ b/src/gpk-update-viewer.c
@@ -2937,9 +2937,6 @@ gpk_update_viewer_init (GpkUpdateViewer *update_viewer)
 	widget = GTK_WIDGET(gtk_builder_get_object (priv->builder, "vpaned_updates"));
 	g_signal_connect (widget, "realize",
 			  G_CALLBACK (gpk_update_viewer_vpaned_realized_cb), update_viewer);
-
-	/* coldplug */
-	gpk_update_viewer_get_new_update_array (update_viewer);
 out:
 	return;
 }



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