diff finch/libgnt/gntws.c @ 18416:93c5c785a811

Fix some focus issues.
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Mon, 02 Jul 2007 22:58:36 +0000
parents 5023ad94ebc9
children e16d097c5739
line wrap: on
line diff
--- a/finch/libgnt/gntws.c	Sun Jul 01 17:07:17 2007 +0000
+++ b/finch/libgnt/gntws.c	Mon Jul 02 22:58:36 2007 +0000
@@ -114,11 +114,13 @@
 	g_list_foreach(ws->ordered, widget_hide, nodes);
 }
 
-void gnt_ws_widget_hide(GntWidget *widget, GHashTable *nodes) {
+void gnt_ws_widget_hide(GntWidget *widget, GHashTable *nodes)
+{
 	widget_hide(widget, nodes);
 }
 
-void gnt_ws_widget_show(GntWidget *widget, GHashTable *nodes) {
+void gnt_ws_widget_show(GntWidget *widget, GHashTable *nodes)
+{
 	widget_show(widget, nodes);
 }