[gitg] Rename css class from progress-grid to progress-bin.



commit d7df815c7e2b56fd9e23596c3e96e2ba71383629
Author: Ignacio Casal Quinteiro <icq gnome org>
Date:   Thu Mar 28 10:34:01 2013 +0100

    Rename css class from progress-grid to progress-bin.
    
    This is a left over from the rename of the widget

 gitg/resources/ui/style.css            |    2 +-
 libgitg-gtk/gitg-gtk-progress-bin.vala |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/gitg/resources/ui/style.css b/gitg/resources/ui/style.css
index db91839..847b708 100644
--- a/gitg/resources/ui/style.css
+++ b/gitg/resources/ui/style.css
@@ -86,7 +86,7 @@ GtkLabel.grid_title {
        background-color: @sidebar_bg_unfocused;
 }
 
-.progress-grid {
+.progress-bin {
        background-color: shade (@theme_bg_color, 0.9);
 }
 
diff --git a/libgitg-gtk/gitg-gtk-progress-bin.vala b/libgitg-gtk/gitg-gtk-progress-bin.vala
index 0848180..e50aa6a 100644
--- a/libgitg-gtk/gitg-gtk-progress-bin.vala
+++ b/libgitg-gtk/gitg-gtk-progress-bin.vala
@@ -98,7 +98,7 @@ namespace GitgGtk
                        context.render_background(cr, 0, 0, allocation.width, allocation.height);
 
                        context.save();
-                       context.add_class("progress-grid");
+                       context.add_class("progress-bin");
 
                        context.render_background(cr, 0, 0, allocation.width * d_fraction, allocation.height);
                        context.restore();


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