summaryrefslogtreecommitdiffstats
path: root/src/templates/template-load-tab.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/templates/template-load-tab.cpp')
-rw-r--r--src/templates/template-load-tab.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/templates/template-load-tab.cpp b/src/templates/template-load-tab.cpp
index d5fcd18ca..febbb3be6 100644
--- a/src/templates/template-load-tab.cpp
+++ b/src/templates/template-load-tab.cpp
@@ -7,7 +7,8 @@ namespace Inkscape {
namespace UI {
-TemplateLoadTab::TemplateLoadTab()
+TemplateLoadTab::TemplateLoadTab() :
+ _keywordsCombo(true)
{
set_border_width(10);
@@ -66,7 +67,6 @@ void TemplateLoadTab::_displayTemplateInfo()
void TemplateLoadTab::_initKeywordsList()
{
_keywordsCombo.append_text("All");
- _keywordsCombo.set_active_text("All");
for (int i = 0 ; i < 10 ; ++i) {
_keywordsCombo.append_text( "Keyword" + Glib::ustring::format(i));