diff finch/libgnt/gntwidget.c @ 21253:ae330012956f

Doxygen for gnt.
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Tue, 16 Oct 2007 13:06:48 +0000
parents 9187d331aebe
children 6de09629f091
line wrap: on
line diff
--- a/finch/libgnt/gntwidget.c	Tue Oct 16 11:05:59 2007 +0000
+++ b/finch/libgnt/gntwidget.c	Tue Oct 16 13:06:48 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);