Call setup_session_mgmt if --apply or --init-session-settings was passed
2001-07-30 Bradford Hovinen <hovinen@ximian.com> * capplet-util.c (capplet_init): Call setup_session_mgmt if --apply or --init-session-settings was passed
This commit is contained in:
parent
bf4c53b1ad
commit
8973e3d6be
2 changed files with 9 additions and 3 deletions
|
@ -1,3 +1,10 @@
|
||||||
|
2001-07-30 Bradford Hovinen <hovinen@ximian.com>
|
||||||
|
|
||||||
|
* capplet-util.c (capplet_init): Don't sync if we need legacy
|
||||||
|
values
|
||||||
|
(capplet_init): Call setup_session_mgmt if --apply or
|
||||||
|
--init-session-settings was passed
|
||||||
|
|
||||||
2001-07-27 Bradford Hovinen <hovinen@ximian.com>
|
2001-07-27 Bradford Hovinen <hovinen@ximian.com>
|
||||||
|
|
||||||
* RELEASE : 1.5.2
|
* RELEASE : 1.5.2
|
||||||
|
|
|
@ -526,10 +526,9 @@ capplet_init (int argc,
|
||||||
}
|
}
|
||||||
|
|
||||||
if ((apply_only || init_session) && apply_fn != NULL) {
|
if ((apply_only || init_session) && apply_fn != NULL) {
|
||||||
if (needs_legacy) {
|
setup_session_mgmt (argv[0]);
|
||||||
|
if (needs_legacy)
|
||||||
get_legacy_fn (db);
|
get_legacy_fn (db);
|
||||||
Bonobo_ConfigDatabase_sync (db, &ev);
|
|
||||||
}
|
|
||||||
|
|
||||||
apply_fn (db);
|
apply_fn (db);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue