#! /bin/sh /usr/share/dpatch/dpatch-run
## 03_compile_fix.dpatch by Mirco Bauer <meebey@meebey.net>
##
## All lines beginning with `## DP:' are a description of the patch.
## DP: No description.

@DPATCH@
diff -urNad gfax-0.7.4~/src/gui.cs gfax-0.7.4/src/gui.cs
--- gfax-0.7.4~/src/gui.cs	2005-12-22 20:50:45.000000000 +0100
+++ gfax-0.7.4/src/gui.cs	2006-01-30 22:32:55.521385112 +0100
@@ -654,8 +654,8 @@
 		private int update_queue_status(string queue)
 		{
 			G_ListView view;
-			Fax.FaxQueue q;
-			Fax.FaxRecQueue rq;
+			Fax.FaxQueue q = null;
+			Fax.FaxRecQueue rq = null;
 						
 			view = lv;
 				
