Code

reorganize flow, prevent infinite loop, fixes #1509854
[inkscape.git] / src / ui / widget / preferences-widget.cpp
index b53db0512930a522baf9fc22e769bdfa0a77c98a..c45952c839aea9762f5406fbd67cfdd978867790 100644 (file)
@@ -121,6 +121,11 @@ void DialogPage::add_group_header(Glib::ustring name)
     }
 }
 
+void DialogPage::set_tip(Gtk::Widget& widget, const Glib::ustring& tip)
+{
+    _tooltips.set_tip (widget, tip);
+}
+
 void PrefCheckButton::init(const Glib::ustring& label, const std::string& prefs_path, const std::string& attr, 
                            bool default_value)
 {