gnomemm r1973 - in cluttermm_tutorial/trunk: . examples/full_example
- From: daniel svn gnome org
- To: svn-commits-list gnome org
- Subject: gnomemm r1973 - in cluttermm_tutorial/trunk: . examples/full_example
- Date: Wed, 7 Jan 2009 13:50:58 +0000 (UTC)
Author: daniel
Date: Wed Jan 7 13:50:58 2009
New Revision: 1973
URL: http://svn.gnome.org/viewvc/gnomemm?rev=1973&view=rev
Log:
* examples/full_example/main.cc (Example::on_texture_button_press): Fix typo.
Modified:
cluttermm_tutorial/trunk/ChangeLog
cluttermm_tutorial/trunk/examples/full_example/main.cc
Modified: cluttermm_tutorial/trunk/examples/full_example/main.cc
==============================================================================
--- cluttermm_tutorial/trunk/examples/full_example/main.cc (original)
+++ cluttermm_tutorial/trunk/examples/full_example/main.cc Wed Jan 7 13:50:58 2009
@@ -348,8 +348,7 @@
std::cout << "on_texture_button_press(): ignoring." << std::endl;
return false;
}
- else
- std::cout << "on_texture_button_press(): handling.o" << std::endl;
+ std::cout << "on_texture_button_press(): handling." << std::endl;
rotate_item_to_front(pitem);
return true;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]