summaryrefslogtreecommitdiffstats
path: root/src/ui
diff options
context:
space:
mode:
authorChristophe Lebras <christophe.lebras@gmail.com>2017-07-02 13:29:50 +0000
committerChristophe Lebras <christophe.lebras@gmail.com>2017-07-02 13:29:50 +0000
commit39b41c925b4be0944724a5a9332a9a6d80faf86d (patch)
treef143971e43390d0237db7f0e1c1fbd3302aba832 /src/ui
parentManage template informations (diff)
downloadinkscape-39b41c925b4be0944724a5a9332a9a6d80faf86d.tar.gz
inkscape-39b41c925b4be0944724a5a9332a9a6d80faf86d.zip
Skip empty template information
Diffstat (limited to 'src/ui')
-rw-r--r--src/ui/dialog/save-template-dialog.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/ui/dialog/save-template-dialog.cpp b/src/ui/dialog/save-template-dialog.cpp
index cf37feb3b..5b7540039 100644
--- a/src/ui/dialog/save-template-dialog.cpp
+++ b/src/ui/dialog/save-template-dialog.cpp
@@ -13,10 +13,6 @@ namespace Inkscape {
namespace UI {
namespace Dialog {
-//TODO: Tooltips
-//TODO: Sanitize filename
-//TODO: Check empty fields
-
SaveTemplate::SaveTemplate() :
Gtk::Dialog(_("Save Document as Template")),
name_label(_("Name: "), Gtk::ALIGN_START),