diff options
author | Ted Gould <ted@gould.cx> | 2010-02-01 10:21:58 -0800 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-02-01 10:21:58 -0800 |
commit | 8a8c965f7fafd65b427a7cdc90cba59456889396 (patch) | |
tree | b63dc5cf6fdf7b5abbe3870b2571c6aa10f2e3f7 /src | |
parent | e68b4e3f23ad6b5e1f909fc50d86d0cc7d24e88f (diff) | |
download | libayatana-appindicator-8a8c965f7fafd65b427a7cdc90cba59456889396.tar.gz libayatana-appindicator-8a8c965f7fafd65b427a7cdc90cba59456889396.tar.bz2 libayatana-appindicator-8a8c965f7fafd65b427a7cdc90cba59456889396.zip |
Changing the suffix to 'panel'
Diffstat (limited to 'src')
-rw-r--r-- | src/indicator-application.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/indicator-application.c b/src/indicator-application.c index 5327ff2..6c053a9 100644 --- a/src/indicator-application.c +++ b/src/indicator-application.c @@ -41,7 +41,7 @@ with this program. If not, see <http://www.gnu.org/licenses/>. #include "application-service-client.h" #include "application-service-marshal.h" -#define PANEL_ICON_SUFFIX "symbolic" +#define PANEL_ICON_SUFFIX "panel" #define INDICATOR_APPLICATION_TYPE (indicator_application_get_type ()) #define INDICATOR_APPLICATION(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), INDICATOR_APPLICATION_TYPE, IndicatorApplication)) |