diff options
author | Ted Gould <ted@gould.cx> | 2010-03-04 15:57:10 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-03-04 15:57:10 -0600 |
commit | ed955778a5b80d009a2575858914ef40d9a32e0b (patch) | |
tree | 4a0974ac812556add397a6f42bd980c945b7242a /src/default-applications.h | |
parent | 1cc1da9e68b7899074c90b3a17ead21281b3f4f5 (diff) | |
parent | ace1ea5b32a539c2afe0feacd47033c3a7d1098b (diff) | |
download | ayatana-indicator-messages-ed955778a5b80d009a2575858914ef40d9a32e0b.tar.gz ayatana-indicator-messages-ed955778a5b80d009a2575858914ef40d9a32e0b.tar.bz2 ayatana-indicator-messages-ed955778a5b80d009a2575858914ef40d9a32e0b.zip |
Putting in default icons for the default apps that are panel themed
Diffstat (limited to 'src/default-applications.h')
-rw-r--r-- | src/default-applications.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/default-applications.h b/src/default-applications.h index 13cc904..0a32e7c 100644 --- a/src/default-applications.h +++ b/src/default-applications.h @@ -24,6 +24,7 @@ with this program. If not, see <http://www.gnu.org/licenses/>. 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); #endif /* DEFAULT_APPLICATIONS_H__ */ |