lib/groove-dl/app.rb in groove-dl-0.1.0 vs lib/groove-dl/app.rb in groove-dl-0.2.0

- old
+ new

@@ -1,9 +1,10 @@ # -*- coding: utf-8 -*- module GrooveDl # Bootstraper for the application class App < Gtk::Window def initialize + Gtk::Settings.default.gtk_button_images = true super client = Grooveshark::Client.new box = Gtk::Box.new(:vertical)