diff options
| author | John Smith <john.smith7545@yahoo.com> | 2012-10-24 08:48:02 +0000 |
|---|---|---|
| committer | John Smith <john.smith7545@yahoo.com> | 2012-10-24 08:48:02 +0000 |
| commit | 7751440fc80831c41fa95035469eeb920fa45625 (patch) | |
| tree | 3ccf1ef08f8a043d273a982598bf2e571f64641e /src/widgets/gradient-selector.h | |
| parent | extensions. function plotter. prevent divide by zero. (Bug 1064863) (diff) | |
| download | inkscape-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.h | 2 |
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(); |
