aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2011-07-02 16:11:08 +0200
committerGuido Günther <agx@sigxcpu.org>2011-07-05 22:33:32 +0200
commit2df5d870e2b560f63da123f586fc5e5456d42906 (patch)
tree86de01a857990ea56864e3e47049cb131803abdd /src
parentc44bb1e2193bcbe09bbdb446994301ee01624b18 (diff)
Add application icon
Diffstat (limited to 'src')
-rw-r--r--src/prepaid-manager-applet.desktop.in1
-rwxr-xr-xsrc/prepaid-manager-applet.py1
2 files changed, 2 insertions, 0 deletions
diff --git a/src/prepaid-manager-applet.desktop.in b/src/prepaid-manager-applet.desktop.in
index 2ebee5f..a345d49 100644
--- a/src/prepaid-manager-applet.desktop.in
+++ b/src/prepaid-manager-applet.desktop.in
@@ -5,3 +5,4 @@ Exec=prepaid-manager-applet
Terminal=false
Type=Application
Categories=GNOME;GTK;Utility;Network;
+Icon=ppm
diff --git a/src/prepaid-manager-applet.py b/src/prepaid-manager-applet.py
index 378d8f7..98da371 100755
--- a/src/prepaid-manager-applet.py
+++ b/src/prepaid-manager-applet.py
@@ -292,6 +292,7 @@ class PPMDialog(GObject.GObject, PPMObject):
comments = _("Manage balance of prepaid GSM SIM cards"),
wrap_license = True,
version = ppm.version,
+ logo_icon_name = 'ppm',
license_type = Gtk.License.GPL_3_0)
def _init_subdialogs(self):