shell-recorder: Fix accidental fallthrough
Don't append a unique identifier when we asked for a timestamp. https://bugzilla.gnome.org/show_bug.cgi?id=677434
This commit is contained in:
parent
f5ca649977
commit
70d610b5e4
@ -1241,6 +1241,7 @@ recorder_open_outfile (ShellRecorder *recorder)
|
|||||||
g_free (time_str);
|
g_free (time_str);
|
||||||
g_date_time_unref (datetime);
|
g_date_time_unref (datetime);
|
||||||
}
|
}
|
||||||
|
break;
|
||||||
case 'u':
|
case 'u':
|
||||||
if (recorder->unique)
|
if (recorder->unique)
|
||||||
g_string_append (filename, recorder->unique);
|
g_string_append (filename, recorder->unique);
|
||||||
|
Loading…
Reference in New Issue
Block a user