aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2010-12-08 10:40:23 -0600
committerTed Gould <ted@gould.cx>2010-12-08 10:40:23 -0600
commit2144d7749d9d1cbe9170502370cf91f09f412fb6 (patch)
tree2622dd5860e0843afbaa2b8ac5b71b8832864e95 /tests
parent7fae05b11eea1644bf0a0a7e773c7753a9b620d8 (diff)
downloadlibayatana-appindicator-2144d7749d9d1cbe9170502370cf91f09f412fb6.tar.gz
libayatana-appindicator-2144d7749d9d1cbe9170502370cf91f09f412fb6.tar.bz2
libayatana-appindicator-2144d7749d9d1cbe9170502370cf91f09f412fb6.zip
Drop the need and use of dbus-glib
Diffstat (limited to 'tests')
-rw-r--r--tests/test-libappindicator-dbus-server.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/test-libappindicator-dbus-server.c b/tests/test-libappindicator-dbus-server.c
index 995d49b..744ac0e 100644
--- a/tests/test-libappindicator-dbus-server.c
+++ b/tests/test-libappindicator-dbus-server.c
@@ -21,8 +21,6 @@ with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#include <dbus/dbus-glib.h>
-#include <dbus/dbus-glib-lowlevel.h>
#include <gtk/gtk.h>
#include <app-indicator.h>
#include "test-defines.h"
@@ -41,8 +39,6 @@ main (gint argc, gchar * argv[])
{
gtk_init(&argc, &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);