[gnome-packagekit/glib2-merge-candidate: 10/13] trivial: Ensure we show the status text if it's been unhid before
- From: Richard Hughes <rhughes src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [gnome-packagekit/glib2-merge-candidate: 10/13] trivial: Ensure we show the status text if it's been unhid before
- Date: Fri, 9 Oct 2009 12:05:06 +0000 (UTC)
commit 6b936bbbbf22751051b27b2ae48090eb4beeda85
Author: Richard Hughes <richard hughsie com>
Date: Fri Oct 9 11:52:25 2009 +0100
trivial: Ensure we show the status text if it's been unhid before
src/gpk-update-viewer.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/src/gpk-update-viewer.c b/src/gpk-update-viewer.c
index 3fd389f..3b35457 100644
--- a/src/gpk-update-viewer.c
+++ b/src/gpk-update-viewer.c
@@ -848,6 +848,7 @@ gpk_update_viewer_progress_cb (PkProgress *progress, PkProgressType type, GpkUpd
title = gpk_status_enum_to_localised_text (status);
}
gtk_label_set_label (GTK_LABEL(widget), title);
+ gtk_widget_show (widget);
/* set icon */
widget = GTK_WIDGET(gtk_builder_get_object (priv->builder, "image_progress"));
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]