~mvo/update-manager/use-screen-in-text-frontend

« back to all changes in this revision

Viewing changes to SoftwareProperties/SoftwareProperties.py

  • Committer: Michael Vogt
  • Date: 2006-04-19 12:57:57 UTC
  • mfrom: (187.2.42 dapper)
  • Revision ID: michael.vogt@ubuntu.com-20060419125757-89173072de075c7d
* merged with sebastian (thanks!)
* updated the changelog
* added dh_iconcache to debian/rules

Show diffs side-by-side

added added

removed removed

Lines of Context:
57
57
class SoftwareProperties(SimpleGladeApp):
58
58
 
59
59
  def __init__(self, datadir=None, options=None, parent=None):
 
60
    gtk.window_set_default_icon_name("software-properties")
60
61
 
61
62
    # FIXME: some saner way is needed here
62
63
    if datadir == None: