diff options
author | Ted Gould <ted@canonical.com> | 2009-11-03 21:31:04 -0600 |
---|---|---|
committer | Ted Gould <ted@canonical.com> | 2009-11-03 21:31:04 -0600 |
commit | 57642ed848ab8f6afd9e364b503633727c5ee288 (patch) | |
tree | aeaccb9ac5145881440dcae77dece37655ff48b3 /tests/dummy-indicator-blank.c | |
parent | 1f96a346f7c2465a6a7785413d78071938829891 (diff) | |
download | libayatana-indicator-57642ed848ab8f6afd9e364b503633727c5ee288.tar.gz libayatana-indicator-57642ed848ab8f6afd9e364b503633727c5ee288.tar.bz2 libayatana-indicator-57642ed848ab8f6afd9e364b503633727c5ee288.zip |
Converting the dummy indicators over to the new API. They compile now.
Diffstat (limited to 'tests/dummy-indicator-blank.c')
-rw-r--r-- | tests/dummy-indicator-blank.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/dummy-indicator-blank.c b/tests/dummy-indicator-blank.c index 41249f2..5cfe0f0 100644 --- a/tests/dummy-indicator-blank.c +++ b/tests/dummy-indicator-blank.c @@ -2,5 +2,4 @@ #include "libindicator/indicator.h" INDICATOR_SET_VERSION -INDICATOR_SET_NAME("dummy-indicator-null") |