diff options
| author | Nicolas Dufour <nicoduf@yahoo.fr> | 2013-12-27 16:23:21 +0000 |
|---|---|---|
| committer | JazzyNico <nicoduf@yahoo.fr> | 2013-12-27 16:23:21 +0000 |
| commit | f8d98a0dc280ab442c320be8bab643fcb5aebf04 (patch) | |
| tree | 596cf0c82d105b591853159cbf2463997e6e21f2 /src/ui/dialog/new-from-template.cpp | |
| parent | Fix for bug #1204732 (Inkscape crashed with SIGABRT in __gnu_cxx::__verbose_t... (diff) | |
| download | inkscape-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.cpp | 2 |
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(); |
