Author: shadowmaster
Date: Sun Apr 5 01:48:25 2009
New Revision: 34511
URL: http://svn.gna.org/viewcvs/wesnoth?rev=34511&view=rev
Log:
Wire-in a call to storyscreen::controller::show_all_pages() .
Modified:
trunk/src/storyscreen/controller.cpp
trunk/src/storyscreen/interface.cpp
Modified: trunk/src/storyscreen/controller.cpp
URL:
http://svn.gna.org/viewcvs/wesnoth/trunk/src/storyscreen/controller.cpp?rev=34511&r1=34510&r2=34511&view=diff
==============================================================================
--- trunk/src/storyscreen/controller.cpp (original)
+++ trunk/src/storyscreen/controller.cpp Sun Apr 5 01:48:25 2009
@@ -144,4 +144,9 @@
pages_.clear();
}
+void controller::show_all_pages() const
+{
+ STUB();
+}
+
} // end namespace storyscreen
Modified: trunk/src/storyscreen/interface.cpp
URL:
http://svn.gna.org/viewcvs/wesnoth/trunk/src/storyscreen/interface.cpp?rev=34511&r1=34510&r2=34511&view=diff
==============================================================================
--- trunk/src/storyscreen/interface.cpp (original)
+++ trunk/src/storyscreen/interface.cpp Sun Apr 5 01:48:25 2009
@@ -59,7 +59,7 @@
storyscreen::controller ctl(disp, story_cfg, scenario_name);
- // FIXME: stub!
+ ctl.show_all_pages();
LOG_NG << "leaving storyscreen procedure...\n";
}
_______________________________________________
Wesnoth-commits mailing list
[email protected]
https://mail.gna.org/listinfo/wesnoth-commits