[gnome-packagekit/glib2: 73/79] Hide the refresh button in gpk-log as we shouldn't have to refresh manually now



commit 48023152530e91440ec5e0a0043639e5fabd6e31
Author: Richard Hughes <richard hughsie com>
Date:   Mon Oct 5 13:26:17 2009 +0100

    Hide the refresh button in gpk-log as we shouldn't have to refresh manually now

 src/gpk-log.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/src/gpk-log.c b/src/gpk-log.c
index 861ca8d..550e378 100644
--- a/src/gpk-log.c
+++ b/src/gpk-log.c
@@ -729,6 +729,7 @@ main (int argc, char *argv[])
 	g_signal_connect (widget, "clicked", G_CALLBACK (gpk_log_button_help_cb), NULL);
 	widget = GTK_WIDGET (gtk_builder_get_object (builder, "button_refresh"));
 	g_signal_connect (widget, "clicked", G_CALLBACK (gpk_log_button_refresh_cb), NULL);
+	gtk_widget_hide (widget);
 	widget = GTK_WIDGET (gtk_builder_get_object (builder, "button_filter"));
 	g_signal_connect (widget, "clicked", G_CALLBACK (gpk_log_button_filter_cb), NULL);
 



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