Skip to content
This repository has been archived by the owner on Mar 13, 2023. It is now read-only.

Commit

Permalink
assign icon name to preferences window
Browse files Browse the repository at this point in the history
  • Loading branch information
Schneegans committed Aug 24, 2016
1 parent 5b8192b commit c1d854a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/gui/preferencesWindow.vala
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ public class PreferencesWindow : GLib.Object {
var builder = new Gtk.Builder.from_file(Paths.ui_files + "/preferences.ui");

this.window = builder.get_object("window") as Gtk.Window;
this.window.icon_name = "gnome-pie";
this.window.add_events(Gdk.EventMask.BUTTON_RELEASE_MASK |
Gdk.EventMask.KEY_RELEASE_MASK |
Gdk.EventMask.KEY_PRESS_MASK |
Expand Down

0 comments on commit c1d854a

Please sign in to comment.