aboutsummaryrefslogtreecommitdiff
path: root/src/desktop.vala
diff options
context:
space:
mode:
Diffstat (limited to 'src/desktop.vala')
-rw-r--r--src/desktop.vala4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/desktop.vala b/src/desktop.vala
index 4a10db8..17d7cb6 100644
--- a/src/desktop.vala
+++ b/src/desktop.vala
@@ -59,7 +59,7 @@ class Desktop: Profile
actions += create_send_file_action ();
actions += create_show_settings_action ();
foreach (var a in actions)
- action_group.insert (a);
+ action_group.add_action (a);
build_menu ();
@@ -112,7 +112,7 @@ class Desktop: Profile
=> bluetooth.set_device_connected (id, a.get_state().get_boolean()));
connect_actions.insert (device.id, a);
- action_group.insert (a);
+ action_group.add_action (a);
}
else
{