diff options
author | Sebastien Bacher <seb128@ubuntu.com> | 2010-02-23 17:52:35 +0100 |
---|---|---|
committer | Sebastien Bacher <seb128@ubuntu.com> | 2010-02-23 17:52:35 +0100 |
commit | b42f4757077149c0036491a2f84ebddd36186b5c (patch) | |
tree | 6b0be3fe66962a1059b76565e740a4dbb2e6c10a /tests/test-libappindicator-dbus-server.c | |
parent | d0087bc21f0468fed2fe6d5e048a449ade2c8070 (diff) | |
parent | 1d1afe2b470221603dded93ffcb846c6c59fd545 (diff) | |
download | libayatana-appindicator-b42f4757077149c0036491a2f84ebddd36186b5c.tar.gz libayatana-appindicator-b42f4757077149c0036491a2f84ebddd36186b5c.tar.bz2 libayatana-appindicator-b42f4757077149c0036491a2f84ebddd36186b5c.zip |
releasing version 0.0.13-0ubuntu80.0.13-0ubuntu8
Diffstat (limited to 'tests/test-libappindicator-dbus-server.c')
-rw-r--r-- | tests/test-libappindicator-dbus-server.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test-libappindicator-dbus-server.c b/tests/test-libappindicator-dbus-server.c index 76f0e50..2d68950 100644 --- a/tests/test-libappindicator-dbus-server.c +++ b/tests/test-libappindicator-dbus-server.c @@ -44,6 +44,7 @@ main (gint argc, gchar * argv[]) g_debug("DBus ID: %s", dbus_connection_get_server_id(dbus_g_connection_get_connection(dbus_g_bus_get(DBUS_BUS_SESSION, NULL)))); AppIndicator * ci = app_indicator_new (TEST_ID, TEST_ICON_NAME, TEST_CATEGORY); + app_indicator_set_status (ci, TEST_STATE); app_indicator_set_attention_icon (ci, TEST_ATTENTION_ICON_NAME); |