- Fixed typo in marker-supply-low patch.

This commit is contained in:
Tim Waugh 2007-04-04 10:41:09 +00:00
parent 26907ceb4e
commit 910c75d9a6
2 changed files with 4 additions and 1 deletions

View File

@ -25,7 +25,7 @@
+ case WARN_LOW_INK_MULTIPLE_PENS: + case WARN_LOW_INK_MULTIPLE_PENS:
+ bug("STATE: +marker-supply-low-warning\n"); + bug("STATE: +marker-supply-low-warning\n");
+ default: + default:
+ bug("STATE: -marker-supply-low-warning"); + bug("STATE: -marker-supply-low-warning\n");
+ } + }
+ } + }

View File

@ -247,6 +247,9 @@ fi
exit 0 exit 0
%changelog %changelog
* Wed Apr 4 2007 Tim Waugh <twaugh@redhat.com>
- Fixed typo in marker-supply-low patch.
* Wed Apr 4 2007 Tim Waugh <twaugh@redhat.com> 1.7.2-2 * Wed Apr 4 2007 Tim Waugh <twaugh@redhat.com> 1.7.2-2
- Split out a gui sub-package (bug #193661). - Split out a gui sub-package (bug #193661).
- Build requires sane-backends-devel (bug #234813). - Build requires sane-backends-devel (bug #234813).