mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-05-05 15:47:59 +02:00
fixes dbus-launch so the bus goes away when X does (Red Hat Bug #430412)
* tools/dbus-launch.c (main): set xdisplay = NULL * Patch by Matthias Clasen <mclasen at redhat.com> +
This commit is contained in:
parent
b53e46c2e2
commit
7d409700c3
2 changed files with 9 additions and 0 deletions
|
|
@ -1,3 +1,10 @@
|
|||
2008-02-21 John (J5) Palmieri <johnp@redhat.com>
|
||||
|
||||
* fixes dbus-launch so the bus goes away when X does
|
||||
(Red Hat Bug #430412)
|
||||
* tools/dbus-launch.c (main): set xdisplay = NULL
|
||||
* Patch by Matthias Clasen <mclasen at redhat.com>
|
||||
|
||||
2008-01-17 John (J5) Palmieri <johnp@redhat.com>
|
||||
|
||||
* Released 1.1.4
|
||||
|
|
|
|||
|
|
@ -966,6 +966,8 @@ main (int argc, char **argv)
|
|||
char write_pid_fd_as_string[MAX_FD_LEN];
|
||||
char write_address_fd_as_string[MAX_FD_LEN];
|
||||
|
||||
xdisplay = NULL;
|
||||
|
||||
if (close_stderr)
|
||||
do_close_stderr ();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue