summaryrefslogtreecommitdiffstats
path: root/src/live_effects/effect.h
diff options
context:
space:
mode:
authorJabier Arraiza <jabier.arraiza@marker.es>2017-09-22 16:00:59 +0000
committerJabier Arraiza <jabier.arraiza@marker.es>2017-09-22 16:00:59 +0000
commit1711a79b8604d9e6d936e25eaf966154ff122483 (patch)
treef03084c6e81d58583f1ff705b9392a8d215643aa /src/live_effects/effect.h
parentAdd some sugesstions and fixes from CR to measure segments (diff)
downloadinkscape-1711a79b8604d9e6d936e25eaf966154ff122483.tar.gz
inkscape-1711a79b8604d9e6d936e25eaf966154ff122483.zip
Add tooltip to set default LPE widget
Diffstat (limited to 'src/live_effects/effect.h')
-rw-r--r--src/live_effects/effect.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/live_effects/effect.h b/src/live_effects/effect.h
index e353eba23..d0024f877 100644
--- a/src/live_effects/effect.h
+++ b/src/live_effects/effect.h
@@ -181,8 +181,8 @@ protected:
std::vector<Geom::Point> selectedNodesPoints;
private:
- void setDefaultParam(Glib::ustring pref_path, gchar * value, Gtk::Button *set , Gtk::Button *unset);
- void unsetDefaultParam(Glib::ustring pref_path, Gtk::Button *set , Gtk::Button *unset);
+ void setDefaultParam(Glib::ustring pref_path, Glib::ustring par, gchar * value, gchar * defvalue, Gtk::Label *parameter_label, Gtk::Button *set , Gtk::Button *unset);
+ void unsetDefaultParam(Glib::ustring pref_path, Glib::ustring par, gchar * value, gchar * defvalue, Gtk::Label *parameter_label, Gtk::Button *set , Gtk::Button *unset);
bool provides_own_flash_paths; // if true, the standard flash path is suppressed
bool is_ready;