Skip to content

Commit

Permalink
Removed the image setting for gtk buttons
Browse files Browse the repository at this point in the history
As we do not use buttons any more
  • Loading branch information
David Vilar committed May 24, 2012
1 parent cdb136e commit 6f054f4
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/pdfpc.vala
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -138,10 +138,6 @@ namespace org.westhoffswelt.pdfpresenter {
Gdk.threads_init(); Gdk.threads_init();
Gtk.init( ref args ); Gtk.init( ref args );


// Needed to show the images in the overview
var default_settings = Gtk.Settings.get_default();
default_settings.set("gtk_button_images", true);

// Initialize the application wide mutex objects // Initialize the application wide mutex objects
MutexLocks.init(); MutexLocks.init();


Expand Down

0 comments on commit 6f054f4

Please sign in to comment.