Skip to content

Commit

Permalink
fix(Envelope): remove deprecated variables
Browse files Browse the repository at this point in the history
  • Loading branch information
Cleiton Floss committed Feb 5, 2018
1 parent bdbcb78 commit 3a058fe
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/Envelope.vala
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,7 @@ namespace Envelope {
exec_name = Build.APP_NAME;

application_id = Build.APP_NAME;
app_icon = "accessories-calculator";
app_launcher = Build.APP_NAME + ".desktop";
bug_url = "https://github.com/cjfloss/envelope";

application_instance = this;
}
Expand Down Expand Up @@ -70,7 +68,7 @@ namespace Envelope {
Granite.Services.Paths.initialize (Build.APP_NAME, Build.PKG_DATADIR);

info ("Revision: %s", Build.VERSION_INFO);
info ("Report any issues/bugs you might find to %s", bug_url);
info ("Report any issues/bugs you might find to %s", "https://github.com/cjfloss/envelope");

if (main_window == null) {
main_window = new MainWindow ();
Expand Down

0 comments on commit 3a058fe

Please sign in to comment.