1999-10-27 Miguel de Icaza <miguel@nuclecu.unam.mx>

* gdesktop-init.c (desktop_init_at): Put an equal sign between the
	option and the rest.
This commit is contained in:
Miguel de Icaza 1999-10-27 20:04:25 +00:00
parent 3e9bd3e174
commit d818919b23
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
1999-10-27 Miguel de Icaza <miguel@nuclecu.unam.mx>
* gdesktop-init.c (desktop_init_at): Put an equal sign between the
option and the rest.
1999-10-20 Federico Mena Quintero <federico@redhat.com>
* gdesktop.c (text_changed): Do not try to rename the file if the

View File

@ -107,7 +107,7 @@ desktop_init_at (const char *dir)
char *command;
desktop_quoted = name_quote (desktop_directory, 0);
command = g_strconcat (fname, " --desktop-dir", desktop_quoted, NULL);
command = g_strconcat (fname, " --desktop-dir=", desktop_quoted, NULL);
g_free (desktop_quoted);
my_system (EXECUTE_WAIT | EXECUTE_AS_SHELL, shell, command);