Remove .gitignore do nothing is ignored.
[synfig.git] / synfig-studio / trunk / src / gtkmm / cellrenderer_value.h
index ce33119..14a425d 100644 (file)
@@ -1,8 +1,8 @@
 /* === S Y N F I G ========================================================= */
-/*!    \file cellrenderer_value.cpp
+/*!    \file cellrenderer_value.h
 **     \brief Template File
 **
-**     $Id: cellrenderer_value.h,v 1.1.1.1 2005/01/07 03:34:36 darco Exp $
+**     $Id$
 **
 **     \legal
 **     Copyright (c) 2002-2005 Robert B. Quattlebaum Jr., Adrian Bentley
@@ -87,6 +87,7 @@ class CellRenderer_ValueBase : public Gtk::CellRendererText
        void gradient_edited(synfig::Gradient gradient, Glib::ustring path);
        void color_edited(synfig::Color color, Glib::ustring path);
 
+       bool edit_value_done_called;
 public:
        sigc::signal<void, const Glib::ustring&> &signal_secondary_click()
        {return signal_secondary_click_; }
@@ -97,7 +98,7 @@ public:
        Glib::PropertyProxy<synfig::ValueBase> property_value() { return property_value_.get_proxy();}
        Glib::PropertyProxy<etl::handle<synfig::Canvas> > property_canvas() { return property_canvas_.get_proxy();}
        Glib::PropertyProxy<synfig::ParamDesc> property_param_desc() { return property_param_desc_.get_proxy(); }
-       Glib::PropertyProxy<bool> property_inconsistant() { return property_foreground_set(); }
+       Glib::PropertyProxy<bool> property_inconsistent() { return property_foreground_set(); }
 
        etl::handle<synfig::Canvas> get_canvas()const { return property_canvas_; }
        synfig::ParamDesc get_param_desc()const { return property_param_desc_; }