~ubuntu-branches/ubuntu/natty/computer-janitor/natty

« back to all changes in this revision

Viewing changes to data/ComputerJanitor.glade

  • Committer: Bazaar Package Importer
  • Author(s): Lars Wirzenius
  • Date: 2009-09-09 17:37:19 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20090909173719-p6nx0vhgs39irsmc
Tags: 1.13.3-0ubuntu1
* New upstream release. Fixes the following bugs in Ubuntu:
  - incomplete translation template (Closes: LP: #425018)
  - "cleanup" button sensitive when there's nothing to clean up
    (Closes: LP: #418319)
  - wrong launchpad page link in about box (Closes: LP: #417309)
* Also, upstream re-introduced the "unsupported package" plugin, and
  the Ubuntu packaging added a default whitelist file listing the
  most common manually installed third-party packages.

Show diffs side-by-side

added added

removed removed

Lines of Context:
296
296
    <property name="copyright" translatable="yes">Copyright  2008, 2009  Canonical Ltd.
297
297
Icon Copyright 2008 Marco Rodrigues</property>
298
298
    <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>
299
 
    <property name="website">https://launchpad.net/~systemcleaner-hackers</property>
 
299
    <property name="website">https://launchpad.net/~computer-janitor-hackers</property>
300
300
    <property name="website_label" translatable="yes">Launchpad page</property>
301
301
    <property name="logo">computerjanitor-256x256.png</property>
302
302
    <child internal-child="vbox">
398
398
      <action-widget response="0">cleanup_cancel</action-widget>
399
399
    </action-widgets>
400
400
  </object>
 
401
  <object class="GtkMessageDialog" id="borednow_messagedialog">
 
402
    <property name="border_width">5</property>
 
403
    <property name="type_hint">normal</property>
 
404
    <property name="skip_taskbar_hint">True</property>
 
405
    <property name="buttons">ok</property>
 
406
    <property name="text" translatable="yes">Did not find anything to clean up.</property>
 
407
    <property name="secondary_text" translatable="yes">You can close the program now.</property>
 
408
    <child internal-child="vbox">
 
409
      <object class="GtkVBox" id="dialog-vbox3">
 
410
        <property name="visible">True</property>
 
411
        <property name="orientation">vertical</property>
 
412
        <property name="spacing">2</property>
 
413
        <child internal-child="action_area">
 
414
          <object class="GtkHButtonBox" id="dialog-action_area3">
 
415
            <property name="visible">True</property>
 
416
            <property name="layout_style">end</property>
 
417
            <child>
 
418
              <placeholder/>
 
419
            </child>
 
420
            <child>
 
421
              <placeholder/>
 
422
            </child>
 
423
          </object>
 
424
          <packing>
 
425
            <property name="expand">False</property>
 
426
            <property name="pack_type">end</property>
 
427
            <property name="position">0</property>
 
428
          </packing>
 
429
        </child>
 
430
      </object>
 
431
    </child>
 
432
  </object>
401
433
</interface>