aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--gtkrc7
-rw-r--r--mandrake_desk.spec5
2 files changed, 11 insertions, 1 deletions
diff --git a/gtkrc b/gtkrc
index 4a01d43..d902a8a 100644
--- a/gtkrc
+++ b/gtkrc
@@ -382,6 +382,13 @@ style "no-gradients"
class "GtkNotebook" style "no-gradients"
class "GtkRuler" style "no-gradients"
+style "progressbar"
+{
+ fg[NORMAL] = "#ffffff"
+ engine "eazel-engine" {}
+}
+
+class "GtkProgressBar" style "progressbar"
# Style used for (prelighted) menu items
style "menuitem"
diff --git a/mandrake_desk.spec b/mandrake_desk.spec
index 959b838..5a9dd2c 100644
--- a/mandrake_desk.spec
+++ b/mandrake_desk.spec
@@ -1,7 +1,7 @@
Summary: The Desktop configuration files for Mandrake Linux
Name: mandrake_desk
Version: 8.2
-Release: 12mdk
+Release: 13mdk
License: GPL
URL: http://www.mandrakelinux.com/
Group: System/Configuration/Other
@@ -323,6 +323,9 @@ rm -fr %buildroot
%changelog
+* Fri Mar 15 2002 Frederic Crozat <fcrozat@mandrakesoft.com> 8.2-13mdk
+- Fix text color in progress bar in Mandrake GTK theme
+
* Thu Mar 7 2002 Frederic Crozat <fcrozat@mandrakesoft.com> 8.2-12mdk
- No longer create icon for root
- Modify Mandrake GTK theme - Frederic Crozat