[gnome-themes-standard] gtk3: fix a missing semicolon



commit 7ad94a87e84f348dca8191b2c95becd7c91f6566
Author: Cosimo Cecchi <cosimoc gnome org>
Date:   Tue Feb 26 09:24:36 2013 -0500

    gtk3: fix a missing semicolon

 themes/Adwaita/gtk-3.0/gtk-main-dark.css |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/themes/Adwaita/gtk-3.0/gtk-main-dark.css b/themes/Adwaita/gtk-3.0/gtk-main-dark.css
index f262d77..08b343a 100644
--- a/themes/Adwaita/gtk-3.0/gtk-main-dark.css
+++ b/themes/Adwaita/gtk-3.0/gtk-main-dark.css
@@ -79,7 +79,7 @@
 @define-color progressbar_border shade(@switch_trough_active_bg_a, 0.60);
 @define-color progressbar_unfocused_background @unfocused_borders;
 @define-color progressbar_unfocused_border @theme_unfocused_fg_color;
- define-color progressbar_unfocused_trough @unfocused_dark_bg
+ define-color progressbar_unfocused_trough @unfocused_dark_bg;
 
 @define-color entry_text_color #ffffff;
 @define-color entry_background_a shade(@theme_base_color, 0.85);


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]