Mercurial > pidgin.yaz
diff finch/libgnt/gntwidget.c @ 21161:e119edfc0fb0
applied changes from 172a59b41412c4630834d66f2e7ec3be970cc36b
through 365b126365cc18309aea7f8eef0e9b2a19e6bda8
And others.
author | Sadrul Habib Chowdhury <imadil@gmail.com> |
---|---|
date | Wed, 07 Nov 2007 14:07:52 +0000 |
parents | 44b4e8bd759b |
children | 6de09629f091 |
line wrap: on
line diff
--- a/finch/libgnt/gntwidget.c Wed Nov 07 13:49:48 2007 +0000 +++ b/finch/libgnt/gntwidget.c Wed Nov 07 14:07:52 2007 +0000 @@ -617,7 +617,7 @@ return; while (widget->parent) widget = widget->parent; - + if (!g_object_get_data(G_OBJECT(widget), "gnt:queue_update")) { int id = g_timeout_add(0, update_queue_callback, widget);