diff options
author | Ted Gould <ted@gould.cx> | 2010-02-04 16:45:32 -0800 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-02-04 16:45:32 -0800 |
commit | 33edaca78f98d3a4b0f1eccf7076b3c659ec90e4 (patch) | |
tree | 56db9b794df727e4f7a717e85b9ec49600c69a66 /tests/test-libappindicator-fallback-item.c | |
parent | f25e2f07b3afbdfbe6088bb913cf091620a4ad16 (diff) | |
parent | f8ab455538c130ce03132e2557c9363e9a808156 (diff) | |
download | libayatana-appindicator-33edaca78f98d3a4b0f1eccf7076b3c659ec90e4.tar.gz libayatana-appindicator-33edaca78f98d3a4b0f1eccf7076b3c659ec90e4.tar.bz2 libayatana-appindicator-33edaca78f98d3a4b0f1eccf7076b3c659ec90e4.zip |
* Upstream release 0.0.11
* Interoperability Fixes
* Adding in XVFB support for tests
* Adding support for icons with the '-panel' suffix
Diffstat (limited to 'tests/test-libappindicator-fallback-item.c')
-rw-r--r-- | tests/test-libappindicator-fallback-item.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test-libappindicator-fallback-item.c b/tests/test-libappindicator-fallback-item.c index 291bc7c..2c6e044 100644 --- a/tests/test-libappindicator-fallback-item.c +++ b/tests/test-libappindicator-fallback-item.c @@ -108,7 +108,7 @@ main (int argc, char ** argv) TestLibappindicatorFallbackItem * item = g_object_new(TEST_LIBAPPINDICATOR_FALLBACK_ITEM_TYPE, "id", "test-id", - "category", "other", + "category", "Other", "icon-name", "bob", NULL); |