# HG changeset patch
# User Sean Egan <seanegan@gmail.com>
# Date 1177269000 0
# Node ID 2149a071e8d230a58688581c538d76714397c974
# Parent  03532b86c20ff42d28606dbc0efacb000d3c16a5
Don't show Available orb for 'New...' and 'Custom...'

diff -r 03532b86c20f -r 2149a071e8d2 pidgin/gtkstatusbox.c
--- a/pidgin/gtkstatusbox.c	Sun Apr 22 18:20:05 2007 +0000
+++ b/pidgin/gtkstatusbox.c	Sun Apr 22 19:10:00 2007 +0000
@@ -1077,8 +1077,8 @@
 		add_popular_statuses(status_box);
 
 		pidgin_status_box_add_separator(PIDGIN_STATUS_BOX(status_box));
-		pidgin_status_box_add(PIDGIN_STATUS_BOX(status_box), PIDGIN_STATUS_BOX_TYPE_CUSTOM, pixbuf, _("New..."), NULL, NULL);
-		pidgin_status_box_add(PIDGIN_STATUS_BOX(status_box), PIDGIN_STATUS_BOX_TYPE_SAVED, pixbuf, _("Saved..."), NULL, NULL);
+		pidgin_status_box_add(PIDGIN_STATUS_BOX(status_box), PIDGIN_STATUS_BOX_TYPE_CUSTOM, NULL, _("New..."), NULL, NULL);
+		pidgin_status_box_add(PIDGIN_STATUS_BOX(status_box), PIDGIN_STATUS_BOX_TYPE_SAVED, NULL, _("Saved..."), NULL, NULL);
 		if (pixbuf)	g_object_unref(G_OBJECT(pixbuf));
 
 		status_menu_refresh_iter(status_box);