Fix application icon on Ubuntu

This commit is contained in:
Matt Baer 2018-04-19 09:56:45 -04:00
parent c973cc332a
commit 54d7f5b8b7

View File

@ -43,7 +43,7 @@ public class WriteAs.MainWindow : Gtk.ApplicationWindow {
public MainWindow(Gtk.Application app) {
set_application(app);
icon_name = "write-as-gtk";
icon_name = "write-as";
try {
open_file(draft_file());
} catch (Error err) {/* It's fine... */}