aboutsummaryrefslogtreecommitdiff
path: root/src/default-applications.h
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2011-04-07 12:33:22 -0500
committerTed Gould <ted@gould.cx>2011-04-07 12:33:22 -0500
commitfc06931a56ec2746e2349de17afdfee90e11a331 (patch)
tree5498064a78606c4b5018cc6302ba5b791a9997f5 /src/default-applications.h
parentd7650d10b6946cd879419850783408e362ae0c05 (diff)
parent1111499b1ae2a9d717474ebe9a017b2edb789d4a (diff)
downloadayatana-indicator-messages-fc06931a56ec2746e2349de17afdfee90e11a331.tar.gz
ayatana-indicator-messages-fc06931a56ec2746e2349de17afdfee90e11a331.tar.bz2
ayatana-indicator-messages-fc06931a56ec2746e2349de17afdfee90e11a331.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);