Publish correct draft file
This commit is contained in:
parent
f080df15e7
commit
caeebc37f3
@ -199,7 +199,7 @@ public class WriteAs.MainWindow : Gtk.ApplicationWindow {
|
|||||||
text_changed = false;
|
text_changed = false;
|
||||||
}
|
}
|
||||||
|
|
||||||
var cmd = "sh -c 'cat ~/.writeas-draft.txt | writeas --font %s'";
|
var cmd = "sh -c 'cat ~/" + data_dir + "/draft.txt | writeas --font %s'";
|
||||||
cmd = cmd.printf(fontstyle);
|
cmd = cmd.printf(fontstyle);
|
||||||
string stdout, stderr;
|
string stdout, stderr;
|
||||||
int status;
|
int status;
|
||||||
|
Loading…
Reference in New Issue
Block a user