gtkmm r1130 - in trunk: . gtk/src



Author: daniel
Date: Thu Mar 26 14:22:09 2009
New Revision: 1130
URL: http://svn.gnome.org/viewvc/gtkmm?rev=1130&view=rev

Log:
Oops. Fix silly mistake that broke the build.


Modified:
   trunk/ChangeLog
   trunk/gtk/src/notebook.ccg

Modified: trunk/gtk/src/notebook.ccg
==============================================================================
--- trunk/gtk/src/notebook.ccg	(original)
+++ trunk/gtk/src/notebook.ccg	Thu Mar 26 14:22:09 2009
@@ -180,7 +180,7 @@
 
 PageList::PageList(const PageList& src)
 :
-  gparent_ (gparent)
+  gparent_ (src.gparent_)
 {}
 
 PageList& PageList::operator=(const PageList& src)



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]