[gnome-themes-standard] Adapt to GtkDialog changes



commit 4fca10f056f6b799034ef266acc701695d998153
Author: Matthias Clasen <mclasen redhat com>
Date:   Sun Nov 7 11:15:32 2010 -0500

    Adapt to GtkDialog changes
    
    The action area is now a GtkButtonBox, not a GtkHButtonBox.

 themes/Adwaita/gtk-3.0/gtkrc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/themes/Adwaita/gtk-3.0/gtkrc b/themes/Adwaita/gtk-3.0/gtkrc
index b369762..87a0bc5 100644
--- a/themes/Adwaita/gtk-3.0/gtkrc
+++ b/themes/Adwaita/gtk-3.0/gtkrc
@@ -237,7 +237,7 @@ style "dialogbutton" = "button" {
         bg[ACTIVE]        = "blue"
         fg[NORMAL]        = @selected_fg_color
 }
-widget "GtkDialog.*Box*.GtkHButtonBox.*Button*" style "dialogbutton"
+widget "GtkDialog.*Box*.GtkButtonBox.*Button*" style "dialogbutton"
 
 # The color is changed by the notebook_bg style, this style
 # changes the x/ythickness



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