summaryrefslogtreecommitdiffstats
path: root/src/widgets/gradient-selector.h
diff options
context:
space:
mode:
authorJohn Smith <john.smith7545@yahoo.com>2012-10-24 08:48:02 +0000
committerJohn Smith <john.smith7545@yahoo.com>2012-10-24 08:48:02 +0000
commit7751440fc80831c41fa95035469eeb920fa45625 (patch)
tree3ccf1ef08f8a043d273a982598bf2e571f64641e /src/widgets/gradient-selector.h
parentextensions. function plotter. prevent divide by zero. (Bug 1064863) (diff)
downloadinkscape-7751440fc80831c41fa95035469eeb920fa45625.tar.gz
inkscape-7751440fc80831c41fa95035469eeb920fa45625.zip
Fix for 1067819 : Changing gradient name does not dirty the document (trunk)
(bzr r11825)
Diffstat (limited to 'src/widgets/gradient-selector.h')
-rw-r--r--src/widgets/gradient-selector.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/widgets/gradient-selector.h b/src/widgets/gradient-selector.h
index f7cc3cc14..01c18a48d 100644
--- a/src/widgets/gradient-selector.h
+++ b/src/widgets/gradient-selector.h
@@ -61,7 +61,7 @@ struct SPGradientSelector {
/* Tree */
bool _checkForSelected(const Gtk::TreePath& path, const Gtk::TreeIter& iter, SPGradient *vector);
void onTreeSelection();
- void onTreeEdited( const Glib::ustring& path_string, const Glib::ustring& new_text);
+ void onGradientRename( const Glib::ustring& path_string, const Glib::ustring& new_text);
void onTreeNameColClick();
void onTreeColorColClick();
void onTreeCountColClick();