Mercurial > pidgin.yaz
changeset 11885:163104122522
[gaim-migrate @ 14176]
I thought I committed this leak fix yesterday?
committer: Tailor Script <tailor@pidgin.im>
author | Stu Tomlinson <stu@nosnilmot.com> |
---|---|
date | Sat, 29 Oct 2005 02:08:29 +0000 |
parents | b1099e09eb33 |
children | 06ca284a395c |
files | src/gtkstatusbox.c |
diffstat | 1 files changed, 1 insertions(+), 9 deletions(-) [+] |
line wrap: on
line diff
--- 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;