summaryrefslogtreecommitdiffstats
path: root/utils/themeeditor
diff options
context:
space:
mode:
authorDominik Riebeling <Dominik.Riebeling@gmail.com>2020-09-02 22:10:38 +0200
committerDominik Riebeling <Dominik.Riebeling@gmail.com>2020-09-03 18:45:48 +0200
commit3ff7dc75a1b4c30894e6ecaa98317b253fa3034c (patch)
treee1be9e15cad04fab59482cb530adb68b95236f43 /utils/themeeditor
parent546212a977270c3a8e8b8c0e2b5fd30ed612ddc5 (diff)
downloadrockbox-3ff7dc75a1b4c30894e6ecaa98317b253fa3034c.tar.gz
rockbox-3ff7dc75a1b4c30894e6ecaa98317b253fa3034c.zip
themeeditor: Fix menu Quit entry not working.
Change-Id: Ib527b4b4a7b450dee713dea93eaf93d85c0d4bfd
Diffstat (limited to 'utils/themeeditor')
-rw-r--r--utils/themeeditor/gui/editorwindow.ui2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/themeeditor/gui/editorwindow.ui b/utils/themeeditor/gui/editorwindow.ui
index 65f6f7e528..5bcea98c5c 100644
--- a/utils/themeeditor/gui/editorwindow.ui
+++ b/utils/themeeditor/gui/editorwindow.ui
@@ -491,7 +491,7 @@
<connections>
<connection>
<sender>actionQuit</sender>
- <signal>activated()</signal>
+ <signal>triggered()</signal>
<receiver>EditorWindow</receiver>
<slot>close()</slot>
<hints>