gtkmm r1065 - in trunk: . gtk/src



Author: murrayc
Date: Mon Dec  8 14:30:01 2008
New Revision: 1065
URL: http://svn.gnome.org/viewvc/gtkmm?rev=1065&view=rev

Log:
2008-12-08  Murray Cumming  <murrayc murrayc com>

* gtk/src/treemodel.hg: set_value_impl() documentation: Mention 
row_changed(), not set_row_changed().
Bug #562505 (Bohumir Zamecnik)

Modified:
   trunk/ChangeLog
   trunk/gtk/src/treemodel.hg

Modified: trunk/gtk/src/treemodel.hg
==============================================================================
--- trunk/gtk/src/treemodel.hg	(original)
+++ trunk/gtk/src/treemodel.hg	Mon Dec  8 14:30:01 2008
@@ -413,7 +413,7 @@
   /** Override and implement this in a derived TreeModel class, so that Row::operator() and
    * Row::set_value() work.
    * You can probably just implement this by calling set_value_vfunc().
-   * Your implementation of set_value_impl() should also call set_row_changed() after changing the value.
+   * Your implementation of set_value_impl() should also call row_changed() after changing the value.
    */
   virtual void set_value_impl(const iterator& row, int column, const Glib::ValueBase& value);
 



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