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:
parent
d08ce88742
commit
f1d6eefaa1
2 changed files with 8 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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)) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue