gtk+ r19997 - in branches/gtk-2-12: . gtk
- From: carlosg svn gnome org
- To: svn-commits-list gnome org
- Subject: gtk+ r19997 - in branches/gtk-2-12: . gtk
- Date: Fri, 11 Apr 2008 18:09:48 +0100 (BST)
Author: carlosg
Date: Fri Apr 11 18:09:48 2008
New Revision: 19997
URL: http://svn.gnome.org/viewvc/gtk+?rev=19997&view=rev
Log:
2008-04-11 Carlos Garnacho <carlos imendio com>D:ChangeLog
* gtk/gtkassistant.c (gtk_assistant_set_current_page): Add current
page to visited page list instead of next current page. (#527466,
patch by Marcus Brinkmann)
Modified:
branches/gtk-2-12/ChangeLog
branches/gtk-2-12/gtk/gtkassistant.c
Modified: branches/gtk-2-12/gtk/gtkassistant.c
==============================================================================
--- branches/gtk-2-12/gtk/gtkassistant.c (original)
+++ branches/gtk-2-12/gtk/gtkassistant.c Fri Apr 11 18:09:48 2008
@@ -1522,7 +1522,8 @@
* initial page is != to 0
*/
if (GTK_WIDGET_MAPPED (assistant))
- priv->visited_pages = g_slist_prepend (priv->visited_pages, page);
+ priv->visited_pages = g_slist_prepend (priv->visited_pages,
+ priv->current_page);
set_current_page (assistant, page);
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]