gtkmm r1130 - in trunk: . gtk/src
- From: daniel svn gnome org
- To: svn-commits-list gnome org
- Subject: gtkmm r1130 - in trunk: . gtk/src
- Date: Thu, 26 Mar 2009 14:22:09 +0000 (UTC)
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]