~ubuntu-branches/ubuntu/oneiric/rhythmbox/oneiric

« back to all changes in this revision

Viewing changes to plugins/magnatune/magnatune-prefs.ui

  • Committer: Bazaar Package Importer
  • Author(s): Rico Tzschichholz
  • Date: 2011-07-29 16:41:38 UTC
  • mto: This revision was merged to the branch mainline in revision 191.
  • Revision ID: james.westby@ubuntu.com-20110729164138-wwicy8nqalm18ck7
Tags: upstream-2.90.1~20110802
ImportĀ upstreamĀ versionĀ 2.90.1~20110802

Show diffs side-by-side

added added

removed removed

Lines of Context:
119
119
      </row>
120
120
    </data>
121
121
  </object>
122
 
  <object class="GtkDialog" id="preferences_dialog">
 
122
  <object class="GtkVBox" id="magnatune_vbox">
123
123
    <property name="visible">True</property>
124
 
    <property name="title" translatable="yes">Magnatune Preferences</property>
125
 
    <property name="type_hint">dialog</property>
126
 
    <child internal-child="vbox">
127
 
      <object class="GtkVBox" id="dialog-vbox1">
128
 
        <property name="visible">True</property>
129
 
        <child>
130
 
          <object class="GtkVBox" id="magnatune_vbox">
131
 
            <property name="visible">True</property>
132
 
            <property name="border_width">5</property>
133
 
            <property name="spacing">18</property>
 
124
    <property name="border_width">5</property>
 
125
    <property name="orientation">vertical</property>
 
126
    <property name="spacing">18</property>
 
127
    <child>
 
128
      <object class="GtkImage" id="image1">
 
129
        <property name="visible">True</property>
 
130
        <property name="pixbuf">magnatune_logo_color_small.png</property>
 
131
      </object>
 
132
      <packing>
 
133
        <property name="position">0</property>
 
134
      </packing>
 
135
    </child>
 
136
    <child>
 
137
      <object class="GtkVBox" id="account_details_box">
 
138
        <property name="visible">True</property>
 
139
        <property name="orientation">vertical</property>
 
140
        <property name="spacing">6</property>
 
141
        <child>
 
142
          <object class="GtkLabel" id="magnatune_label">
 
143
            <property name="visible">True</property>
 
144
            <property name="xalign">0</property>
 
145
            <property name="label" translatable="yes">Magnatune Information</property>
 
146
          </object>
 
147
          <packing>
 
148
            <property name="expand">False</property>
 
149
            <property name="fill">False</property>
 
150
            <property name="position">0</property>
 
151
          </packing>
 
152
        </child>
 
153
        <child>
 
154
          <object class="GtkVBox" id="vbox1">
 
155
            <property name="visible">True</property>
 
156
            <property name="orientation">vertical</property>
134
157
            <child>
135
 
              <object class="GtkImage" id="image1">
 
158
              <object class="GtkRadioButton" id="no_account_radio">
 
159
                <property name="label" translatable="yes">I don't have a Magnatune account</property>
136
160
                <property name="visible">True</property>
137
 
                <property name="pixbuf">magnatune_logo_color_small.png</property>
 
161
                <property name="can_focus">True</property>
 
162
                <property name="receives_default">False</property>
 
163
                <property name="active">True</property>
 
164
                <property name="draw_indicator">True</property>
 
165
                <signal name="toggled" handler="rb_magnatune_radio_account_toggled_cb"/>
138
166
              </object>
139
167
              <packing>
140
168
                <property name="position">0</property>
141
169
              </packing>
142
170
            </child>
143
171
            <child>
144
 
              <object class="GtkVBox" id="account_details_box">
 
172
              <object class="GtkRadioButton" id="stream_account_radio">
 
173
                <property name="label" translatable="yes">I have a streaming account</property>
145
174
                <property name="visible">True</property>
146
 
                <property name="spacing">6</property>
147
 
                <child>
148
 
                  <object class="GtkLabel" id="magnatune_label">
149
 
                    <property name="visible">True</property>
150
 
                    <property name="xalign">0</property>
151
 
                    <property name="label" translatable="yes">Magnatune Information</property>
152
 
                  </object>
153
 
                  <packing>
154
 
                    <property name="expand">False</property>
155
 
                    <property name="fill">False</property>
156
 
                    <property name="position">0</property>
157
 
                  </packing>
158
 
                </child>
159
 
                <child>
160
 
                  <object class="GtkVBox" id="vbox1">
161
 
                    <property name="visible">True</property>
162
 
                    <property name="orientation">vertical</property>
163
 
                    <child>
164
 
                      <object class="GtkRadioButton" id="no_account_radio">
165
 
                        <property name="label" translatable="yes">I don't have a Magnatune account</property>
166
 
                        <property name="visible">True</property>
167
 
                        <property name="can_focus">True</property>
168
 
                        <property name="receives_default">False</property>
169
 
                        <property name="active">True</property>
170
 
                        <property name="draw_indicator">True</property>
171
 
                        <signal name="toggled" handler="rb_magnatune_radio_account_toggled_cb"/>
172
 
                      </object>
173
 
                      <packing>
174
 
                        <property name="position">0</property>
175
 
                      </packing>
176
 
                    </child>
177
 
                    <child>
178
 
                      <object class="GtkRadioButton" id="stream_account_radio">
179
 
                        <property name="label" translatable="yes">I have a streaming account</property>
180
 
                        <property name="visible">True</property>
181
 
                        <property name="can_focus">True</property>
182
 
                        <property name="receives_default">False</property>
183
 
                        <property name="active">True</property>
184
 
                        <property name="draw_indicator">True</property>
185
 
                        <property name="group">no_account_radio</property>
186
 
                        <signal name="toggled" handler="rb_magnatune_radio_account_toggled_cb"/>
187
 
                      </object>
188
 
                      <packing>
189
 
                        <property name="position">1</property>
190
 
                      </packing>
191
 
                    </child>
192
 
                    <child>
193
 
                      <object class="GtkRadioButton" id="download_account_radio">
194
 
                        <property name="label" translatable="yes">I have a download account</property>
195
 
                        <property name="visible">True</property>
196
 
                        <property name="can_focus">True</property>
197
 
                        <property name="receives_default">False</property>
198
 
                        <property name="active">True</property>
199
 
                        <property name="draw_indicator">True</property>
200
 
                        <property name="group">no_account_radio</property>
201
 
                        <signal name="toggled" handler="rb_magnatune_radio_account_toggled_cb"/>
202
 
                      </object>
203
 
                      <packing>
204
 
                        <property name="position">2</property>
205
 
                      </packing>
206
 
                    </child>
207
 
                    <child>
208
 
                      <object class="GtkTable" id="table1">
209
 
                        <property name="visible">True</property>
210
 
                        <property name="n_rows">2</property>
211
 
                        <property name="n_columns">2</property>
212
 
                        <child>
213
 
                          <object class="GtkLabel" id="username_label">
214
 
                            <property name="visible">True</property>
215
 
                            <property name="label" translatable="yes">Username:</property>
216
 
                          </object>
217
 
                        </child>
218
 
                        <child>
219
 
                          <object class="GtkLabel" id="password_label">
220
 
                            <property name="visible">True</property>
221
 
                            <property name="label" translatable="yes">Password:</property>
222
 
                          </object>
223
 
                          <packing>
224
 
                            <property name="top_attach">1</property>
225
 
                            <property name="bottom_attach">2</property>
226
 
                          </packing>
227
 
                        </child>
228
 
                        <child>
229
 
                          <object class="GtkEntry" id="username_entry">
230
 
                            <property name="visible">True</property>
231
 
                            <property name="can_focus">True</property>
232
 
                            <property name="invisible_char">&#x25CF;</property>
233
 
                            <signal name="changed" handler="rb_magnatune_username_changed_cb"/>
234
 
                          </object>
235
 
                          <packing>
236
 
                            <property name="left_attach">1</property>
237
 
                            <property name="right_attach">2</property>
238
 
                          </packing>
239
 
                        </child>
240
 
                        <child>
241
 
                          <object class="GtkEntry" id="password_entry">
242
 
                            <property name="visible">True</property>
243
 
                            <property name="can_focus">True</property>
244
 
                            <property name="visibility">False</property>
245
 
                            <property name="invisible_char">&#x25CF;</property>
246
 
                            <signal name="changed" handler="rb_magnatune_password_changed_cb"/>
247
 
                          </object>
248
 
                          <packing>
249
 
                            <property name="left_attach">1</property>
250
 
                            <property name="right_attach">2</property>
251
 
                            <property name="top_attach">1</property>
252
 
                            <property name="bottom_attach">2</property>
253
 
                          </packing>
254
 
                        </child>
255
 
                      </object>
256
 
                      <packing>
257
 
                        <property name="position">3</property>
258
 
                      </packing>
259
 
                    </child>
260
 
                  </object>
261
 
                  <packing>
262
 
                    <property name="position">1</property>
263
 
                  </packing>
264
 
                </child>
 
175
                <property name="can_focus">True</property>
 
176
                <property name="receives_default">False</property>
 
177
                <property name="draw_indicator">True</property>
 
178
                <property name="group">no_account_radio</property>
 
179
                <signal name="toggled" handler="rb_magnatune_radio_account_toggled_cb"/>
265
180
              </object>
266
181
              <packing>
267
 
                <property name="expand">False</property>
268
 
                <property name="fill">False</property>
269
182
                <property name="position">1</property>
270
183
              </packing>
271
184
            </child>
272
185
            <child>
273
 
              <object class="GtkHBox" id="hbox21">
 
186
              <object class="GtkRadioButton" id="download_account_radio">
 
187
                <property name="label" translatable="yes">I have a download account</property>
274
188
                <property name="visible">True</property>
275
 
                <child>
276
 
                  <object class="GtkLabel" id="audio_label">
277
 
                    <property name="visible">True</property>
278
 
                    <property name="xpad">8</property>
279
 
                    <property name="label" translatable="yes">Preferred audio _format:</property>
280
 
                    <property name="use_underline">True</property>
281
 
                    <property name="mnemonic_widget">audio_combobox</property>
282
 
                  </object>
283
 
                  <packing>
284
 
                    <property name="expand">False</property>
285
 
                    <property name="fill">False</property>
286
 
                    <property name="position">0</property>
287
 
                  </packing>
288
 
                </child>
289
 
                <child>
290
 
                  <object class="GtkComboBox" id="audio_combobox">
291
 
                    <property name="visible">True</property>
292
 
                    <property name="model">model3</property>
293
 
                    <signal name="changed" handler="rb_magnatune_audio_combobox_changed_cb"/>
294
 
                    <child>
295
 
                      <object class="GtkCellRendererText" id="renderer3"/>
296
 
                      <attributes>
297
 
                        <attribute name="text">0</attribute>
298
 
                      </attributes>
299
 
                    </child>
300
 
                  </object>
301
 
                  <packing>
302
 
                    <property name="expand">False</property>
303
 
                    <property name="position">1</property>
304
 
                  </packing>
305
 
                </child>
 
189
                <property name="can_focus">True</property>
 
190
                <property name="receives_default">False</property>
 
191
                <property name="draw_indicator">True</property>
 
192
                <property name="group">no_account_radio</property>
 
193
                <signal name="toggled" handler="rb_magnatune_radio_account_toggled_cb"/>
306
194
              </object>
307
195
              <packing>
308
196
                <property name="position">2</property>
309
197
              </packing>
310
198
            </child>
311
199
            <child>
312
 
              <object class="GtkVBox" id="vbox14">
 
200
              <object class="GtkTable" id="table1">
313
201
                <property name="visible">True</property>
314
 
                <child>
315
 
                  <object class="GtkHBox" id="hbox23">
316
 
                    <property name="visible">True</property>
317
 
                    <child>
318
 
                      <object class="GtkLabel" id="label57">
319
 
                        <property name="visible">True</property>
320
 
                        <property name="label" translatable="yes">Get an account at </property>
321
 
                      </object>
322
 
                      <packing>
323
 
                        <property name="expand">False</property>
324
 
                        <property name="fill">False</property>
325
 
                        <property name="position">0</property>
326
 
                      </packing>
327
 
                    </child>
328
 
                    <child>
329
 
                      <object class="GtkLinkButton" id="href1">
330
 
                        <property name="label" translatable="yes">http://magnatune.com/compare_plans</property>
331
 
                        <property name="visible">True</property>
332
 
                        <property name="can_focus">True</property>
333
 
                        <property name="receives_default">False</property>
334
 
                        <property name="uri">http://magnatune.com/compare_plans?referal_id=rhythmbox</property>
335
 
                      </object>
336
 
                      <packing>
337
 
                        <property name="expand">False</property>
338
 
                        <property name="fill">False</property>
339
 
                        <property name="position">1</property>
340
 
                      </packing>
341
 
                    </child>
342
 
                  </object>
343
 
                  <packing>
344
 
                    <property name="position">0</property>
345
 
                  </packing>
346
 
                </child>
347
 
                <child>
348
 
                  <object class="GtkHBox" id="hbox15">
349
 
                    <property name="visible">True</property>
350
 
                    <child>
351
 
                      <object class="GtkLabel" id="label21">
352
 
                        <property name="visible">True</property>
353
 
                        <property name="label" translatable="yes">Find out about Magnatune at </property>
354
 
                        <property name="use_underline">True</property>
355
 
                        <property name="mnemonic_widget">magnatune_link</property>
356
 
                      </object>
357
 
                      <packing>
358
 
                        <property name="expand">False</property>
359
 
                        <property name="fill">False</property>
360
 
                        <property name="position">0</property>
361
 
                      </packing>
362
 
                    </child>
363
 
                    <child>
364
 
                      <object class="GtkLinkButton" id="magnatune_link">
365
 
                        <property name="label" translatable="yes">http://www.magnatune.com/info/</property>
366
 
                        <property name="visible">True</property>
367
 
                        <property name="can_focus">True</property>
368
 
                        <property name="receives_default">False</property>
369
 
                        <property name="uri">http://www.magnatune.com/info/</property>
370
 
                      </object>
371
 
                      <packing>
372
 
                        <property name="expand">False</property>
373
 
                        <property name="fill">False</property>
374
 
                        <property name="position">1</property>
375
 
                      </packing>
376
 
                    </child>
377
 
                  </object>
378
 
                  <packing>
379
 
                    <property name="position">1</property>
380
 
                  </packing>
381
 
                </child>
382
 
                <child>
383
 
                  <object class="GtkHBox" id="hbox17">
384
 
                    <property name="visible">True</property>
385
 
                    <child>
386
 
                      <object class="GtkLabel" id="label27">
387
 
                        <property name="visible">True</property>
388
 
                        <property name="label" translatable="yes">Redownload purchased music at </property>
389
 
                        <property name="use_underline">True</property>
390
 
                        <property name="mnemonic_widget">redownload_link</property>
391
 
                      </object>
392
 
                      <packing>
393
 
                        <property name="expand">False</property>
394
 
                        <property name="fill">False</property>
395
 
                        <property name="position">0</property>
396
 
                      </packing>
397
 
                    </child>
398
 
                    <child>
399
 
                      <object class="GtkLinkButton" id="redownload_link">
400
 
                        <property name="label" translatable="yes">http://www.magnatune.com/info/redownload</property>
401
 
                        <property name="visible">True</property>
402
 
                        <property name="can_focus">True</property>
403
 
                        <property name="receives_default">False</property>
404
 
                        <property name="uri">http://www.magnatune.com/info/redownload</property>
405
 
                      </object>
406
 
                      <packing>
407
 
                        <property name="expand">False</property>
408
 
                        <property name="fill">False</property>
409
 
                        <property name="position">1</property>
410
 
                      </packing>
411
 
                    </child>
412
 
                  </object>
413
 
                  <packing>
414
 
                    <property name="position">2</property>
415
 
                  </packing>
416
 
                </child>
417
 
                <child>
418
 
                  <object class="GtkLabel" id="account_changed_label">
419
 
                    <property name="visible">True</property>
420
 
                    <property name="label" translatable="yes">Your account details have changed. Changes will be applied the next time you start Rhythmbox.</property>
421
 
                  </object>
422
 
                  <packing>
423
 
                    <property name="position">3</property>
 
202
                <property name="n_rows">2</property>
 
203
                <property name="n_columns">2</property>
 
204
                <child>
 
205
                  <object class="GtkLabel" id="username_label">
 
206
                    <property name="visible">True</property>
 
207
                    <property name="label" translatable="yes">Username:</property>
 
208
                  </object>
 
209
                </child>
 
210
                <child>
 
211
                  <object class="GtkLabel" id="password_label">
 
212
                    <property name="visible">True</property>
 
213
                    <property name="label" translatable="yes">Password:</property>
 
214
                  </object>
 
215
                  <packing>
 
216
                    <property name="top_attach">1</property>
 
217
                    <property name="bottom_attach">2</property>
 
218
                  </packing>
 
219
                </child>
 
220
                <child>
 
221
                  <object class="GtkEntry" id="username_entry">
 
222
                    <property name="visible">True</property>
 
223
                    <property name="can_focus">True</property>
 
224
                    <property name="invisible_char">&#x25CF;</property>
 
225
                    <signal name="changed" handler="rb_magnatune_username_changed_cb"/>
 
226
                  </object>
 
227
                  <packing>
 
228
                    <property name="left_attach">1</property>
 
229
                    <property name="right_attach">2</property>
 
230
                  </packing>
 
231
                </child>
 
232
                <child>
 
233
                  <object class="GtkEntry" id="password_entry">
 
234
                    <property name="visible">True</property>
 
235
                    <property name="can_focus">True</property>
 
236
                    <property name="visibility">False</property>
 
237
                    <property name="invisible_char">&#x25CF;</property>
 
238
                    <signal name="changed" handler="rb_magnatune_password_changed_cb"/>
 
239
                  </object>
 
240
                  <packing>
 
241
                    <property name="left_attach">1</property>
 
242
                    <property name="right_attach">2</property>
 
243
                    <property name="top_attach">1</property>
 
244
                    <property name="bottom_attach">2</property>
424
245
                  </packing>
425
246
                </child>
426
247
              </object>
430
251
            </child>
431
252
          </object>
432
253
          <packing>
 
254
            <property name="position">1</property>
 
255
          </packing>
 
256
        </child>
 
257
      </object>
 
258
      <packing>
 
259
        <property name="expand">False</property>
 
260
        <property name="fill">False</property>
 
261
        <property name="position">1</property>
 
262
      </packing>
 
263
    </child>
 
264
    <child>
 
265
      <object class="GtkHBox" id="hbox21">
 
266
        <property name="visible">True</property>
 
267
        <child>
 
268
          <object class="GtkLabel" id="audio_label">
 
269
            <property name="visible">True</property>
 
270
            <property name="xpad">8</property>
 
271
            <property name="label" translatable="yes">Preferred audio _format:</property>
 
272
            <property name="use_underline">True</property>
 
273
            <property name="mnemonic_widget">audio_combobox</property>
 
274
          </object>
 
275
          <packing>
 
276
            <property name="expand">False</property>
 
277
            <property name="fill">False</property>
 
278
            <property name="position">0</property>
 
279
          </packing>
 
280
        </child>
 
281
        <child>
 
282
          <object class="GtkComboBox" id="audio_combobox">
 
283
            <property name="visible">True</property>
 
284
            <property name="model">model3</property>
 
285
            <signal name="changed" handler="rb_magnatune_audio_combobox_changed_cb"/>
 
286
            <child>
 
287
              <object class="GtkCellRendererText" id="renderer3"/>
 
288
              <attributes>
 
289
                <attribute name="text">0</attribute>
 
290
              </attributes>
 
291
            </child>
 
292
          </object>
 
293
          <packing>
 
294
            <property name="expand">False</property>
 
295
            <property name="position">1</property>
 
296
          </packing>
 
297
        </child>
 
298
      </object>
 
299
      <packing>
 
300
        <property name="position">2</property>
 
301
      </packing>
 
302
    </child>
 
303
    <child>
 
304
      <object class="GtkVBox" id="vbox14">
 
305
        <property name="visible">True</property>
 
306
        <property name="orientation">vertical</property>
 
307
        <child>
 
308
          <object class="GtkHBox" id="hbox23">
 
309
            <property name="visible">True</property>
 
310
            <child>
 
311
              <object class="GtkLabel" id="label57">
 
312
                <property name="visible">True</property>
 
313
                <property name="label" translatable="yes">Get an account at </property>
 
314
              </object>
 
315
              <packing>
 
316
                <property name="expand">False</property>
 
317
                <property name="fill">False</property>
 
318
                <property name="position">0</property>
 
319
              </packing>
 
320
            </child>
 
321
            <child>
 
322
              <object class="GtkLinkButton" id="href1">
 
323
                <property name="label" translatable="yes">http://magnatune.com/compare_plans</property>
 
324
                <property name="visible">True</property>
 
325
                <property name="can_focus">True</property>
 
326
                <property name="receives_default">True</property>
 
327
                <property name="relief">none</property>
 
328
                <property name="uri">http://magnatune.com/compare_plans?referal_id=rhythmbox</property>
 
329
              </object>
 
330
              <packing>
 
331
                <property name="expand">False</property>
 
332
                <property name="fill">False</property>
 
333
                <property name="position">1</property>
 
334
              </packing>
 
335
            </child>
 
336
          </object>
 
337
          <packing>
 
338
            <property name="position">0</property>
 
339
          </packing>
 
340
        </child>
 
341
        <child>
 
342
          <object class="GtkHBox" id="hbox15">
 
343
            <property name="visible">True</property>
 
344
            <child>
 
345
              <object class="GtkLabel" id="label21">
 
346
                <property name="visible">True</property>
 
347
                <property name="label" translatable="yes">Find out about Magnatune at </property>
 
348
                <property name="use_underline">True</property>
 
349
                <property name="mnemonic_widget">magnatune_link</property>
 
350
              </object>
 
351
              <packing>
 
352
                <property name="expand">False</property>
 
353
                <property name="fill">False</property>
 
354
                <property name="position">0</property>
 
355
              </packing>
 
356
            </child>
 
357
            <child>
 
358
              <object class="GtkLinkButton" id="magnatune_link">
 
359
                <property name="label" translatable="yes">http://www.magnatune.com/info/</property>
 
360
                <property name="visible">True</property>
 
361
                <property name="can_focus">True</property>
 
362
                <property name="receives_default">True</property>
 
363
                <property name="relief">none</property>
 
364
                <property name="uri">http://www.magnatune.com/info/</property>
 
365
              </object>
 
366
              <packing>
 
367
                <property name="expand">False</property>
 
368
                <property name="fill">False</property>
 
369
                <property name="position">1</property>
 
370
              </packing>
 
371
            </child>
 
372
          </object>
 
373
          <packing>
 
374
            <property name="position">1</property>
 
375
          </packing>
 
376
        </child>
 
377
        <child>
 
378
          <object class="GtkHBox" id="hbox17">
 
379
            <property name="visible">True</property>
 
380
            <child>
 
381
              <object class="GtkLabel" id="label27">
 
382
                <property name="visible">True</property>
 
383
                <property name="label" translatable="yes">Redownload purchased music at </property>
 
384
                <property name="use_underline">True</property>
 
385
                <property name="mnemonic_widget">redownload_link</property>
 
386
              </object>
 
387
              <packing>
 
388
                <property name="expand">False</property>
 
389
                <property name="fill">False</property>
 
390
                <property name="position">0</property>
 
391
              </packing>
 
392
            </child>
 
393
            <child>
 
394
              <object class="GtkLinkButton" id="redownload_link">
 
395
                <property name="label" translatable="yes">http://www.magnatune.com/info/redownload</property>
 
396
                <property name="visible">True</property>
 
397
                <property name="can_focus">True</property>
 
398
                <property name="receives_default">True</property>
 
399
                <property name="relief">none</property>
 
400
                <property name="uri">http://www.magnatune.com/info/redownload</property>
 
401
              </object>
 
402
              <packing>
 
403
                <property name="expand">False</property>
 
404
                <property name="fill">False</property>
 
405
                <property name="position">1</property>
 
406
              </packing>
 
407
            </child>
 
408
          </object>
 
409
          <packing>
433
410
            <property name="position">2</property>
434
411
          </packing>
435
412
        </child>
436
 
        <child internal-child="action_area">
437
 
          <object class="GtkHButtonBox" id="dialog-action_area1">
 
413
        <child>
 
414
          <object class="GtkLabel" id="account_changed_label">
438
415
            <property name="visible">True</property>
439
 
            <property name="layout_style">end</property>
440
 
            <child>
441
 
              <object class="GtkButton" id="closebutton1">
442
 
                <property name="label">gtk-close</property>
443
 
                <property name="visible">True</property>
444
 
                <property name="can_focus">True</property>
445
 
                <property name="can_default">True</property>
446
 
                <property name="receives_default">False</property>
447
 
                <property name="use_stock">True</property>
448
 
              </object>
449
 
              <packing>
450
 
                <property name="expand">False</property>
451
 
                <property name="fill">False</property>
452
 
                <property name="position">0</property>
453
 
              </packing>
454
 
            </child>
 
416
            <property name="label" translatable="yes">Your account details have changed. Changes will be applied the next time you start Rhythmbox.</property>
455
417
          </object>
456
418
          <packing>
457
 
            <property name="expand">False</property>
458
 
            <property name="pack_type">end</property>
459
 
            <property name="position">0</property>
 
419
            <property name="position">3</property>
460
420
          </packing>
461
421
        </child>
462
422
      </object>
 
423
      <packing>
 
424
        <property name="position">3</property>
 
425
      </packing>
463
426
    </child>
464
 
    <action-widgets>
465
 
      <action-widget response="-7">closebutton1</action-widget>
466
 
    </action-widgets>
467
427
  </object>
468
428
</interface>