Oops. The last commit contained a typo, breaking the build. This fixes it.
authordooglus <dooglus@1f10aa63-cdf2-0310-b900-c93c546f37ac>
Sun, 17 Feb 2008 01:21:48 +0000 (01:21 +0000)
committerdooglus <dooglus@1f10aa63-cdf2-0310-b900-c93c546f37ac>
Sun, 17 Feb 2008 01:21:48 +0000 (01:21 +0000)
git-svn-id: http://svn.voria.com/code@1722 1f10aa63-cdf2-0310-b900-c93c546f37ac

synfig-studio/trunk/src/gtkmm/layertree.h

index b0dd841..c01ab06 100644 (file)
@@ -123,9 +123,9 @@ private:
 
        Glib::RefPtr<Gtk::TreeModelSort> sorted_layer_tree_store_;
 
-#ifdef TIMETRACK_IN_PARAMS_DIALOG
+#ifdef TIMETRACK_IN_PARAMS_PANEL
        CellRenderer_TimeTrack *cellrenderer_time_track;
-#endif // TIMETRACK_IN_PARAMS_DIALOG
+#endif // TIMETRACK_IN_PARAMS_PANEL
 
        Gtk::TreeView::Column* column_time_track;