Skip to content

Commit

Permalink
Merge branch 'homerun/1.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
eikehein committed Mar 22, 2014
2 parents 6a57c8c + f0d462e commit 260f6ef
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
5 changes: 5 additions & 0 deletions NEWS
@@ -1,3 +1,8 @@
# 2014.03.22 - 1.2.2

- Fixed a bug causing icon setting changes from the configuration dialog of
the Homerun Launcher applet to fail.

# 2014.03.21 - 1.2.1

- Fixed a bug causing duplicates to appear in the "All Applications" section
Expand Down
2 changes: 2 additions & 0 deletions fullscreen/applet/homerunlauncher.cpp
Expand Up @@ -138,6 +138,8 @@ void HomerunLauncher::createConfigurationInterface(KConfigDialog *parent)
{
QWidget *widget = new QWidget;
m_generalUi.setupUi(widget);
connect(parent, SIGNAL(applyClicked()), this, SLOT(configAccepted()));
connect(parent, SIGNAL(okClicked()), this, SLOT(configAccepted()));
parent->addPage(widget, i18n("General"), "homerun");

m_generalUi.iconButton->setIcon(m_icon->icon());
Expand Down
2 changes: 2 additions & 0 deletions kicker/package/metadata.desktop.cmake
Expand Up @@ -17,6 +17,7 @@ Name[pt_BR]=Homerun Kicker
Name[sk]=Spúšťač Homerun
Name[sl]=Majhen zaganjalnik Homerun
Name[sv]=Homerun startprogram
Name[tr]=Homerun Kicker
Name[uk]=Меню Homerun
Name[x-test]=xxHomerun Kickerxx
Comment=Non-fullscreen version of Homerun
Expand All @@ -36,6 +37,7 @@ Comment[pt_BR]=Versão do Homerun em janela
Comment[sk]=Neplnoobrazovková verzia Homerun
Comment[sl]=Različica Homeruna, ki ni celozaslonska
Comment[sv]=Version av Homerun utan fullskärmsläge
Comment[tr]=Homerun'ın tam ekran olmayan sürümü
Comment[uk]=Неповноекранна версія Homerun
Comment[x-test]=xxNon-fullscreen version of Homerunxx

Expand Down

0 comments on commit 260f6ef

Please sign in to comment.