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

Back to archive index

Hiroyuki Ikezoe ikezo****@users*****
Sun Dec 31 21:21:48 JST 2006


Index: kazehakase/src/bookmarks/kz-bookmark-editor.c
diff -u kazehakase/src/bookmarks/kz-bookmark-editor.c:1.43 kazehakase/src/bookmarks/kz-bookmark-editor.c:1.44
--- kazehakase/src/bookmarks/kz-bookmark-editor.c:1.43	Sat Dec  2 16:30:49 2006
+++ kazehakase/src/bookmarks/kz-bookmark-editor.c	Sun Dec 31 21:21:48 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.43 2006/12/02 07:30:49 ikezoe Exp $
+ *  $Id: kz-bookmark-editor.c,v 1.44 2006/12/31 12:21:48 ikezoe Exp $
  */
 
 #include "kz-bookmark-editor.h"
@@ -723,7 +723,7 @@
 	kz = gtk_window_get_transient_for(GTK_WINDOW(editor));
 	if (!KZ_IS_WINDOW(kz))
 	{
-		const GList *list = kz_window_get_window_list();
+		const GList *list = KZ_GET_WINDOW_LIST;
 		if (list)
 			kz = list->data;
 		else


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