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/template-widget.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/template-widget.cpp')
| -rw-r--r-- | src/ui/dialog/template-widget.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/dialog/template-widget.cpp b/src/ui/dialog/template-widget.cpp index 898903f2b..d1697244e 100644 --- a/src/ui/dialog/template-widget.cpp +++ b/src/ui/dialog/template-widget.cpp @@ -53,7 +53,7 @@ TemplateWidget::TemplateWidget() pack_end(_short_description_label, Gtk::PACK_SHRINK, 5); - _more_info_button.signal_pressed().connect( + _more_info_button.signal_clicked().connect( sigc::mem_fun(*this, &TemplateWidget::_displayTemplateDetails)); } |
