[24412] in Source-Commits
/svn/athena r24007 - in trunk/debathena/config/printing-config: debian files/etc files/etc/gtk-2.0
daemon@ATHENA.MIT.EDU (Evan Broder)
Tue Sep 15 14:48:10 2009
Date: Tue, 15 Sep 2009 14:47:46 -0400
From: Evan Broder <broder@MIT.EDU>
Message-Id: <200909151847.n8FIlktV000804@drugstore.mit.edu>
To: source-commits@mit.edu
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Author: broder
Date: 2009-09-15 14:47:46 -0400 (Tue, 15 Sep 2009)
New Revision: 24007
Added:
trunk/debathena/config/printing-config/files/etc/gtk-2.0/
trunk/debathena/config/printing-config/files/etc/gtk-2.0/gtkrc
Modified:
trunk/debathena/config/printing-config/debian/changelog
Log:
In printing-config:
* Enable the file, cups, and lpr printing backends (instead of just file
and cups).
Modified: trunk/debathena/config/printing-config/debian/changelog
===================================================================
--- trunk/debathena/config/printing-config/debian/changelog 2009-09-12 23:07:06 UTC (rev 24006)
+++ trunk/debathena/config/printing-config/debian/changelog 2009-09-15 18:47:46 UTC (rev 24007)
@@ -1,3 +1,10 @@
+debathena-printing-config (1.13) unstable; urgency=low
+
+ * Enable the file, cups, and lpr printing backends (instead of just file
+ and cups).
+
+ -- Evan Broder <broder@mit.edu> Tue, 15 Sep 2009 14:46:59 -0400
+
debathena-printing-config (1.12) unstable; urgency=low
* Insert LPROPT at the beginning of the options, rather than after the
Added: trunk/debathena/config/printing-config/files/etc/gtk-2.0/gtkrc
===================================================================
--- trunk/debathena/config/printing-config/files/etc/gtk-2.0/gtkrc 2009-09-12 23:07:06 UTC (rev 24006)
+++ trunk/debathena/config/printing-config/files/etc/gtk-2.0/gtkrc 2009-09-15 18:47:46 UTC (rev 24007)
@@ -0,0 +1 @@
+gtk-print-backends="file,cups,lpr"