summaryrefslogtreecommitdiff
path: root/SoftwareProperties/SoftwareProperties.py
diff options
context:
space:
mode:
authorMichael Vogt <michael.vogt@ubuntu.com>2006-04-19 14:57:57 +0200
committerMichael Vogt <michael.vogt@ubuntu.com>2006-04-19 14:57:57 +0200
commit3cb73fd8b75b2ef4de7a9bd25fb5d41950078550 (patch)
treee2025b906fd88b9e1c5f284e82962f5258f61da1 /SoftwareProperties/SoftwareProperties.py
parent43b6ac8b952098943868404e8e28868bdf6265a5 (diff)
parentf8724e0b2329dbd497419123e38bb36d7bbeed71 (diff)
downloadpython-apt-3cb73fd8b75b2ef4de7a9bd25fb5d41950078550.tar.gz
* merged with sebastian (thanks!)
* updated the changelog * added dh_iconcache to debian/rules
Diffstat (limited to 'SoftwareProperties/SoftwareProperties.py')
-rw-r--r--SoftwareProperties/SoftwareProperties.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/SoftwareProperties/SoftwareProperties.py b/SoftwareProperties/SoftwareProperties.py
index aa3114f0..237ffbdd 100644
--- a/SoftwareProperties/SoftwareProperties.py
+++ b/SoftwareProperties/SoftwareProperties.py
@@ -57,6 +57,7 @@ CONF_MAP = {
class SoftwareProperties(SimpleGladeApp):
def __init__(self, datadir=None, options=None, parent=None):
+ gtk.window_set_default_icon_name("software-properties")
# FIXME: some saner way is needed here
if datadir == None: