~manishsinha/software-properties/add-update-after-repo-add

« back to all changes in this revision

Viewing changes to SoftwareProperties/SoftwareProperties.py

  • Committer: Sebastian Heinlein
  • Date: 2006-04-18 20:50:19 UTC
  • mto: This revision was merged to the branch mainline in revision 253.
  • Revision ID: sebastian.heinlein@web.de-20060418205019-78d46c314c53d8d2
* set the default icon of software-properties to the corresponding one
* add jimmac to AUTHORS
* replace the logo in update-manager

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
    icons = gtk.icon_theme_get_default()
 
61
    try:
 
62
      logo=icons.load_icon("software-properties", 48, 0)
 
63
      gtk.window_set_default_icon_list(logo)
 
64
    except:
 
65
      pass
60
66
 
61
67
    # FIXME: some saner way is needed here
62
68
    if datadir == None: