# HG changeset patch # User Stu Tomlinson # Date 1130551709 0 # Node ID 1631041225220d4f13b540ba8d31c4c4ef993a62 # Parent b1099e09eb33ec6b922f16712a250f81ecaf9ce2 [gaim-migrate @ 14176] I thought I committed this leak fix yesterday? committer: Tailor Script diff -r b1099e09eb33 -r 163104122522 src/gtkstatusbox.c --- a/src/gtkstatusbox.c Sat Oct 29 02:06:36 2005 +0000 +++ b/src/gtkstatusbox.c Sat Oct 29 02:08:29 2005 +0000 @@ -385,16 +385,8 @@ GtkTreeIter *iter, gpointer data) { GtkGaimStatusBoxItemType type; - GdkPixbuf *pixbuf; - gchar *text, *title, *description; - gtk_tree_model_get(model, iter, - TYPE_COLUMN, &type, - ICON_COLUMN, &pixbuf, - TEXT_COLUMN, &text, - TITLE_COLUMN, &title, - DESC_COLUMN, &description, - -1); + gtk_tree_model_get(model, iter, TYPE_COLUMN, &type, -1); if (type == GTK_GAIM_STATUS_BOX_TYPE_SEPARATOR) return TRUE;