[gnome-initial-setup] Assistant: Hide all navigation buttons on the last page
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-initial-setup] Assistant: Hide all navigation buttons on the last page
- Date: Mon, 22 Sep 2014 18:05:58 +0000 (UTC)
commit b487e0977859ee245c9301144dba7cb5fa561837
Author: Matthias Clasen <mclasen redhat com>
Date: Mon Sep 22 14:02:25 2014 -0400
Assistant: Hide all navigation buttons on the last page
When no goa accounts are present, we would forget to hide the skip
button, leading to badness.
https://bugzilla.gnome.org/show_bug.cgi?id=737130
gnome-initial-setup/gis-assistant.c | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/gnome-initial-setup/gis-assistant.c b/gnome-initial-setup/gis-assistant.c
index 365e426..daa8300 100644
--- a/gnome-initial-setup/gis-assistant.c
+++ b/gnome-initial-setup/gis-assistant.c
@@ -189,6 +189,9 @@ update_navigation_buttons (GisAssistant *assistant)
{
gtk_widget_hide (priv->back);
gtk_widget_hide (priv->forward);
+ gtk_widget_hide (priv->skip);
+ gtk_widget_hide (priv->cancel);
+ gtk_widget_hide (priv->accept);
}
else
{
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]