gnomemm r2143 - in cluttermm_tutorial/trunk: . examples/stage_widget



Author: murrayc
Date: Tue Mar 31 22:36:43 2009
New Revision: 2143
URL: http://svn.gnome.org/viewvc/gnomemm?rev=2143&view=rev

Log:
I forgot to check this in a while ago:
2009-03-19  Murray Cumming,  <murrayc murrayc com>

* examples/stage_widget/main.cc: Remove the extra reference() now that 
I have fixed this in clutter-gtkmm. That should never have been left 
like that, at least not commented.

Modified:
   cluttermm_tutorial/trunk/ChangeLog
   cluttermm_tutorial/trunk/examples/stage_widget/main.cc

Modified: cluttermm_tutorial/trunk/examples/stage_widget/main.cc
==============================================================================
--- cluttermm_tutorial/trunk/examples/stage_widget/main.cc	(original)
+++ cluttermm_tutorial/trunk/examples/stage_widget/main.cc	Tue Mar 31 22:36:43 2009
@@ -55,7 +55,6 @@
   button->signal_clicked().connect(sigc::mem_fun(*this, &StageWindow::on_button_clicked));
 
   stage_ = embed_->get_stage();
-  stage_->reference();
   stage_->set_color(Clutter::Color(0, 0, 0)); // black
   stage_->signal_button_press_event().connect(&StageWindow::on_stage_button_press);
 



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