Skip to content
This repository has been archived by the owner on Dec 5, 2020. It is now read-only.

Commit

Permalink
Merge pull request #54 from kajzersoze/master
Browse files Browse the repository at this point in the history
Fix saving window geometry #51
  • Loading branch information
haecker-felix authored Aug 19, 2016
2 parents 530ddde + 984f073 commit f94c93c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/Widgets/MainWindow.vala
Original file line number Diff line number Diff line change
Expand Up @@ -107,10 +107,6 @@ namespace Gradio{
player_toolbar.set_radio_station(a);
});

this.destroy.connect(() => {
save_geometry ();
});

this.delete_event.connect (() => {
save_geometry ();
if (App.settings.get_boolean ("close-to-tray")) {
Expand Down

0 comments on commit f94c93c

Please sign in to comment.