Skip to content

Commit

Permalink
Remove unnecessary local options, add credit
Browse files Browse the repository at this point in the history
  • Loading branch information
gnunn1 committed Feb 21, 2016
1 parent 326a329 commit 1b76242
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
6 changes: 0 additions & 6 deletions source/gx/terminix/application.d
Original file line number Diff line number Diff line change
Expand Up @@ -211,11 +211,6 @@ private:
preferenceWindow.close();
}

int onHandleLocalOptions(GVariantDict, GApplication) {
trace("App processing local command line");
return -1;
}

int onCommandLine(ApplicationCommandLine acl, GApplication app) {
trace("App processing command line");
scope (exit) {
Expand Down Expand Up @@ -322,7 +317,6 @@ public:
this.addOnStartup(&onAppStartup);
this.addOnShutdown(&onAppShutdown);
this.addOnCommandLine(&onCommandLine);
this.addOnHandleLocalOptions(&onHandleLocalOptions);
terminix = this;
}

Expand Down
2 changes: 1 addition & 1 deletion source/gx/terminix/constants.d
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ string[] APPLICATION_CREDITS = [
];
immutable string[] APPLICATION_ARTISTS = [];
immutable string[] APPLICATION_DOCUMENTERS = [""];
immutable string APPLICATION_TRANSLATORS = "MetotoSakamoto, frnogueira, dsboger";
immutable string APPLICATION_TRANSLATORS = "MetotoSakamoto, frnogueira, dsboger, Philipp Wolfer";

//GTK Settings
enum GTK_APP_PREFER_DARK_THEME = "gtk-application-prefer-dark-theme";
Expand Down

0 comments on commit 1b76242

Please sign in to comment.