diff options
author | Evgeni Golov <evgeni@debian.org> | 2011-06-05 13:15:29 +0200 |
---|---|---|
committer | Evgeni Golov <evgeni@debian.org> | 2011-06-05 13:15:29 +0200 |
commit | 1198366a16181e1c209bac3c636ec78ccf94e4da (patch) | |
tree | 805f9598f43971a579dd344f891adc11759f3a67 /src/default-applications.h | |
parent | 798de71d59e1e6c129fc6f1429302b400924a983 (diff) | |
parent | 5a4afec94f47844126d4642b99acdaee37a14d4a (diff) | |
download | ayatana-indicator-messages-1198366a16181e1c209bac3c636ec78ccf94e4da.tar.gz ayatana-indicator-messages-1198366a16181e1c209bac3c636ec78ccf94e4da.tar.bz2 ayatana-indicator-messages-1198366a16181e1c209bac3c636ec78ccf94e4da.zip |
* Merge new upstream from Ubuntu.
* 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.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); |