diff options
author | Ted Gould <ted@gould.cx> | 2010-02-16 22:07:38 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-02-16 22:07:38 -0600 |
commit | b0e8d1c61b0558f67478e51dd680cd00f87baee2 (patch) | |
tree | 6c8101db4e0726d83d8fe988075fecb3b064af8f /tests/test-desktop-shortcuts.c | |
parent | 452c195c4ec87b3e269feb2ae8124ede30da5e33 (diff) | |
download | libayatana-indicator-b0e8d1c61b0558f67478e51dd680cd00f87baee2.tar.gz libayatana-indicator-b0e8d1c61b0558f67478e51dd680cd00f87baee2.tar.bz2 libayatana-indicator-b0e8d1c61b0558f67478e51dd680cd00f87baee2.zip |
Wrong identity
Diffstat (limited to 'tests/test-desktop-shortcuts.c')
-rw-r--r-- | tests/test-desktop-shortcuts.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test-desktop-shortcuts.c b/tests/test-desktop-shortcuts.c index 7594e51..a7b57d3 100644 --- a/tests/test-desktop-shortcuts.c +++ b/tests/test-desktop-shortcuts.c @@ -96,7 +96,7 @@ test_desktop_shortcuts_nicknames (void) void test_desktop_shortcuts_launch (void) { - IndicatorDesktopShortcuts * ids = indicator_desktop_shortcuts_new(SRCDIR "/test-well-formed.desktop", "Touch"); + IndicatorDesktopShortcuts * ids = indicator_desktop_shortcuts_new(SRCDIR "/test-well-formed.desktop", "TouchTest"); g_assert(ids != NULL); const gchar ** nicks = indicator_desktop_shortcuts_get_nicks(ids); |