Merge branch 'f14'

This commit is contained in:
Jiri Popelka 2010-10-24 19:33:16 +02:00
commit c25e1ad71f
2 changed files with 5 additions and 2 deletions

View File

@ -19,7 +19,7 @@ diff -up system-config-printer-1.2.5/ui/NewPrinterWindow.glade.NPTLpdQueue syste
<relation type="labelled-by" target="label201"/>
</accessibility>
- <signal name="changed" handler="on_entNPTDevice_changed"/>
+ <signal name="changed" handler=on_cmbentNPTLpdQueue_changed""/>
+ <signal name="changed" handler="on_cmbentNPTLpdQueue_changed"/>
</object>
<packing>
<property name="left_attach">1</property>

View File

@ -7,7 +7,7 @@
Summary: A printer administration tool
Name: system-config-printer
Version: 1.2.5
Release: 4%{?dist}
Release: 5%{?dist}
License: GPLv2+
URL: http://cyberelk.net/tim/software/system-config-printer/
Group: System Environment/Base
@ -211,6 +211,9 @@ rm -rf %buildroot
exit 0
%changelog
* Sun Oct 24 2010 Jiri Popelka <jpopelka@redhat.com> 1.2.5-5
- Correct newly added NPTLpdQueue.patch (bug #646002).
* Fri Oct 22 2010 Jiri Popelka <jpopelka@redhat.com> 1.2.5-4
- Don't check ComboBoxEntry for allowed characters (bug #644131).