glade3 r1856 - in trunk: . plugins/gtk+
- From: tvb svn gnome org
- To: svn-commits-list gnome org
- Subject: glade3 r1856 - in trunk: . plugins/gtk+
- Date: Wed, 6 Aug 2008 23:53:39 +0000 (UTC)
Author: tvb
Date: Wed Aug 6 23:53:39 2008
New Revision: 1856
URL: http://svn.gnome.org/viewvc/glade3?rev=1856&view=rev
Log:
- Update loaded assistant pages properly (bug 540531 - fix by Antti KaijanmÃki)
Modified:
trunk/ChangeLog
trunk/plugins/gtk+/glade-gtk.c
Modified: trunk/plugins/gtk+/glade-gtk.c
==============================================================================
--- trunk/plugins/gtk+/glade-gtk.c (original)
+++ trunk/plugins/gtk+/glade-gtk.c Wed Aug 6 23:53:39 2008
@@ -7589,6 +7589,9 @@
if (pages)
{
+ /* also sets pages "complete" and thus allows navigation under glade */
+ glade_gtk_assistant_update_page_type (assistant);
+
gtk_assistant_set_current_page (assistant, 0);
glade_widget_property_set (glade_widget_get_from_gobject (object),
"size", pages);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]