Hiroyuki Ikezoe
ikezo****@users*****
Wed Mar 14 14:17:47 JST 2007
Index: kazehakase/src/sidebar/kz-bookmarks-sidebar.c diff -u kazehakase/src/sidebar/kz-bookmarks-sidebar.c:1.14 kazehakase/src/sidebar/kz-bookmarks-sidebar.c:1.15 --- kazehakase/src/sidebar/kz-bookmarks-sidebar.c:1.14 Sun Dec 31 10:36:04 2006 +++ kazehakase/src/sidebar/kz-bookmarks-sidebar.c Wed Mar 14 14:17:47 2007 @@ -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-bookmarks-sidebar.c,v 1.14 2006/12/31 01:36:04 ikezoe Exp $ + * $Id: kz-bookmarks-sidebar.c,v 1.15 2007/03/14 05:17:47 ikezoe Exp $ */ #include "kz-bookmarks-sidebar.h" @@ -55,10 +55,10 @@ static KzSidebarEntry kz_sidebar_bookmarks = { - priority_hint: 0, - label: N_("Bookmarks"), - icon: NULL, - create: kz_bookmarks_sidebar_new_with_entry, + .priority_hint = 0, + .label = N_("Bookmarks"), + .icon = NULL, + .create = kz_bookmarks_sidebar_new_with_entry, }; Index: kazehakase/src/sidebar/kz-downloader-sidebar.c diff -u kazehakase/src/sidebar/kz-downloader-sidebar.c:1.13 kazehakase/src/sidebar/kz-downloader-sidebar.c:1.14 --- kazehakase/src/sidebar/kz-downloader-sidebar.c:1.13 Sat Dec 2 21:07:31 2006 +++ kazehakase/src/sidebar/kz-downloader-sidebar.c Wed Mar 14 14:17:47 2007 @@ -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-downloader-sidebar.c,v 1.13 2006/12/02 12:07:31 ikezoe Exp $ + * $Id: kz-downloader-sidebar.c,v 1.14 2007/03/14 05:17:47 ikezoe Exp $ */ #include "kz-downloader-sidebar.h" @@ -58,10 +58,10 @@ static KzSidebarEntry kz_sidebar_downloader = { - priority_hint: 0, - label: N_("Downloader"), - icon: NULL, - create: kz_downloader_sidebar_new_with_entry, + .priority_hint = 0, + .label = N_("Downloader"), + .icon = NULL, + .create = kz_downloader_sidebar_new_with_entry, }; Index: kazehakase/src/sidebar/kz-tabtree.c diff -u kazehakase/src/sidebar/kz-tabtree.c:1.25 kazehakase/src/sidebar/kz-tabtree.c:1.26 --- kazehakase/src/sidebar/kz-tabtree.c:1.25 Wed Mar 14 12:51:55 2007 +++ kazehakase/src/sidebar/kz-tabtree.c Wed Mar 14 14:17:47 2007 @@ -117,16 +117,16 @@ static KzSidebarEntry kz_sidebar_tab_tree[] = { { - priority_hint: 0, - label: N_("Tab List"), - icon: NULL, - create: kz_tab_list_new, + .priority_hint = 0, + .label = N_("Tab List"), + .icon = NULL, + .create = kz_tab_list_new, }, { - priority_hint: 0, - label: N_("Tab Tree"), - icon: NULL, - create: kz_tab_tree_new, + .priority_hint = 0, + .label = N_("Tab Tree"), + .icon = NULL, + .create = kz_tab_tree_new, }, }; Index: kazehakase/src/sidebar/kz-thumbnails-sidebar.c diff -u kazehakase/src/sidebar/kz-thumbnails-sidebar.c:1.21 kazehakase/src/sidebar/kz-thumbnails-sidebar.c:1.22 --- kazehakase/src/sidebar/kz-thumbnails-sidebar.c:1.21 Sat Dec 2 21:07:31 2006 +++ kazehakase/src/sidebar/kz-thumbnails-sidebar.c Wed Mar 14 14:17:47 2007 @@ -67,10 +67,10 @@ static KzSidebarEntry kz_sidebar_thumbnails[] = { { - priority_hint: 0, - label: N_("Closed tabs"), - icon: NULL, - create: kz_thumbnails_sidebar_closed_tabs_new, + .priority_hint = 0, + .label = N_("Closed tabs"), + .icon = NULL, + .create = kz_thumbnails_sidebar_closed_tabs_new, } /* {