~serrano-pereira/computer-janitor/bug-726616

« back to all changes in this revision

Viewing changes to data/ComputerJanitor.ui

  • Committer: Bazaar Package Importer
  • Author(s): Barry Warsaw, Martin Pitt, Barry Warsaw
  • Date: 2011-02-16 15:58:36 UTC
  • mfrom: (1.1.12 upstream)
  • Revision ID: james.westby@ubuntu.com-20110216155836-gierzoufmyflfdcc
Tags: 2.1.0-0ubuntu1
[ Martin Pitt ]
* data/ComputerJanitor.ui: Drop obsolete has_separator properties.
* run_from_checkout.sh: Drop setting of $PYTHONPATH. Current directory is
  there by default anyway, and this breaks setting it from the environment.
* computerjanitorapp/gtk/*: Port from pygtk2 to pygi. Works fully with GTK3
  now, with GTK2 we need to disable the right-click popup menu
  (popup_for_device() is introspection safe, but only exists in GTK3.
  popup() isn't introspectable).
* computerjanitorapp/gtk/ui.py: Force GTK2 for now, as we do not yet have a
  GTK3 theme in Natty, and don't carry the GTK3 stack in the default
  install.
* debian/control: Update dependencies for the pygtk → pygi switch.
* debian/control: Drop obsolete system-cleaner conflicts and gksu
  dependency.

[ Barry Warsaw ]
* Add Edit menu items for selecting and deselecting cruft.
* Bump version number.
* Update copyright years.
* Python style, whitespace, and import cleanups.
* Print error messages via logger instead of stderr.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
<interface>
3
3
  <requires lib="gtk+" version="2.16"/>
4
4
  <!-- interface-naming-policy project-wide -->
 
5
  <object class="GtkAboutDialog" id="about_dialog">
 
6
    <property name="can_focus">False</property>
 
7
    <property name="border_width">5</property>
 
8
    <property name="type_hint">normal</property>
 
9
    <property name="transient_for">window</property>
 
10
    <property name="program_name">Computer Janitor</property>
 
11
    <property name="version">x.y</property>
 
12
    <property name="copyright" translatable="yes">Copyright  2008-2011 Canonical Ltd.
 
13
Icon Copyright 2008 Marco Rodrigues</property>
 
14
    <property name="comments" translatable="yes">This application helps you find and remove software packages you might not need anymore. It also suggests configuration changes that might benefit you.</property>
 
15
    <property name="website">https://launchpad.net/~computer-janitor-hackers</property>
 
16
    <property name="website_label" translatable="yes">Launchpad page</property>
 
17
    <property name="logo">computerjanitor-256x256.png</property>
 
18
    <child internal-child="vbox">
 
19
      <object class="GtkVBox" id="dialog-vbox1">
 
20
        <property name="visible">True</property>
 
21
        <property name="can_focus">False</property>
 
22
        <property name="spacing">2</property>
 
23
        <child internal-child="action_area">
 
24
          <object class="GtkHButtonBox" id="dialog-action_area1">
 
25
            <property name="visible">True</property>
 
26
            <property name="can_focus">False</property>
 
27
            <property name="layout_style">end</property>
 
28
          </object>
 
29
          <packing>
 
30
            <property name="expand">False</property>
 
31
            <property name="fill">True</property>
 
32
            <property name="pack_type">end</property>
 
33
            <property name="position">0</property>
 
34
          </packing>
 
35
        </child>
 
36
        <child>
 
37
          <placeholder/>
 
38
        </child>
 
39
      </object>
 
40
    </child>
 
41
  </object>
 
42
  <object class="GtkAccelGroup" id="accelgroup1"/>
 
43
  <object class="GtkMessageDialog" id="borednow_messagedialog">
 
44
    <property name="can_focus">False</property>
 
45
    <property name="border_width">5</property>
 
46
    <property name="type_hint">normal</property>
 
47
    <property name="skip_taskbar_hint">True</property>
 
48
    <property name="transient_for">window</property>
 
49
    <property name="buttons">ok</property>
 
50
    <property name="text" translatable="yes">Did not find anything to clean up.</property>
 
51
    <property name="secondary_text" translatable="yes">You can close the program now.</property>
 
52
    <child internal-child="vbox">
 
53
      <object class="GtkVBox" id="dialog-vbox3">
 
54
        <property name="visible">True</property>
 
55
        <property name="can_focus">False</property>
 
56
        <property name="spacing">2</property>
 
57
        <child internal-child="action_area">
 
58
          <object class="GtkHButtonBox" id="dialog-action_area3">
 
59
            <property name="visible">True</property>
 
60
            <property name="can_focus">False</property>
 
61
            <property name="layout_style">end</property>
 
62
            <child>
 
63
              <placeholder/>
 
64
            </child>
 
65
            <child>
 
66
              <placeholder/>
 
67
            </child>
 
68
          </object>
 
69
          <packing>
 
70
            <property name="expand">False</property>
 
71
            <property name="fill">True</property>
 
72
            <property name="pack_type">end</property>
 
73
            <property name="position">0</property>
 
74
          </packing>
 
75
        </child>
 
76
      </object>
 
77
    </child>
 
78
  </object>
 
79
  <object class="GtkDialog" id="cleanup_dialog">
 
80
    <property name="can_focus">False</property>
 
81
    <property name="border_width">5</property>
 
82
    <property name="destroy_with_parent">True</property>
 
83
    <property name="type_hint">normal</property>
 
84
    <property name="transient_for">window</property>
 
85
    <child internal-child="vbox">
 
86
      <object class="GtkVBox" id="dialog-vbox2">
 
87
        <property name="visible">True</property>
 
88
        <property name="can_focus">False</property>
 
89
        <property name="spacing">2</property>
 
90
        <child internal-child="action_area">
 
91
          <object class="GtkHButtonBox" id="dialog-action_area2">
 
92
            <property name="visible">True</property>
 
93
            <property name="can_focus">False</property>
 
94
            <property name="layout_style">end</property>
 
95
            <child>
 
96
              <object class="GtkButton" id="cleanup_cancel">
 
97
                <property name="label">gtk-cancel</property>
 
98
                <property name="visible">True</property>
 
99
                <property name="can_focus">True</property>
 
100
                <property name="receives_default">True</property>
 
101
                <property name="use_action_appearance">False</property>
 
102
                <property name="use_stock">True</property>
 
103
              </object>
 
104
              <packing>
 
105
                <property name="expand">False</property>
 
106
                <property name="fill">False</property>
 
107
                <property name="position">0</property>
 
108
              </packing>
 
109
            </child>
 
110
          </object>
 
111
          <packing>
 
112
            <property name="expand">False</property>
 
113
            <property name="fill">True</property>
 
114
            <property name="pack_type">end</property>
 
115
            <property name="position">0</property>
 
116
          </packing>
 
117
        </child>
 
118
        <child>
 
119
          <object class="GtkVBox" id="vbox5">
 
120
            <property name="visible">True</property>
 
121
            <property name="can_focus">False</property>
 
122
            <child>
 
123
              <object class="GtkLabel" id="label4">
 
124
                <property name="visible">True</property>
 
125
                <property name="can_focus">False</property>
 
126
                <property name="xalign">0</property>
 
127
                <property name="label" translatable="yes">Cleaning up...</property>
 
128
              </object>
 
129
              <packing>
 
130
                <property name="expand">False</property>
 
131
                <property name="fill">False</property>
 
132
                <property name="position">0</property>
 
133
              </packing>
 
134
            </child>
 
135
            <child>
 
136
              <object class="GtkProgressBar" id="cleanup_progressbar">
 
137
                <property name="visible">True</property>
 
138
                <property name="can_focus">False</property>
 
139
              </object>
 
140
              <packing>
 
141
                <property name="expand">False</property>
 
142
                <property name="fill">False</property>
 
143
                <property name="position">1</property>
 
144
              </packing>
 
145
            </child>
 
146
          </object>
 
147
          <packing>
 
148
            <property name="expand">True</property>
 
149
            <property name="fill">True</property>
 
150
            <property name="position">1</property>
 
151
          </packing>
 
152
        </child>
 
153
      </object>
 
154
    </child>
 
155
    <action-widgets>
 
156
      <action-widget response="0">cleanup_cancel</action-widget>
 
157
    </action-widgets>
 
158
  </object>
 
159
  <object class="GtkRadioMenuItem" id="radiomenuitem1">
 
160
    <property name="visible">True</property>
 
161
    <property name="can_focus">False</property>
 
162
    <property name="use_action_appearance">False</property>
 
163
    <property name="draw_as_radio">True</property>
 
164
  </object>
5
165
  <object class="GtkWindow" id="window">
 
166
    <property name="can_focus">False</property>
6
167
    <property name="title" translatable="yes">Computer Janitor</property>
7
168
    <property name="icon">computerjanitor-24x24.png</property>
8
169
    <property name="icon_name">computerjanitor</property>
12
173
    <child>
13
174
      <object class="GtkVBox" id="vbox1">
14
175
        <property name="visible">True</property>
 
176
        <property name="can_focus">False</property>
15
177
        <child>
16
178
          <object class="GtkMenuBar" id="menubar1">
17
179
            <property name="visible">True</property>
 
180
            <property name="can_focus">False</property>
18
181
            <child>
19
182
              <object class="GtkMenuItem" id="menuitem1">
20
183
                <property name="visible">True</property>
 
184
                <property name="can_focus">False</property>
 
185
                <property name="use_action_appearance">False</property>
21
186
                <property name="label" translatable="yes">_File</property>
22
187
                <property name="use_underline">True</property>
23
188
                <child type="submenu">
24
189
                  <object class="GtkMenu" id="menu1">
25
190
                    <property name="visible">True</property>
 
191
                    <property name="can_focus">False</property>
26
192
                    <child>
27
193
                      <object class="GtkImageMenuItem" id="quit_menuitem">
28
194
                        <property name="label">gtk-quit</property>
29
195
                        <property name="visible">True</property>
 
196
                        <property name="can_focus">False</property>
 
197
                        <property name="use_action_appearance">False</property>
30
198
                        <property name="use_underline">True</property>
31
199
                        <property name="use_stock">True</property>
32
200
                        <property name="accel_group">accelgroup1</property>
38
206
              </object>
39
207
            </child>
40
208
            <child>
 
209
              <object class="GtkMenuItem" id="menuitem2">
 
210
                <property name="visible">True</property>
 
211
                <property name="can_focus">False</property>
 
212
                <property name="use_action_appearance">False</property>
 
213
                <property name="label" translatable="yes">_Edit</property>
 
214
                <property name="use_underline">True</property>
 
215
                <child type="submenu">
 
216
                  <object class="GtkMenu" id="menu4">
 
217
                    <property name="visible">True</property>
 
218
                    <property name="can_focus">False</property>
 
219
                    <child>
 
220
                      <object class="GtkMenuItem" id="select_all_cruft">
 
221
                        <property name="visible">True</property>
 
222
                        <property name="can_focus">False</property>
 
223
                        <property name="use_action_appearance">False</property>
 
224
                        <property name="label" translatable="yes">Select all</property>
 
225
                        <property name="use_underline">True</property>
 
226
                      </object>
 
227
                    </child>
 
228
                    <child>
 
229
                      <object class="GtkMenuItem" id="select_all_packages">
 
230
                        <property name="visible">True</property>
 
231
                        <property name="can_focus">False</property>
 
232
                        <property name="use_action_appearance">False</property>
 
233
                        <property name="label" translatable="yes">Select all packages</property>
 
234
                        <property name="use_underline">True</property>
 
235
                      </object>
 
236
                    </child>
 
237
                    <child>
 
238
                      <object class="GtkMenuItem" id="select_all_other">
 
239
                        <property name="visible">True</property>
 
240
                        <property name="can_focus">False</property>
 
241
                        <property name="use_action_appearance">False</property>
 
242
                        <property name="label" translatable="yes">Select all other</property>
 
243
                        <property name="use_underline">True</property>
 
244
                      </object>
 
245
                    </child>
 
246
                    <child>
 
247
                      <object class="GtkSeparatorMenuItem" id="separatormenuitem1">
 
248
                        <property name="visible">True</property>
 
249
                        <property name="can_focus">False</property>
 
250
                        <property name="use_action_appearance">False</property>
 
251
                      </object>
 
252
                    </child>
 
253
                    <child>
 
254
                      <object class="GtkMenuItem" id="deselect_all_cruft">
 
255
                        <property name="visible">True</property>
 
256
                        <property name="can_focus">False</property>
 
257
                        <property name="use_action_appearance">False</property>
 
258
                        <property name="label" translatable="yes">Deselect all</property>
 
259
                        <property name="use_underline">True</property>
 
260
                      </object>
 
261
                    </child>
 
262
                    <child>
 
263
                      <object class="GtkMenuItem" id="deselect_all_packages">
 
264
                        <property name="visible">True</property>
 
265
                        <property name="can_focus">False</property>
 
266
                        <property name="use_action_appearance">False</property>
 
267
                        <property name="label" translatable="yes">Deselect all packages</property>
 
268
                        <property name="use_underline">True</property>
 
269
                      </object>
 
270
                    </child>
 
271
                    <child>
 
272
                      <object class="GtkMenuItem" id="deselect_all_other">
 
273
                        <property name="visible">True</property>
 
274
                        <property name="can_focus">False</property>
 
275
                        <property name="use_action_appearance">False</property>
 
276
                        <property name="label" translatable="yes">Deselect all other</property>
 
277
                        <property name="use_underline">True</property>
 
278
                      </object>
 
279
                    </child>
 
280
                  </object>
 
281
                </child>
 
282
              </object>
 
283
            </child>
 
284
            <child>
41
285
              <object class="GtkMenuItem" id="menuitem3">
42
286
                <property name="visible">True</property>
 
287
                <property name="can_focus">False</property>
 
288
                <property name="use_action_appearance">False</property>
43
289
                <property name="label" translatable="yes">_View</property>
44
290
                <property name="use_underline">True</property>
45
291
                <child type="submenu">
46
292
                  <object class="GtkMenu" id="menu2">
47
293
                    <property name="visible">True</property>
 
294
                    <property name="can_focus">False</property>
48
295
                    <child>
49
296
                      <object class="GtkCheckMenuItem" id="show_previously_ignored">
50
297
                        <property name="visible">True</property>
 
298
                        <property name="can_focus">False</property>
 
299
                        <property name="use_action_appearance">False</property>
51
300
                        <property name="label" translatable="yes">Show previously ignored</property>
52
301
                        <property name="use_underline">True</property>
53
302
                      </object>
55
304
                    <child>
56
305
                      <object class="GtkSeparatorMenuItem" id="menuitem6">
57
306
                        <property name="visible">True</property>
 
307
                        <property name="can_focus">False</property>
58
308
                      </object>
59
309
                    </child>
60
310
                    <child>
61
311
                      <object class="GtkRadioMenuItem" id="sort_by_name">
62
312
                        <property name="visible">True</property>
 
313
                        <property name="can_focus">False</property>
 
314
                        <property name="use_action_appearance">False</property>
63
315
                        <property name="label" translatable="yes">Sort by name</property>
64
316
                        <property name="use_underline">True</property>
65
317
                        <property name="active">True</property>
70
322
                    <child>
71
323
                      <object class="GtkRadioMenuItem" id="sort_by_size">
72
324
                        <property name="visible">True</property>
 
325
                        <property name="can_focus">False</property>
 
326
                        <property name="use_action_appearance">False</property>
73
327
                        <property name="label" translatable="yes">Sort by size</property>
74
328
                        <property name="use_underline">True</property>
75
329
                        <property name="draw_as_radio">True</property>
83
337
            <child>
84
338
              <object class="GtkMenuItem" id="menuitem4">
85
339
                <property name="visible">True</property>
 
340
                <property name="can_focus">False</property>
 
341
                <property name="use_action_appearance">False</property>
86
342
                <property name="label" translatable="yes">_Help</property>
87
343
                <property name="use_underline">True</property>
88
344
                <child type="submenu">
89
345
                  <object class="GtkMenu" id="menu3">
90
346
                    <property name="visible">True</property>
 
347
                    <property name="can_focus">False</property>
91
348
                    <child>
92
349
                      <object class="GtkImageMenuItem" id="about_menuitem">
93
350
                        <property name="label">gtk-about</property>
94
351
                        <property name="visible">True</property>
 
352
                        <property name="can_focus">False</property>
 
353
                        <property name="use_action_appearance">False</property>
95
354
                        <property name="use_underline">True</property>
96
355
                        <property name="use_stock">True</property>
97
356
                      </object>
103
362
          </object>
104
363
          <packing>
105
364
            <property name="expand">False</property>
 
365
            <property name="fill">True</property>
106
366
            <property name="position">0</property>
107
367
          </packing>
108
368
        </child>
109
369
        <child>
110
370
          <object class="GtkVBox" id="vbox2">
111
371
            <property name="visible">True</property>
 
372
            <property name="can_focus">False</property>
112
373
            <child>
113
374
              <object class="GtkHBox" id="hbox2">
114
375
                <property name="visible">True</property>
 
376
                <property name="can_focus">False</property>
115
377
                <property name="spacing">6</property>
116
378
                <property name="homogeneous">True</property>
117
379
                <child>
118
380
                  <object class="GtkVBox" id="vbox3">
119
381
                    <property name="visible">True</property>
 
382
                    <property name="can_focus">False</property>
120
383
                    <child>
121
384
                      <object class="GtkLabel" id="label1">
122
385
                        <property name="visible">True</property>
 
386
                        <property name="can_focus">False</property>
123
387
                        <property name="xalign">0</property>
124
388
                        <property name="xpad">6</property>
125
389
                        <property name="ypad">6</property>
127
391
                      </object>
128
392
                      <packing>
129
393
                        <property name="expand">False</property>
 
394
                        <property name="fill">True</property>
130
395
                        <property name="position">0</property>
131
396
                      </packing>
132
397
                    </child>
146
411
                        </child>
147
412
                      </object>
148
413
                      <packing>
 
414
                        <property name="expand">True</property>
 
415
                        <property name="fill">True</property>
149
416
                        <property name="position">1</property>
150
417
                      </packing>
151
418
                    </child>
152
419
                  </object>
153
420
                  <packing>
 
421
                    <property name="expand">True</property>
 
422
                    <property name="fill">True</property>
154
423
                    <property name="position">0</property>
155
424
                  </packing>
156
425
                </child>
160
429
                <child>
161
430
                  <object class="GtkVBox" id="vbox6">
162
431
                    <property name="visible">True</property>
 
432
                    <property name="can_focus">False</property>
163
433
                    <child>
164
434
                      <object class="GtkLabel" id="label3">
165
435
                        <property name="visible">True</property>
 
436
                        <property name="can_focus">False</property>
166
437
                        <property name="xalign">0</property>
167
438
                        <property name="xpad">6</property>
168
439
                        <property name="ypad">6</property>
170
441
                      </object>
171
442
                      <packing>
172
443
                        <property name="expand">False</property>
 
444
                        <property name="fill">True</property>
173
445
                        <property name="position">0</property>
174
446
                      </packing>
175
447
                    </child>
189
461
                        </child>
190
462
                      </object>
191
463
                      <packing>
 
464
                        <property name="expand">True</property>
 
465
                        <property name="fill">True</property>
192
466
                        <property name="position">1</property>
193
467
                      </packing>
194
468
                    </child>
195
469
                  </object>
196
470
                  <packing>
 
471
                    <property name="expand">True</property>
 
472
                    <property name="fill">True</property>
197
473
                    <property name="position">2</property>
198
474
                  </packing>
199
475
                </child>
200
476
              </object>
201
477
              <packing>
 
478
                <property name="expand">True</property>
 
479
                <property name="fill">True</property>
202
480
                <property name="position">0</property>
203
481
              </packing>
204
482
            </child>
205
483
            <child>
206
484
              <object class="GtkHBox" id="hbox1">
207
485
                <property name="visible">True</property>
 
486
                <property name="can_focus">False</property>
208
487
                <child>
209
488
                  <object class="GtkHButtonBox" id="hbuttonbox1">
210
489
                    <property name="visible">True</property>
 
490
                    <property name="can_focus">False</property>
211
491
                    <property name="layout_style">start</property>
212
492
                    <child>
213
493
                      <object class="GtkButton" id="do_button">
216
496
                        <property name="can_focus">True</property>
217
497
                        <property name="receives_default">True</property>
218
498
                        <property name="border_width">6</property>
 
499
                        <property name="use_action_appearance">False</property>
219
500
                        <property name="use_underline">True</property>
220
501
                      </object>
221
502
                      <packing>
234
515
                <child>
235
516
                  <object class="GtkAlignment" id="alignment1">
236
517
                    <property name="visible">True</property>
 
518
                    <property name="can_focus">False</property>
237
519
                    <property name="top_padding">6</property>
238
520
                    <property name="bottom_padding">6</property>
239
521
                    <property name="left_padding">6</property>
240
522
                    <property name="right_padding">6</property>
241
523
                    <child>
242
 
                      <object class="GtkProgressBar" id="progressbar_status"/>
 
524
                      <object class="GtkProgressBar" id="progressbar_status">
 
525
                        <property name="can_focus">False</property>
 
526
                      </object>
243
527
                    </child>
244
528
                  </object>
245
529
                  <packing>
 
530
                    <property name="expand">True</property>
 
531
                    <property name="fill">True</property>
246
532
                    <property name="position">1</property>
247
533
                  </packing>
248
534
                </child>
255
541
            </child>
256
542
          </object>
257
543
          <packing>
258
 
            <property name="position">1</property>
259
 
          </packing>
260
 
        </child>
261
 
      </object>
262
 
    </child>
263
 
  </object>
264
 
  <object class="GtkAccelGroup" id="accelgroup1"/>
265
 
  <object class="GtkAboutDialog" id="about_dialog">
266
 
    <property name="border_width">5</property>
267
 
    <property name="type_hint">normal</property>
268
 
    <property name="transient_for">window</property>
269
 
    <property name="has_separator">False</property>
270
 
    <property name="program_name">Computer Janitor</property>
271
 
    <property name="version">x.y</property>
272
 
    <property name="copyright" translatable="yes">Copyright  2008, 2009, 2010  Canonical Ltd.
273
 
Icon Copyright 2008 Marco Rodrigues</property>
274
 
    <property name="comments" translatable="yes">This application helps you find and remove software packages you might not need anymore. It also suggests configuration changes that might benefit you.</property>
275
 
    <property name="website">https://launchpad.net/~computer-janitor-hackers</property>
276
 
    <property name="website_label" translatable="yes">Launchpad page</property>
277
 
    <property name="logo">computerjanitor-256x256.png</property>
278
 
    <child internal-child="vbox">
279
 
      <object class="GtkVBox" id="dialog-vbox1">
280
 
        <property name="visible">True</property>
281
 
        <property name="spacing">2</property>
282
 
        <child>
283
 
          <placeholder/>
284
 
        </child>
285
 
        <child internal-child="action_area">
286
 
          <object class="GtkHButtonBox" id="dialog-action_area1">
287
 
            <property name="visible">True</property>
288
 
            <property name="layout_style">end</property>
289
 
          </object>
290
 
          <packing>
291
 
            <property name="expand">False</property>
292
 
            <property name="pack_type">end</property>
293
 
            <property name="position">0</property>
294
 
          </packing>
295
 
        </child>
296
 
      </object>
297
 
    </child>
298
 
  </object>
299
 
  <object class="GtkRadioMenuItem" id="radiomenuitem1">
300
 
    <property name="visible">True</property>
301
 
    <property name="draw_as_radio">True</property>
302
 
  </object>
303
 
  <object class="GtkDialog" id="cleanup_dialog">
304
 
    <property name="border_width">5</property>
305
 
    <property name="destroy_with_parent">True</property>
306
 
    <property name="type_hint">normal</property>
307
 
    <property name="transient_for">window</property>
308
 
    <property name="has_separator">False</property>
309
 
    <child internal-child="vbox">
310
 
      <object class="GtkVBox" id="dialog-vbox2">
311
 
        <property name="visible">True</property>
312
 
        <property name="spacing">2</property>
313
 
        <child>
314
 
          <object class="GtkVBox" id="vbox5">
315
 
            <property name="visible">True</property>
316
 
            <child>
317
 
              <object class="GtkLabel" id="label4">
318
 
                <property name="visible">True</property>
319
 
                <property name="xalign">0</property>
320
 
                <property name="label" translatable="yes">Cleaning up...</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="GtkProgressBar" id="cleanup_progressbar">
330
 
                <property name="visible">True</property>
331
 
              </object>
332
 
              <packing>
333
 
                <property name="expand">False</property>
334
 
                <property name="fill">False</property>
335
 
                <property name="position">1</property>
336
 
              </packing>
337
 
            </child>
338
 
          </object>
339
 
          <packing>
340
 
            <property name="position">1</property>
341
 
          </packing>
342
 
        </child>
343
 
        <child internal-child="action_area">
344
 
          <object class="GtkHButtonBox" id="dialog-action_area2">
345
 
            <property name="visible">True</property>
346
 
            <property name="layout_style">end</property>
347
 
            <child>
348
 
              <object class="GtkButton" id="cleanup_cancel">
349
 
                <property name="label">gtk-cancel</property>
350
 
                <property name="visible">True</property>
351
 
                <property name="can_focus">True</property>
352
 
                <property name="receives_default">True</property>
353
 
                <property name="use_stock">True</property>
354
 
              </object>
355
 
              <packing>
356
 
                <property name="expand">False</property>
357
 
                <property name="fill">False</property>
358
 
                <property name="position">0</property>
359
 
              </packing>
360
 
            </child>
361
 
          </object>
362
 
          <packing>
363
 
            <property name="expand">False</property>
364
 
            <property name="pack_type">end</property>
365
 
            <property name="position">0</property>
366
 
          </packing>
367
 
        </child>
368
 
      </object>
369
 
    </child>
370
 
    <action-widgets>
371
 
      <action-widget response="0">cleanup_cancel</action-widget>
372
 
    </action-widgets>
373
 
  </object>
374
 
  <object class="GtkMessageDialog" id="borednow_messagedialog">
375
 
    <property name="border_width">5</property>
376
 
    <property name="type_hint">normal</property>
377
 
    <property name="skip_taskbar_hint">True</property>
378
 
    <property name="transient_for">window</property>
379
 
    <property name="buttons">ok</property>
380
 
    <property name="text" translatable="yes">Did not find anything to clean up.</property>
381
 
    <property name="secondary_text" translatable="yes">You can close the program now.</property>
382
 
    <child internal-child="vbox">
383
 
      <object class="GtkVBox" id="dialog-vbox3">
384
 
        <property name="visible">True</property>
385
 
        <property name="spacing">2</property>
386
 
        <child internal-child="action_area">
387
 
          <object class="GtkHButtonBox" id="dialog-action_area3">
388
 
            <property name="visible">True</property>
389
 
            <property name="layout_style">end</property>
390
 
            <child>
391
 
              <placeholder/>
392
 
            </child>
393
 
            <child>
394
 
              <placeholder/>
395
 
            </child>
396
 
          </object>
397
 
          <packing>
398
 
            <property name="expand">False</property>
399
 
            <property name="pack_type">end</property>
400
 
            <property name="position">0</property>
 
544
            <property name="expand">True</property>
 
545
            <property name="fill">True</property>
 
546
            <property name="position">1</property>
401
547
          </packing>
402
548
        </child>
403
549
      </object>