Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStijn Buys <ingar@osirion.org>2012-02-26 11:18:00 +0000
committerStijn Buys <ingar@osirion.org>2012-02-26 11:18:00 +0000
commit0921b67bca379566478979e61207efbf179ee055 (patch)
tree6f665190ac8b49db66cc9897fe6bb95cd0f95a00 /src/sidebar.cc
parent704a6c280bb14bf12292d9feb74d3383565a414b (diff)
Corrected MdiChild focus issues when opening more than one file,
enable or disable menu options when approriate.
Diffstat (limited to 'src/sidebar.cc')
-rw-r--r--src/sidebar.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sidebar.cc b/src/sidebar.cc
index ed757d4..9412dc9 100644
--- a/src/sidebar.cc
+++ b/src/sidebar.cc
@@ -250,7 +250,7 @@ void SideBar::updateEntityTemplateType(int template_type)
}
}
-void SideBar::UpdateEntityTemplateLabel(const QString &template_label)
+void SideBar::updateEntityTemplateLabel(const QString &template_label)
{
if (last_selected) {
last_selected->set_template_label(template_label);