diff options
author | Ted Gould <ted@gould.cx> | 2010-02-22 15:25:13 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-02-22 15:25:13 -0600 |
commit | dd2a9a5096d01f6f0f37408ce39fba087cc84dd8 (patch) | |
tree | 1cf17fb7f177fcbe2575f7fb2fc0e5ce61b719bc /tests/test-libappindicator-dbus-server.c | |
parent | 386128abb4ef32983efd13b1e757459aa34d473b (diff) | |
parent | 75ccac53fc05f24633c76ac5d956b91a9a6640fb (diff) | |
download | libayatana-appindicator-dd2a9a5096d01f6f0f37408ce39fba087cc84dd8.tar.gz libayatana-appindicator-dd2a9a5096d01f6f0f37408ce39fba087cc84dd8.tar.bz2 libayatana-appindicator-dd2a9a5096d01f6f0f37408ce39fba087cc84dd8.zip |
* Upstream merge
* Menu updates connections
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); |