~ubuntu-branches/ubuntu/maverick/indicator-application/maverick-updates

« back to all changes in this revision

Viewing changes to tests/test-libappindicator-dbus-server.c

  • Committer: Bazaar Package Importer
  • Author(s): Ted Gould
  • Date: 2010-02-23 10:30:27 UTC
  • Revision ID: james.westby@ubuntu.com-20100223103027-4e5k49mrwn7zhgk8
Tags: 0.0.13-0ubuntu8
* Upstream Merge
  * Checking for dbus-glib version 0.82
* debian/control: Checking for dbus-glib >= 0.82

Show diffs side-by-side

added added

removed removed

Lines of Context:
44
44
        g_debug("DBus ID: %s", dbus_connection_get_server_id(dbus_g_connection_get_connection(dbus_g_bus_get(DBUS_BUS_SESSION, NULL))));
45
45
 
46
46
        AppIndicator * ci = app_indicator_new (TEST_ID, TEST_ICON_NAME, TEST_CATEGORY);
 
47
 
47
48
        app_indicator_set_status (ci, TEST_STATE);
48
49
        app_indicator_set_attention_icon (ci, TEST_ATTENTION_ICON_NAME);
49
50