When compiling with GTK3 the toolbar style should be set to "primary-toolbar" to match the new theme. However, simply setting the style in this way makes the toolbar looks bad because of the GtkEventBox wrapped around every GtkButton. It seems that the GtkEventBox is only used in connecting signals which can be connected directly to the GtkButton itself. In the attached patch the event box is removed and the toolbar style set to "primary-toolbar". Feedback/comments welcome -- Stefano Facchini