diff options
Diffstat (limited to 'src/ToolbarTheme.cc')
-rw-r--r-- | src/ToolbarTheme.cc | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/ToolbarTheme.cc b/src/ToolbarTheme.cc index 374a596..61df3d4 100644 --- a/src/ToolbarTheme.cc +++ b/src/ToolbarTheme.cc | |||
@@ -19,7 +19,7 @@ | |||
19 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER | 19 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER |
20 | // DEALINGS IN THE SOFTWARE. | 20 | // DEALINGS IN THE SOFTWARE. |
21 | 21 | ||
22 | // $Id: ToolbarTheme.cc,v 1.2 2003/02/15 01:59:00 fluxgen Exp $ | 22 | // $Id: ToolbarTheme.cc,v 1.3 2003/06/24 16:26:56 fluxgen Exp $ |
23 | 23 | ||
24 | #include "ToolbarTheme.hh" | 24 | #include "ToolbarTheme.hh" |
25 | 25 | ||
@@ -38,6 +38,8 @@ ToolbarTheme::ToolbarTheme(int screen_num): | |||
38 | "toolbar.clock.textColor", "Toolbar.Clock.TextColor"), | 38 | "toolbar.clock.textColor", "Toolbar.Clock.TextColor"), |
39 | m_button_color(*this, | 39 | m_button_color(*this, |
40 | "toolbar.button.picColor", "Toolbar.Button.PicColor"), | 40 | "toolbar.button.picColor", "Toolbar.Button.PicColor"), |
41 | m_border_color(*this, | ||
42 | "toolbar.borderColor", "toolbar.borderColor"), | ||
41 | m_toolbar(*this, "toolbar", "Toolbar"), | 43 | m_toolbar(*this, "toolbar", "Toolbar"), |
42 | m_label(*this, "toolbar.label", "Toolbar.Label"), | 44 | m_label(*this, "toolbar.label", "Toolbar.Label"), |
43 | m_window(*this, "toolbar.windowLabel", "Toolbar.WindowLabel"), | 45 | m_window(*this, "toolbar.windowLabel", "Toolbar.WindowLabel"), |
@@ -47,6 +49,8 @@ ToolbarTheme::ToolbarTheme(int screen_num): | |||
47 | m_clock(*this, "toolbar.clock", "Toolbar.Clock"), | 49 | m_clock(*this, "toolbar.clock", "Toolbar.Clock"), |
48 | m_font(*this, "toolbar.font", "Toolbar.Font"), | 50 | m_font(*this, "toolbar.font", "Toolbar.Font"), |
49 | m_justify(*this, "toolbar.justify", "Toolbar.Justify"), | 51 | m_justify(*this, "toolbar.justify", "Toolbar.Justify"), |
52 | m_border_width(*this, "toolbar.borderWidth", "Toolbar.BorderWidth"), | ||
53 | m_bevel_width(*this, "toolbar.bevelWidth", "Toolbar.BevelWidth"), | ||
50 | m_display(FbTk::App::instance()->display()){ | 54 | m_display(FbTk::App::instance()->display()){ |
51 | 55 | ||
52 | Window rootwindow = RootWindow(m_display, screen_num); | 56 | Window rootwindow = RootWindow(m_display, screen_num); |