mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-23 12:56:51 +03:00
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:
parent
3e9bd3e174
commit
d818919b23
@ -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>
|
1999-10-20 Federico Mena Quintero <federico@redhat.com>
|
||||||
|
|
||||||
* gdesktop.c (text_changed): Do not try to rename the file if the
|
* gdesktop.c (text_changed): Do not try to rename the file if the
|
||||||
|
@ -107,7 +107,7 @@ desktop_init_at (const char *dir)
|
|||||||
char *command;
|
char *command;
|
||||||
|
|
||||||
desktop_quoted = name_quote (desktop_directory, 0);
|
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);
|
g_free (desktop_quoted);
|
||||||
|
|
||||||
my_system (EXECUTE_WAIT | EXECUTE_AS_SHELL, shell, command);
|
my_system (EXECUTE_WAIT | EXECUTE_AS_SHELL, shell, command);
|
||||||
|
Loading…
Reference in New Issue
Block a user