summaryrefslogtreecommitdiff
path: root/www/kazehakase/files/patch-src::actions::kz-actions.c
blob: f0b6c3827480a38d2ebbc7d90ad7122757a3a0f4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
--- src/actions/kz-actions.c.orig	Fri Oct 29 23:26:27 2004
+++ src/actions/kz-actions.c	Fri Oct 29 23:29:21 2004
@@ -1500,10 +1500,10 @@
 	/* windows */
 	for (node = list; node; node = g_list_next(node))
 	{
+		KzWindow *window;
 		GList *tabs, *tabnode;
 		KzBookmark *window_bookmark = KZ_BOOKMARK(node->data);
 		tabs = kz_bookmark_get_children(window_bookmark);
-		KzWindow *window;
 
 		if (!window_node)
 		{