Code

r15556@tres: ted | 2007-06-08 08:57:40 -0700
[inkscape.git] / src / extension / prefdialog.cpp
index db9d6b7d7345ce5322a93a3ebf4939419223cbb4..7c3b766391735df675158ced38c8ee370cade300 100644 (file)
@@ -79,6 +79,16 @@ PrefDialog::run (void) {
     return resp;
 }
 
+void
+PrefDialog::setPreviewState (Glib::ustring state) {
+
+}
+
+void
+PrefDialog::setPinned (bool in_pin) {
+    set_modal(!in_pin);
+}
+
 }; }; /* namespace Inkscape, Extension */
 
 /*