diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2002-03-03 20:55:17 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2002-03-03 20:55:17 +0000 |
commit | 28c9e98e11cbbcff27ecbcdff37c31e80acf47b6 (patch) | |
tree | 8447b17ad99d4548e1f7e39ba1ce7d4205e8e579 /drakconf.spec | |
parent | 4e7cb4a7b8960a3ff421ce45b4bef04e3f084a8c (diff) | |
download | control-center-28c9e98e11cbbcff27ecbcdff37c31e80acf47b6.tar control-center-28c9e98e11cbbcff27ecbcdff37c31e80acf47b6.tar.gz control-center-28c9e98e11cbbcff27ecbcdff37c31e80acf47b6.tar.bz2 control-center-28c9e98e11cbbcff27ecbcdff37c31e80acf47b6.tar.xz control-center-28c9e98e11cbbcff27ecbcdff37c31e80acf47b6.zip |
pass the widget to gtkicons_labels_widget instead of directly passing the font
=> really fix the font in non iso1/iso15
Diffstat (limited to 'drakconf.spec')
-rw-r--r-- | drakconf.spec | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/drakconf.spec b/drakconf.spec index 2acadf72..2171f0ee 100644 --- a/drakconf.spec +++ b/drakconf.spec @@ -2,7 +2,7 @@ # do not edit here, but in cvs/soft/control-center %define name drakconf %define version 0.96 -%define release 9mdk +%define release 10mdk Summary: The Mandrake Control Center Name: %{name} @@ -19,7 +19,7 @@ Group: System/Configuration/Other Url: http://www.mandrakelinux.com/en/cvs.php3 Obsoletes: DrakConf Provides: DrakConf -Requires: mandrake-release, drakxtools >= 1.1.7-88mdk, gtk+mdk, perl-GTK, perl-GTK-GdkImlib, usermode, drakfloppy >= 0.43-8mdk, +Requires: mandrake-release, drakxtools >= 1.1.7-89mdk, gtk+mdk, perl-GTK, perl-GTK-GdkImlib, usermode, drakfloppy >= 0.43-8mdk, Requires: popt >= 1.6, harddrake >= 0.9.3-23mdk, XFree86-100dpi-fonts, menudrake >= 0.6.5 Requires: rxvt BuildRoot: %{_tmppath}/%{name}-%{version}-buildroot @@ -103,6 +103,10 @@ rm -rf $RPM_BUILD_ROOT %config(noreplace) %{_sysconfdir}/security/console.apps/mcc %changelog +* Sun Mar 3 2002 Pixel <pixel@mandrakesoft.com> 0.96-10mdk +- pass the widget to gtkicons_labels_widget instead of directly passing the font + => really fix the font in non iso1/iso15 + * Sun Mar 3 2002 Pixel <pixel@mandrakesoft.com> 0.96-9mdk - pass the style to gtkicons_labels_widget instead of directly passing the font => fix the font in non iso1/iso15 |