Patch from Akira Tagoh <tagoh@gnome-db.org> to change the restart command

Tue Apr 16 17:09:02 2002  Jonathan Blandford  <jrb@redhat.com>

	* factory.c (main): Patch from Akira Tagoh <tagoh@gnome-db.org> to
	change the restart command from gnome2-settings-daemon to
	gnome-settings-daemon.
This commit is contained in:
Jonathan Blandford 2002-04-16 21:10:20 +00:00 committed by Jonathan Blandford
parent d08ce88742
commit f1d6eefaa1
2 changed files with 8 additions and 2 deletions

View file

@ -1,3 +1,9 @@
Tue Apr 16 17:09:02 2002 Jonathan Blandford <jrb@redhat.com>
* factory.c (main): Patch from Akira Tagoh <tagoh@gnome-db.org> to
change the restart command from gnome2-settings-daemon to
gnome-settings-daemon.
2002-04-11 jacob berkman <jacob@ximian.com>
* gnome-settings-accessibility-keyboard.c: only do xkb calls if

View file

@ -16,9 +16,9 @@ int main (int argc, char *argv [])
{
GnomeClient *session;
Bonobo_RegistrationResult ret;
gchar *restart_argv[] = { "gnome2-settings-daemon", *argv, 0 };
gchar *restart_argv[] = { "gnome-settings-daemon", *argv, 0 };
gnome_program_init ("gnome2-settings-daemon", VERSION, LIBGNOMEUI_MODULE,
gnome_program_init ("gnome-settings-daemon", VERSION, LIBGNOMEUI_MODULE,
argc, argv, NULL);
if (!bonobo_init (&argc, argv)) {