summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Cameron <bcameron@src.gnome.org>2006-10-06 00:36:09 +0000
committerBrian Cameron <bcameron@src.gnome.org>2006-10-06 00:36:09 +0000
commit09b8bfee9796935adac368a8ecccdddaffeb9ff2 (patch)
tree8ec86c6edccfae897e903e236c7d81af160f5aa8
parentdec35a9e96d22d88b25f780c0470ff37832216af (diff)
downloadgdm-09b8bfee9796935adac368a8ecccdddaffeb9ff2.tar.gz
Mention bug # in ChangeLog entry.
-rw-r--r--ChangeLog31
1 files changed, 14 insertions, 17 deletions
diff --git a/ChangeLog b/ChangeLog
index 5ef23a24..d8c1eb88 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,25 +1,22 @@
2006-10-04 Ariel Rios <ariel@gnu.org>
- * gui/gdmcommon.h (gdm_commoN_atspi_launch) Header for launching
- the registry.
-
+ Fixes bug #345434.
+ * gui/gdmcommon.h (gdm_common_atspi_launch) Header for launching
+ the registry.
* gui/gdmcommon.c (pre_atspi_launch): Execute the registry
- that is supposed to be located on LIBEXECDIR.
- (filter_watch): Called whenever we get the PropertyNotify
- event and the we exit the gtk_main loop we are on and remove
- the event from the queue.
- (filter_timeout): Function launched if after 1 second the registry is
- not found.
- (error_dialog): Display message saying no at-spi-registryd was found.
- (gdm_common_atspi_launch): Launchs the registry, starts checking for
- property changes on the X root window. If the registry is found we
- continue executing the GUI.
-
+ that is supposed to be located on LIBEXECDIR.
+ (filter_watch): Called whenever we get the PropertyNotify
+ event and the we exit the gtk_main loop we are on and remove
+ the event from the queue.
+ (filter_timeout): Function launched if after 1 second the registry
+ is not found.
+ (error_dialog): Display message saying no at-spi-registryd was found.
+ (gdm_common_atspi_launch): Launchs the registry, starts checking for
+ property changes on the X root window. If the registry is found we
+ continue executing the GUI.
* gui/gdmlogin.c (main): Launch gdk_init and then lunch the
- at-spi-registry if GTK_ADD_MODULES is set on.
-
+ at-spi-registry if GTK_ADD_MODULES is set on.
* gui/greeter/greeter.c (main): Ditto.
-
* docs/C/gdm.xml: Add documentation to indicate that the GUI will
now launch the at-spi-registryd if GTK_ADD_MODULES is set to true.