aboutsummaryrefslogtreecommitdiff
path: root/src/default-applications.h
diff options
context:
space:
mode:
authorKen VanDine <ken.vandine@canonical.com>2011-04-07 14:50:42 -0400
committerKen VanDine <ken.vandine@canonical.com>2011-04-07 14:50:42 -0400
commit5a510f66bb0456d6ddd2bd28c35ee35ea9b0a24d (patch)
tree66c491d66867a00e0b242f9aaa114a606c4e7b36 /src/default-applications.h
parentcb170c0fb193360740cc543816e6f00d46a480c7 (diff)
parentad345629469cc26480eeba53c5b091a50a3456d3 (diff)
downloadayatana-indicator-messages-5a510f66bb0456d6ddd2bd28c35ee35ea9b0a24d.tar.gz
ayatana-indicator-messages-5a510f66bb0456d6ddd2bd28c35ee35ea9b0a24d.tar.bz2
ayatana-indicator-messages-5a510f66bb0456d6ddd2bd28c35ee35ea9b0a24d.zip
New upstream release.
∘ Set the type before other variables to get default handling more reliable (LP: #723873) ∘ Add support for overriding the default icon with a specific one for the messaging menu (LP: #741068)
Diffstat (limited to 'src/default-applications.h')
-rw-r--r--src/default-applications.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/default-applications.h b/src/default-applications.h
index 0a32e7c..df52b38 100644
--- a/src/default-applications.h
+++ b/src/default-applications.h
@@ -22,6 +22,10 @@ with this program. If not, see <http://www.gnu.org/licenses/>.
#ifndef DEFAULT_APPLICATIONS_H__
#define DEFAULT_APPLICATIONS_H__ 1
+/* Used for override icons in the normal case, but didn't
+ have a better place to put it. */
+#define ICON_KEY "X-Ayatana-Messaging-Menu-Icon"
+
const gchar * get_default_name (const gchar * desktop_path);
const gchar * get_default_setup (const gchar * desktop_path);
const gchar * get_default_icon (const gchar * desktop_path);