[gnome-boxes] topbar: Apply theme to correct widget
- From: Zeeshan Ali Khattak <zeeshanak src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-boxes] topbar: Apply theme to correct widget
- Date: Tue, 14 Aug 2012 21:22:50 +0000 (UTC)
commit 2828b10c3127ee881d0f20ca55ca401cd005520d
Author: Zeeshan Ali (Khattak) <zeeshanak gnome org>
Date: Wed Aug 15 00:06:53 2012 +0300
topbar: Apply theme to correct widget
Reviewer: Marc-Andrà Lureau <marcandre lureau gmail com>
src/topbar.vala | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/topbar.vala b/src/topbar.vala
index 7c300b0..99935de 100644
--- a/src/topbar.vala
+++ b/src/topbar.vala
@@ -81,7 +81,7 @@ private class Boxes.Topbar: Boxes.UI {
hbox = new Gtk.HBox (false, 0);
notebook.append_page (hbox, null);
selection_toolbar = new Gd.MainToolbar ();
- toolbar.get_style_context ().add_class (Gtk.STYLE_CLASS_MENUBAR);
+ selection_toolbar.get_style_context ().add_class (Gtk.STYLE_CLASS_MENUBAR);
hbox.pack_start (selection_toolbar, true, true, 0);
update_selection_label ();
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]