From: dooglus Date: Sat, 22 Nov 2008 16:24:59 +0000 (+0000) Subject: Fix 2 typos. X-Git-Url: https://git.pterodactylus.net/?a=commitdiff_plain;h=ac0dc220b589ebb2249074e4ed1d616b9879d7cf;p=synfig.git Fix 2 typos. git-svn-id: https://synfig.svn.sourceforge.net/svnroot/synfig@2257 1f10aa63-cdf2-0310-b900-c93c546f37ac --- diff --git a/synfig-studio/trunk/src/gtkmm/layergrouptreestore.cpp b/synfig-studio/trunk/src/gtkmm/layergrouptreestore.cpp index 22629a1..5d1787a 100644 --- a/synfig-studio/trunk/src/gtkmm/layergrouptreestore.cpp +++ b/synfig-studio/trunk/src/gtkmm/layergrouptreestore.cpp @@ -722,7 +722,7 @@ LayerGroupTreeStore::rebuild() } } - // Go ahead and and add all the layers + // Go ahead and add all the layers /*std::for_each( canvas_interface()->get_canvas()->rbegin(), canvas_interface()->get_canvas()->rend(), sigc::mem_fun(*this, &studio::LayerGroupTreeStore::on_layer_added) diff --git a/synfig-studio/trunk/src/gtkmm/layertreestore.cpp b/synfig-studio/trunk/src/gtkmm/layertreestore.cpp index 38896f0..3a446c9 100644 --- a/synfig-studio/trunk/src/gtkmm/layertreestore.cpp +++ b/synfig-studio/trunk/src/gtkmm/layertreestore.cpp @@ -621,7 +621,7 @@ LayerTreeStore::rebuild() // Clear out the current list clear(); - // Go ahead and and add all the layers + // Go ahead and add all the layers std::for_each( canvas_interface()->get_canvas()->rbegin(), canvas_interface()->get_canvas()->rend(), sigc::mem_fun(*this, &studio::LayerTreeStore::on_layer_added)