[gnome-boxes] topbar: Connect selection menu items to correct actions
- From: Zeeshan Ali Khattak <zeeshanak src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-boxes] topbar: Connect selection menu items to correct actions
- Date: Thu, 20 Feb 2014 22:50:29 +0000 (UTC)
commit acc7fffdf93be7c3b8b7e37902500f360aa4eade
Author: Zeeshan Ali (Khattak) <zeeshanak gnome org>
Date: Thu Feb 20 22:50:21 2014 +0000
topbar: Connect selection menu items to correct actions
This fixes a typo from 73952dc and makes the selection menu items
working again.
data/ui/topbar.ui | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/data/ui/topbar.ui b/data/ui/topbar.ui
index 3774882..0162af2 100644
--- a/data/ui/topbar.ui
+++ b/data/ui/topbar.ui
@@ -379,16 +379,16 @@
<menu id="selection-menu">
<section>
<item>
- <attribute name="action">win.select-all</attribute>
+ <attribute name="action">app.select-all</attribute>
<attribute name="label" translatable="yes">Select All</attribute>
<attribute name="accel"><Primary>a</attribute>
</item>
<item>
- <attribute name="action">win.select-running</attribute>
+ <attribute name="action">app.select-running</attribute>
<attribute name="label" translatable="yes">Select Running</attribute>
</item>
<item>
- <attribute name="action">win.select-none</attribute>
+ <attribute name="action">app.select-none</attribute>
<attribute name="label" translatable="yes">Select None</attribute>
</item>
</section>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]