Bump version to 0.3.10.

Update changelog.
Change most of qDebug() meant to be errors to qWarning().
This commit is contained in:
codestation
2015-03-15 16:09:36 -04:30
parent 659d72bced
commit 861a1b9a69
11 changed files with 26 additions and 17 deletions

View File

@@ -163,7 +163,7 @@ void UnityIndicator::init()
app_indicator_set_icon_theme_path(m_indicator, qPrintable(icon_path));
}
else
qDebug() << "Cannot find qcma icons.";
qWarning() << "Cannot find qcma icons.";
app_indicator_set_status(m_indicator, APP_INDICATOR_STATUS_ACTIVE);
app_indicator_set_menu(m_indicator, GTK_MENU(menu));