mirror of
https://github.com/rozniak/xfce-winxp-tc.git
synced 2026-05-01 11:41:30 +00:00
Enhancement: Fixes #385, shell/shellext - implement operations on views
This commit is contained in:
@@ -90,6 +90,10 @@ gboolean wintc_launch_command(
|
||||
if (error != NULL)
|
||||
{
|
||||
g_propagate_error(out_error, error);
|
||||
|
||||
g_free(real_cmdline);
|
||||
g_free(tmp_cmdline);
|
||||
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
@@ -188,8 +192,10 @@ static gboolean parse_file_in_cmdline(
|
||||
{
|
||||
g_propagate_error(out_error, error);
|
||||
}
|
||||
|
||||
g_clear_error(&error);
|
||||
else
|
||||
{
|
||||
g_clear_error(&error);
|
||||
}
|
||||
|
||||
WINTC_SAFE_REF_SET(out_cmdline, g_strdup(cmdline));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user