diff options
author | Ted Gould <ted@canonical.com> | 2009-04-22 23:06:52 -0500 |
---|---|---|
committer | Ted Gould <ted@canonical.com> | 2009-04-22 23:06:52 -0500 |
commit | 86043d1764da6a8e58dead41245d0872781745eb (patch) | |
tree | 90a3fbedf45c322433fdc0a271d2d418ff7d8c34 /src | |
parent | ed04016484c00da49d272000a58b84b25e6cee8a (diff) | |
download | ayatana-indicator-messages-86043d1764da6a8e58dead41245d0872781745eb.tar.gz ayatana-indicator-messages-86043d1764da6a8e58dead41245d0872781745eb.tar.bz2 ayatana-indicator-messages-86043d1764da6a8e58dead41245d0872781745eb.zip |
Setting the name to 'messages'
Diffstat (limited to 'src')
-rw-r--r-- | src/indicator-messages.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/indicator-messages.c b/src/indicator-messages.c index 846b177..ffc525f 100644 --- a/src/indicator-messages.c +++ b/src/indicator-messages.c @@ -26,6 +26,7 @@ with this program. If not, see <http://www.gnu.org/licenses/>. #include <libindicator/indicator.h> INDICATOR_SET_VERSION +INDICATOR_SET_NAME("messages") #include "im-menu-item.h" #include "app-menu-item.h" |