1<?xml version="1.0" encoding="UTF-8"?>
2<!-- Generated with glade 3.18.3 -->
3<interface>
4  <requires lib="gtk+" version="3.10"/>
5  <object class="GtkImage" id="image3">
6    <property name="visible">True</property>
7    <property name="can_focus">False</property>
8    <property name="icon_name">network-idle</property>
9  </object>
10  <object class="GtkGrid" id="preferences_pane">
11    <property name="visible">True</property>
12    <property name="can_focus">False</property>
13    <property name="row_spacing">4</property>
14    <property name="column_spacing">2</property>
15    <child>
16      <object class="GtkLabel" id="label1">
17        <property name="visible">True</property>
18        <property name="can_focus">False</property>
19        <property name="halign">start</property>
20        <property name="label" translatable="yes">API key:</property>
21      </object>
22      <packing>
23        <property name="left_attach">0</property>
24        <property name="top_attach">0</property>
25      </packing>
26    </child>
27    <child>
28      <object class="GtkEntry" id="plugin/lastfmlove/api_key">
29        <property name="visible">True</property>
30        <property name="can_focus">True</property>
31        <property name="invisible_char">●</property>
32      </object>
33      <packing>
34        <property name="left_attach">1</property>
35        <property name="top_attach">0</property>
36      </packing>
37    </child>
38    <child>
39      <object class="GtkLabel" id="label2">
40        <property name="visible">True</property>
41        <property name="can_focus">False</property>
42        <property name="halign">start</property>
43        <property name="label" translatable="yes">Secret:</property>
44      </object>
45      <packing>
46        <property name="left_attach">0</property>
47        <property name="top_attach">1</property>
48      </packing>
49    </child>
50    <child>
51      <object class="GtkEntry" id="plugin/lastfmlove/api_secret">
52        <property name="visible">True</property>
53        <property name="can_focus">True</property>
54        <property name="invisible_char">●</property>
55      </object>
56      <packing>
57        <property name="left_attach">1</property>
58        <property name="top_attach">1</property>
59      </packing>
60    </child>
61    <child>
62      <object class="GtkButton" id="plugin/lastfmlove/request_access_permission">
63        <property name="label" translatable="yes">_Request Access Permission</property>
64        <property name="use_action_appearance">False</property>
65        <property name="visible">True</property>
66        <property name="can_focus">True</property>
67        <property name="receives_default">True</property>
68        <property name="image">image3</property>
69        <property name="use_underline">True</property>
70        <property name="always_show_image">True</property>
71      </object>
72      <packing>
73        <property name="left_attach">0</property>
74        <property name="top_attach">2</property>
75        <property name="width">2</property>
76      </packing>
77    </child>
78    <child>
79      <object class="GtkImage" id="image1">
80        <property name="visible">True</property>
81        <property name="can_focus">False</property>
82        <property name="icon_name">dialog-information</property>
83        <property name="icon_size">6</property>
84      </object>
85      <packing>
86        <property name="left_attach">0</property>
87        <property name="top_attach">3</property>
88      </packing>
89    </child>
90    <child>
91      <object class="GtkLabel" id="label3">
92        <property name="visible">True</property>
93        <property name="can_focus">False</property>
94        <property name="halign">start</property>
95        <property name="label" translatable="yes" comments="TRANSLATORS: Get the link title from the Last.fm page title">Go to &lt;b&gt;&lt;a href="http://www.last.fm/api/account"&gt;Your API Account&lt;/a&gt;&lt;/b&gt; page to get an &lt;b&gt;API key&lt;/b&gt; and &lt;b&gt;secret&lt;/b&gt; and enter them here. After you have entered these, &lt;b&gt;request access permission&lt;/b&gt; and confirm to complete the setup.</property>
96        <property name="use_markup">True</property>
97        <property name="wrap">True</property>
98      </object>
99      <packing>
100        <property name="left_attach">1</property>
101        <property name="top_attach">3</property>
102      </packing>
103    </child>
104  </object>
105</interface>
106