Changeset 2433
- Timestamp:
- 01/18/06 22:25:16
- Files:
-
- trunk/libnotify/ChangeLog (modified) (1 diff)
- trunk/libnotify/libnotify/notifynotification.h (modified) (1 diff)
- trunk/libnotify/tests/test-xy-stress.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/libnotify/ChangeLog
r2432 r2433 1 Wed Jan 18 22:24:10 PST 2006 Christian Hammond <chipx86@chipx86.com> 2 3 * libnotify/notifynotification.h: 4 * tests/test-xy-stress.c: 5 - Remove the config.h include from notifynotification.h. 6 1 7 Sun Jan 15 17:52:39 PST 2006 Christian Hammond <chipx86@chipx86.com> 2 8 trunk/libnotify/libnotify/notifynotification.h
r2426 r2433 19 19 #ifndef NOTIFY_NOTIFICATION_H 20 20 #define NOTIFY_NOTIFICATION_H 21 #include "config.h"22 21 23 22 #include <glib.h> trunk/libnotify/tests/test-xy-stress.c
r2391 r2433 24 24 #include <stdio.h> 25 25 #include <unistd.h> 26 27 #include <dbus/dbus.h>28 #include <dbus/dbus-glib.h>29 #include <dbus/dbus-glib-lowlevel.h>30 26 31 27 static void … … 83 79 { 84 80 GMainLoop *loop; 85 DBusConnection *conn;86 81 87 82 gdk_init(&argc, &argv); 88 83 89 84 notify_init("XY"); 90 91 conn = dbus_bus_get(DBUS_BUS_SESSION, NULL);92 dbus_connection_setup_with_g_main(conn, NULL);93 85 94 86 g_timeout_add(1000, _popup_random_bubble, NULL);
