This commit is contained in:
parent
2a9981b284
commit
42b709560f
@ -23,8 +23,8 @@
|
|||||||
|
|
||||||
gsm_motd_start ();
|
gsm_motd_start ();
|
||||||
|
|
||||||
+ // move this down so the environments from above get set up
|
+ /* move this down so the environments from above get set up
|
||||||
+ // correctly before assistive modules activate items
|
+ correctly before assistive modules activate items */
|
||||||
+ env_a_t_support = g_getenv (ACCESSIBILITY_ENV);
|
+ env_a_t_support = g_getenv (ACCESSIBILITY_ENV);
|
||||||
+ if (env_a_t_support)
|
+ if (env_a_t_support)
|
||||||
+ a_t_support = atoi (env_a_t_support);
|
+ a_t_support = atoi (env_a_t_support);
|
||||||
|
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Sep 4 17:53:31 CEST 2007 - maw@suse.de
|
||||||
|
|
||||||
|
- Update gnome-session-main-init.patch to use old-fashioned C
|
||||||
|
style comments in lieu of C++ style comments, courtesy of Calvin
|
||||||
|
(#302316 and bugzilla.gnome.org #469958).
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Aug 31 17:47:03 CEST 2007 - maw@suse.de
|
Fri Aug 31 17:47:03 CEST 2007 - maw@suse.de
|
||||||
|
|
||||||
|
@ -16,7 +16,7 @@ BuildRequires: CASA-devel control-center2-devel fdupes gnome-common gnome-deskt
|
|||||||
License: GPL v2 or later, LGPL v2 or later
|
License: GPL v2 or later, LGPL v2 or later
|
||||||
Group: System/GUI/GNOME
|
Group: System/GUI/GNOME
|
||||||
Version: 2.19.90
|
Version: 2.19.90
|
||||||
Release: 1
|
Release: 4
|
||||||
Summary: Session Tools for the GNOME 2.x Desktop
|
Summary: Session Tools for the GNOME 2.x Desktop
|
||||||
Source: %{name}-%{version}.tar.bz2
|
Source: %{name}-%{version}.tar.bz2
|
||||||
Source1: gnome
|
Source1: gnome
|
||||||
@ -161,6 +161,10 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%files lang -f %{name}-2.0.lang
|
%files lang -f %{name}-2.0.lang
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Sep 04 2007 - maw@suse.de
|
||||||
|
- Update gnome-session-main-init.patch to use old-fashioned C
|
||||||
|
style comments in lieu of C++ style comments, courtesy of Calvin
|
||||||
|
(#302316 and bugzilla.gnome.org #469958).
|
||||||
* Fri Aug 31 2007 - maw@suse.de
|
* Fri Aug 31 2007 - maw@suse.de
|
||||||
- Update to version 2.19.90:
|
- Update to version 2.19.90:
|
||||||
+ Updated translations.
|
+ Updated translations.
|
||||||
|
Loading…
Reference in New Issue
Block a user