diff options
author | Ted Gould <ted@gould.cx> | 2011-04-07 12:32:13 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2011-04-07 12:32:13 -0500 |
commit | 1111499b1ae2a9d717474ebe9a017b2edb789d4a (patch) | |
tree | a2b044315c34a4c93f56cca61a187e3685de55a5 /src/default-applications.h | |
parent | 44da996a0ff312992cee60839b965d1fbbd256cc (diff) | |
parent | 18d9d74ea8e9ceb86d2e14d64e013a09d2f9ee64 (diff) | |
download | ayatana-indicator-messages-1111499b1ae2a9d717474ebe9a017b2edb789d4a.tar.gz ayatana-indicator-messages-1111499b1ae2a9d717474ebe9a017b2edb789d4a.tar.bz2 ayatana-indicator-messages-1111499b1ae2a9d717474ebe9a017b2edb789d4a.zip |
Import upstream version 0.4.0
Diffstat (limited to 'src/default-applications.h')
-rw-r--r-- | src/default-applications.h | 4 |
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); |