[Kazehakase-cvs] CVS update: kazehakase/src/bookmarks

Back to archive index

Hiroyuki Ikezoe ikezo****@users*****
Fri Jun 2 11:23:42 JST 2006


Index: kazehakase/src/bookmarks/kz-bookmark-editor.c
diff -u kazehakase/src/bookmarks/kz-bookmark-editor.c:1.41 kazehakase/src/bookmarks/kz-bookmark-editor.c:1.42
--- kazehakase/src/bookmarks/kz-bookmark-editor.c:1.41	Mon May  9 10:20:12 2005
+++ kazehakase/src/bookmarks/kz-bookmark-editor.c	Fri Jun  2 11:23:41 2006
@@ -17,7 +17,7 @@
  *  along with this program; if not, write to the Free Software
  *  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
  *
- *  $Id: kz-bookmark-editor.c,v 1.41 2005/05/09 01:20:12 ikezoe Exp $
+ *  $Id: kz-bookmark-editor.c,v 1.42 2006/06/02 02:23:41 ikezoe Exp $
  */
 
 #include "kz-bookmark-editor.h"
@@ -734,7 +734,7 @@
 	kz = gtk_window_get_transient_for(GTK_WINDOW(editor));
 	if (!KZ_IS_WINDOW(kz))
 	{
-		GList *list = kz_window_get_window_list();
+		const GList *list = kz_window_get_window_list();
 		if (list)
 			kz = list->data;
 		else


More information about the Kazehakase-cvs mailing list
Back to archive index