Add my copyright to files I've modified.
[synfig.git] / synfig-studio / trunk / src / gtkmm / widget_gradient.cpp
index 3abfd75..41920d9 100644 (file)
@@ -2,10 +2,11 @@
 /*!    \file widget_gradient.cpp
 **     \brief Template File
 **
-**     $Id: widget_gradient.cpp,v 1.1.1.1 2005/01/07 03:34:37 darco Exp $
+**     $Id$
 **
 **     \legal
 **     Copyright (c) 2002-2005 Robert B. Quattlebaum Jr., Adrian Bentley
+**     Copyright (c) 2007 Chris Moore
 **
 **     This package is free software; you can redistribute it and/or
 **     modify it under the terms of the GNU General Public License as
@@ -119,7 +120,7 @@ Widget_Gradient::~Widget_Gradient()
 
 #define CONTROL_HEIGHT         16
 bool
-Widget_Gradient::redraw(GdkEventExpose*bleh)
+Widget_Gradient::redraw(GdkEventExpose */*bleh*/)
 {
        const int h(get_height());
        const int w(get_width());
@@ -203,6 +204,7 @@ void
 Widget_Gradient::remove_cpoint(float x)
 {
        gradient_.erase(gradient_.proximity(x));
+       signal_value_changed_();
        queue_draw();
 }