blob: ad49f7c3a8581926a6f1327dd34b8b1eae876c98 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<toggleable_menu
layout="topleft"
left="0"
mouse_opaque="false"
name="menu_create"
visible="false">
<menu_item_call
label="Landmark current location"
layout="topleft"
name="add_landmark">
<on_click
function="Places.LandmarksGear.Add.Action"
parameter="add_landmark_root" />
<on_enable
function="Places.LandmarksGear.Enable"
parameter="add_landmark_root" />
</menu_item_call>
<menu_item_call
label="Create folder"
layout="topleft"
name="add_folder">
<on_click
function="Places.LandmarksGear.Add.Action"
parameter="category_root" />
<on_enable
function="Places.LandmarksGear.Enable"
parameter="category_root" />
</menu_item_call>
</toggleable_menu>
|