[gnome-initial-setup] Actually show the EULA page
- From: Jasper St. Pierre <jstpierre src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-initial-setup] Actually show the EULA page
- Date: Thu, 31 May 2012 21:18:17 +0000 (UTC)
commit 470696ccf7a691a97270d3a8302aad2d15c4b462
Author: Jasper St. Pierre <jstpierre mecheye net>
Date: Thu May 31 16:35:49 2012 -0400
Actually show the EULA page
gnome-initial-setup/gdm-initial-setup.c | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/gnome-initial-setup/gdm-initial-setup.c b/gnome-initial-setup/gdm-initial-setup.c
index 865953c..e129cc8 100644
--- a/gnome-initial-setup/gdm-initial-setup.c
+++ b/gnome-initial-setup/gdm-initial-setup.c
@@ -215,6 +215,9 @@ build_eula_page (SetupData *setup,
/* XXX: 1 is the location after the welcome page.
* Remove this hardcoded thing. */
gtk_assistant_insert_page (setup->assistant, vbox, 1);
+ gtk_assistant_set_page_title (setup->assistant, vbox, title);
+
+ gtk_widget_show_all (GTK_WIDGET (vbox));
}
static void
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]