summaryrefslogtreecommitdiffstats
path: root/src/ui/dialog/new-from-template.cpp
diff options
context:
space:
mode:
authorNicolas Dufour <nicoduf@yahoo.fr>2013-12-27 16:23:21 +0000
committerJazzyNico <nicoduf@yahoo.fr>2013-12-27 16:23:21 +0000
commitf8d98a0dc280ab442c320be8bab643fcb5aebf04 (patch)
tree596cf0c82d105b591853159cbf2463997e6e21f2 /src/ui/dialog/new-from-template.cpp
parentFix for bug #1204732 (Inkscape crashed with SIGABRT in __gnu_cxx::__verbose_t... (diff)
downloadinkscape-f8d98a0dc280ab442c320be8bab643fcb5aebf04.tar.gz
inkscape-f8d98a0dc280ab442c320be8bab643fcb5aebf04.zip
Fix for bug #1236282 (add full keyboard navigation support for new templates dialog).
Fixed bugs: - https://launchpad.net/bugs/1236282 (bzr r12862)
Diffstat (limited to 'src/ui/dialog/new-from-template.cpp')
-rw-r--r--src/ui/dialog/new-from-template.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/dialog/new-from-template.cpp b/src/ui/dialog/new-from-template.cpp
index 2595e2cf5..177f15195 100644
--- a/src/ui/dialog/new-from-template.cpp
+++ b/src/ui/dialog/new-from-template.cpp
@@ -34,7 +34,7 @@ NewFromTemplate::NewFromTemplate()
align->set_padding(0, 0, 0, 15);
align->add(_create_template_button);
- _create_template_button.signal_pressed().connect(
+ _create_template_button.signal_clicked().connect(
sigc::mem_fun(*this, &NewFromTemplate::_createFromTemplate));
show_all();