summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormonsta <[email protected]>2016-02-12 12:12:35 +0300
committermonsta <[email protected]>2016-02-12 12:12:35 +0300
commitb94df17da80245be979c5ee16dccf6e35b03c641 (patch)
treee64ba5b933078fb3377c99ed74fa1d610257b608
parent7e5681d9d0989ff9217dd008ba6814a29d7078d0 (diff)
downloadpython-caja-b94df17da80245be979c5ee16dccf6e35b03c641.tar.bz2
python-caja-b94df17da80245be979c5ee16dccf6e35b03c641.tar.xz
use correct icon name
fixes missing icon in extension's about dialog
-rw-r--r--libcaja-python.caja-extension.in.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/libcaja-python.caja-extension.in.in b/libcaja-python.caja-extension.in.in
index 93a5d30..d1c595b 100644
--- a/libcaja-python.caja-extension.in.in
+++ b/libcaja-python.caja-extension.in.in
@@ -1,5 +1,5 @@
[Caja Extension]
-Icon=python
+Icon=text-x-python
_Name=Python
_Description=Allows to use Python extensions
Author=Perberos <[email protected]>;Stefano Karapetsas <[email protected]>;Steve Zesch <[email protected]>;Johan Dahlin <[email protected]>;Dave Camp <[email protected]>;Calvin Gaisford <[email protected]>