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:
Jasper St. Pierre 2012-06-04 23:17:43 -04:00
parent f5ca649977
commit 70d610b5e4

View File

@ -1241,6 +1241,7 @@ recorder_open_outfile (ShellRecorder *recorder)
g_free (time_str);
g_date_time_unref (datetime);
}
break;
case 'u':
if (recorder->unique)
g_string_append (filename, recorder->unique);