# HG changeset patch
# User Robert Vehse
# Date 1284980903 -7200
# Branch adiumx.com
# Node ID 90a5da2a7e94fb0f417a427bf191d90b41e96452
# Parent  2842405a2a33c17243a2b834446b09f99c12797a
Add "pending" status to the "open link" custom query link on the Beta page.

diff --git a/beta/index.php b/beta/index.php
--- a/beta/index.php
+++ b/beta/index.php
@@ -129,7 +129,7 @@
 					)
 			);
 
-$motd = 'Please check <a href="http://trac.adium.im/query?status=assigned&status=new&group=severity&milestone=Adium+1.4">open tickets</a> for 1.4 before filing bugs!';
+$motd = 'Please check <a href="http://trac.adium.im/query?status=assigned&status=new&status=pending&group=severity&milestone=Adium+1.4">open tickets</a> for 1.4 before filing bugs!';
 
 $repo = "adium-1.4";
 
