- Fixed marker-supply-low strings.

This commit is contained in:
Tim Waugh 2008-03-04 16:48:32 +00:00
parent e5749cc7fd
commit d0a92cc8b5
2 changed files with 6 additions and 3 deletions

View File

@ -5,12 +5,12 @@
case WARN_LOW_INK_MULTIPLE_PENS:
{
- bug ("STATE: marker-supply-low\n");
+ bug ("STATE: marker-supply-low-warning\n");
+ bug ("STATE: +marker-supply-low-warning\n");
break;
}
default:
- bug ("STATE: -marker-supply-low");
+ bug ("STATE: -marker-supply-low-warning");
+ bug ("STATE: -marker-supply-low-warning\n");
}
}

View File

@ -1,7 +1,7 @@
Summary: HP Linux Imaging and Printing Project
Name: hplip
Version: 2.7.12
Release: 5%{?dist}
Release: 6%{?dist}
License: GPLv2+ and MIT
Group: System Environment/Daemons
Conflicts: system-config-printer < 0.6.132
@ -284,6 +284,9 @@ fi
exit 0
%changelog
* Tue Mar 4 2008 Tim Waugh <twaugh@redhat.com> 2.7.12-6
- Fixed marker-supply-low strings.
* Wed Feb 13 2008 Tim Waugh <twaugh@redhat.com> 2.7.12-5
- Rebuild for GCC 4.3.