Blob Blame History Raw
diff -urp empathy-2.29.5.OLD/libempathy-gtk/empathy-presence-chooser.c empathy-2.29.5/libempathy-gtk/empathy-presence-chooser.c
--- empathy-2.29.5.OLD/libempathy-gtk/empathy-presence-chooser.c	2010-01-11 11:54:53.000000000 -0500
+++ empathy-2.29.5/libempathy-gtk/empathy-presence-chooser.c	2010-01-11 17:33:09.922909891 -0500
@@ -218,7 +218,7 @@ presence_chooser_create_model (EmpathyPr
 
 	gtk_list_store_insert_with_values (store, NULL, -1,
 		COL_STATUS_TEXT, _("Edit Custom Messages…"),
-		COL_STATE_ICON_NAME, GTK_STOCK_EDIT,
+		COL_STATE_ICON_NAME, NULL,
 		COL_DISPLAY_MARKUP, _("Edit Custom Messages…"),
 		COL_TYPE, ENTRY_TYPE_EDIT_CUSTOM,
 		-1);