summaryrefslogtreecommitdiffstats
path: root/src/ui
diff options
context:
space:
mode:
authorJabier Arraiza <jabier.arraiza@marker.es>2017-10-27 23:38:54 +0000
committerJabier Arraiza <jabier.arraiza@marker.es>2017-10-27 23:38:54 +0000
commita8663be9f9ba3e0b3f3d777b024fa60405ba6464 (patch)
treef2fea260b6e3ca36ba42743f7a47a84530281a57 /src/ui
parentFix simbols dialog expand, Fix add symbols to document on global search (diff)
parentProtect against missing "id". (diff)
downloadinkscape-a8663be9f9ba3e0b3f3d777b024fa60405ba6464.tar.gz
inkscape-a8663be9f9ba3e0b3f3d777b024fa60405ba6464.zip
Merge branch 'master' into SymbolsSearch
Diffstat (limited to 'src/ui')
-rw-r--r--src/ui/dialog/prototype.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ui/dialog/prototype.cpp b/src/ui/dialog/prototype.cpp
index b3bf60aab..b7c9f7abf 100644
--- a/src/ui/dialog/prototype.cpp
+++ b/src/ui/dialog/prototype.cpp
@@ -22,6 +22,8 @@ namespace Inkscape {
namespace UI {
namespace Dialog {
+// Note that in order for a dialog to be restored, it must be listed in SPDesktop::show_dialogs().
+
Prototype::Prototype() :
// UI::Widget::Panel("Prototype Label", "/dialogs/prototype", SP_VERB_DIALOG_PROTOTYPE,
// "Prototype Apply Label", true),