[Galago-commits] r2433 - in trunk/libnotify: . libnotify tests
galago-commits at freedesktop.org
galago-commits at freedesktop.org
Wed Jan 18 22:25:20 PST 2006
Author: chipx86
Date: 2006-01-18 22:25:16 -0800 (Wed, 18 Jan 2006)
New Revision: 2433
Modified:
trunk/libnotify/ChangeLog
trunk/libnotify/libnotify/notifynotification.h
trunk/libnotify/tests/test-xy-stress.c
Log:
Remove the config.h include from notifynotification.h.
Modified: trunk/libnotify/ChangeLog
===================================================================
--- trunk/libnotify/ChangeLog 2006-01-16 01:53:06 UTC (rev 2432)
+++ trunk/libnotify/ChangeLog 2006-01-19 06:25:16 UTC (rev 2433)
@@ -1,3 +1,9 @@
+Wed Jan 18 22:24:10 PST 2006 Christian Hammond <chipx86 at chipx86.com>
+
+ * libnotify/notifynotification.h:
+ * tests/test-xy-stress.c:
+ - Remove the config.h include from notifynotification.h.
+
Sun Jan 15 17:52:39 PST 2006 Christian Hammond <chipx86 at chipx86.com>
* docs/notification-spec.xml:
Modified: trunk/libnotify/libnotify/notifynotification.h
===================================================================
--- trunk/libnotify/libnotify/notifynotification.h 2006-01-16 01:53:06 UTC (rev 2432)
+++ trunk/libnotify/libnotify/notifynotification.h 2006-01-19 06:25:16 UTC (rev 2433)
@@ -18,7 +18,6 @@
#ifndef NOTIFY_NOTIFICATION_H
#define NOTIFY_NOTIFICATION_H
-#include "config.h"
#include <glib.h>
#include <glib-object.h>
Modified: trunk/libnotify/tests/test-xy-stress.c
===================================================================
--- trunk/libnotify/tests/test-xy-stress.c 2006-01-16 01:53:06 UTC (rev 2432)
+++ trunk/libnotify/tests/test-xy-stress.c 2006-01-19 06:25:16 UTC (rev 2433)
@@ -24,10 +24,6 @@
#include <stdio.h>
#include <unistd.h>
-#include <dbus/dbus.h>
-#include <dbus/dbus-glib.h>
-#include <dbus/dbus-glib-lowlevel.h>
-
static void
_handle_closed(GObject *obj)
{
@@ -82,15 +78,11 @@
main(int argc, char **argv)
{
GMainLoop *loop;
- DBusConnection *conn;
gdk_init(&argc, &argv);
notify_init("XY");
- conn = dbus_bus_get(DBUS_BUS_SESSION, NULL);
- dbus_connection_setup_with_g_main(conn, NULL);
-
g_timeout_add(1000, _popup_random_bubble, NULL);
loop = g_main_loop_new(NULL, FALSE);
More information about the galago-commits
mailing list