[pitivi] Set the "primary-toolbar" style on the main toolbar
- From: Jean-FranÃois Fortin Tam <jfft src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [pitivi] Set the "primary-toolbar" style on the main toolbar
- Date: Sun, 2 Sep 2012 03:58:29 +0000 (UTC)
commit 8e90540828f0d3e3ddc42e8bc9123b7e0350bb46
Author: Jean-FranÃois Fortin Tam <nekohayo gmail com>
Date: Mon Jul 30 12:56:11 2012 +0200
Set the "primary-toolbar" style on the main toolbar
pitivi/mainwindow.py | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/pitivi/mainwindow.py b/pitivi/mainwindow.py
index 7f6619b..6c55966 100644
--- a/pitivi/mainwindow.py
+++ b/pitivi/mainwindow.py
@@ -370,6 +370,7 @@ class PitiviMainWindow(gtk.Window, Loggable):
vbox.show()
self.menu = self.uimanager.get_widget("/MainMenuBar")
self.toolbar = self.uimanager.get_widget("/MainToolBar")
+ self.toolbar.get_style_context().add_class("primary-toolbar")
vbox.pack_start(self.menu, expand=False)
vbox.pack_start(self.toolbar, expand=False)
self.menu.show()
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]