libgnome r3604 - in trunk: . libgnome
- From: tml svn gnome org
- To: svn-commits-list gnome org
- Subject: libgnome r3604 - in trunk: . libgnome
- Date: Fri, 25 Jan 2008 15:39:36 +0000 (GMT)
Author: tml
Date: Fri Jan 25 15:39:36 2008
New Revision: 3604
URL: http://svn.gnome.org/viewvc/libgnome?rev=3604&view=rev
Log:
2008-01-25 Tor Lillqvist <tml novell com>
* libgnome/gnome-program.c: Bypass accessibility initialisation on
Windows for now. It isn't implemented yet.
Modified:
trunk/ChangeLog
trunk/libgnome/gnome-program.c
Modified: trunk/libgnome/gnome-program.c
==============================================================================
--- trunk/libgnome/gnome-program.c (original)
+++ trunk/libgnome/gnome-program.c Fri Jan 25 15:39:36 2008
@@ -1660,6 +1660,8 @@
}
}
+#ifndef G_OS_WIN32 /* No GNOME a11y stuff is implemented for real on Windows anyway yet. */
+
static char *
find_accessibility_module (GnomeProgram *program, const char *libname)
{
@@ -1760,10 +1762,12 @@
return TRUE;
}
+#endif
static void
accessibility_init (GnomeProgram *program)
{
+#ifndef G_OS_WIN32
int i;
gboolean do_init;
const char *env_var;
@@ -1796,6 +1800,7 @@
if (do_init)
accessibility_invoke (program, TRUE);
+#endif
}
/**
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]