<?xml version="1.0"?>
<GTK-Interface>

<project>
  <name>Galeon</name>
  <program_name>galeon</program_name>
  <directory></directory>
  <source_directory>src</source_directory>
  <pixmaps_directory>.</pixmaps_directory>
  <language>C</language>
  <gnome_support>True</gnome_support>
  <gettext_support>True</gettext_support>
  <output_main_file>False</output_main_file>
  <output_support_files>False</output_support_files>
  <output_translatable_strings>True</output_translatable_strings>
  <translatable_strings_file>../src/trans.h</translatable_strings_file>
</project>

<widget>
  <class>GnomeApp</class>
  <name>bookmarks_editor</name>
  <width>520</width>
  <height>360</height>
  <visible>False</visible>
  <signal>
    <name>delete_event</name>
    <handler>bookmarks_editor_delete_event_cb</handler>
    <last_modification_time>Tue, 10 Apr 2001 12:19:03 GMT</last_modification_time>
  </signal>
  <signal>
    <name>key_press_event</name>
    <handler>bookmarks_editor_key_press_event_cb</handler>
    <last_modification_time>Sun, 10 Jun 2001 11:06:56 GMT</last_modification_time>
  </signal>
  <title>Galeon Bookmarks Editor</title>
  <type>GTK_WINDOW_DIALOG</type>
  <position>GTK_WIN_POS_NONE</position>
  <modal>False</modal>
  <allow_shrink>True</allow_shrink>
  <allow_grow>True</allow_grow>
  <auto_shrink>True</auto_shrink>
  <wmclass_name>bookmarks_edit</wmclass_name>
  <wmclass_class>galeon_browser</wmclass_class>
  <enable_layout_config>False</enable_layout_config>

  <widget>
    <class>GnomeDock</class>
    <child_name>GnomeApp:dock</child_name>
    <name>bookmarks_editor_dock</name>
    <allow_floating>True</allow_floating>
    <child>
      <padding>0</padding>
      <expand>True</expand>
      <fill>True</fill>
    </child>

    <widget>
      <class>GnomeDockItem</class>
      <name>bookmarks_editor_menubar_dock</name>
      <border_width>2</border_width>
      <placement>GNOME_DOCK_TOP</placement>
      <band>0</band>
      <position>0</position>
      <offset>5</offset>
      <locked>True</locked>
      <exclusive>True</exclusive>
      <never_floating>False</never_floating>
      <never_vertical>True</never_vertical>
      <never_horizontal>False</never_horizontal>
      <shadow_type>GTK_SHADOW_NONE</shadow_type>

      <widget>
	<class>GtkMenuBar</class>
	<name>bookmarks_editor_menubar</name>
	<shadow_type>GTK_SHADOW_NONE</shadow_type>
      </widget>
    </widget>

    <widget>
      <class>GnomeDockItem</class>
      <name>bookmarks_editor_toolbar_dock</name>
      <signal>
	<name>button_press_event</name>
	<handler>bookmarks_editor_toolbar_button_press_event_cb</handler>
	<last_modification_time>Thu, 05 Jul 2001 19:44:51 GMT</last_modification_time>
      </signal>
      <placement>GNOME_DOCK_TOP</placement>
      <band>1</band>
      <position>0</position>
      <offset>0</offset>
      <locked>True</locked>
      <exclusive>True</exclusive>
      <never_floating>False</never_floating>
      <never_vertical>False</never_vertical>
      <never_horizontal>False</never_horizontal>
      <shadow_type>GTK_SHADOW_NONE</shadow_type>

      <widget>
	<class>GtkEventBox</class>
	<child_name>GnomeDock:contents</child_name>
	<name>eventbox1</name>

	<widget>
	  <class>GtkToolbar</class>
	  <child_name>GnomeDock:contents</child_name>
	  <name>bookmarks_editor_toolbar</name>
	  <orientation>GTK_ORIENTATION_HORIZONTAL</orientation>
	  <type>GTK_TOOLBAR_BOTH</type>
	  <space_size>16</space_size>
	  <space_style>GTK_TOOLBAR_SPACE_LINE</space_style>
	  <relief>GTK_RELIEF_NONE</relief>
	  <tooltips>True</tooltips>

	  <widget>
	    <class>GtkButton</class>
	    <child_name>Toolbar:button</child_name>
	    <name>bookmarks_editor_new_item_button</name>
	    <tooltip>Create a new bookmark</tooltip>
	    <signal>
	      <name>clicked</name>
	      <handler>bookmarks_editor_new_item_clicked_cb</handler>
	      <last_modification_time>Mon, 02 Apr 2001 09:33:02 GMT</last_modification_time>
	    </signal>
	    <label>New item</label>
	    <icon>new_item.xpm</icon>
	  </widget>

	  <widget>
	    <class>GtkButton</class>
	    <child_name>Toolbar:button</child_name>
	    <name>bookmarks_editor_new_separator_button</name>
	    <tooltip>Create a new separator</tooltip>
	    <signal>
	      <name>clicked</name>
	      <handler>bookmarks_editor_new_separator_clicked_cb</handler>
	      <last_modification_time>Mon, 02 Apr 2001 09:33:14 GMT</last_modification_time>
	    </signal>
	    <label>New bar</label>
	    <icon>new_separator.xpm</icon>
	  </widget>

	  <widget>
	    <class>GtkButton</class>
	    <child_name>Toolbar:button</child_name>
	    <name>bookmarks_editor_new_folder_button</name>
	    <tooltip>Create a new folder</tooltip>
	    <signal>
	      <name>clicked</name>
	      <handler>bookmarks_editor_new_folder_clicked_cb</handler>
	      <last_modification_time>Thu, 05 Jul 2001 19:45:13 GMT</last_modification_time>
	    </signal>
	    <label>Folder</label>
	    <icon>new_folder.xpm</icon>
	  </widget>

	  <widget>
	    <class>GtkButton</class>
	    <child_name>Toolbar:button</child_name>
	    <name>bookmarks_editor_alias_button</name>
	    <tooltip>Create a new alias</tooltip>
	    <signal>
	      <name>clicked</name>
	      <handler>bookmarks_editor_add_alias_cb</handler>
	      <last_modification_time>Thu, 12 Apr 2001 10:09:37 GMT</last_modification_time>
	    </signal>
	    <label>Alias</label>
	    <icon>new_alias.xpm</icon>
	  </widget>

	  <widget>
	    <class>GtkButton</class>
	    <child_name>Toolbar:button</child_name>
	    <name>bookmarks_editor_move_up_button</name>
	    <tooltip>Move bookmark up</tooltip>
	    <signal>
	      <name>clicked</name>
	      <handler>bookmarks_editor_move_up_clicked_cb</handler>
	      <last_modification_time>Mon, 02 Apr 2001 09:32:07 GMT</last_modification_time>
	    </signal>
	    <label>Up</label>
	    <stock_pixmap>GNOME_STOCK_PIXMAP_UP</stock_pixmap>
	    <child>
	      <new_group>True</new_group>
	    </child>
	  </widget>

	  <widget>
	    <class>GtkButton</class>
	    <child_name>Toolbar:button</child_name>
	    <name>bookmarks_editor_move_down_button</name>
	    <tooltip>Move bookmark down</tooltip>
	    <signal>
	      <name>clicked</name>
	      <handler>bookmarks_editor_move_down_clicked_cb</handler>
	      <last_modification_time>Mon, 02 Apr 2001 09:32:20 GMT</last_modification_time>
	    </signal>
	    <label>Down</label>
	    <stock_pixmap>GNOME_STOCK_PIXMAP_DOWN</stock_pixmap>
	  </widget>

	  <widget>
	    <class>GtkButton</class>
	    <child_name>Toolbar:button</child_name>
	    <name>bookmarks_editor_fetch_icon_button</name>
	    <tooltip>Fetch bookmark icon for the site (if available)</tooltip>
	    <signal>
	      <name>clicked</name>
	      <handler>bookmarks_editor_fetch_icon_clicked_cb</handler>
	      <last_modification_time>Mon, 02 Apr 2001 09:32:41 GMT</last_modification_time>
	    </signal>
	    <label>Get icon</label>
	    <icon>fetch_favicon.xpm</icon>
	  </widget>

	  <widget>
	    <class>GtkButton</class>
	    <child_name>Toolbar:button</child_name>
	    <name>bookmarks_editor_go_button</name>
	    <tooltip>Load selected bookmark in the browser</tooltip>
	    <signal>
	      <name>clicked</name>
	      <handler>bookmarks_editor_go_clicked_cb</handler>
	      <last_modification_time>Mon, 11 Sep 2000 10:46:56 GMT</last_modification_time>
	    </signal>
	    <label>Go</label>
	    <stock_pixmap>GNOME_STOCK_PIXMAP_JUMP_TO</stock_pixmap>
	  </widget>

	  <widget>
	    <class>GtkToggleButton</class>
	    <child_name>Toolbar:button</child_name>
	    <name>bookmarks_editor_edit_button</name>
	    <tooltip>Show edit bookmarks controls</tooltip>
	    <signal>
	      <name>toggled</name>
	      <handler>bookmarks_editor_edit_toggled_cb</handler>
	      <last_modification_time>Mon, 11 Sep 2000 11:33:18 GMT</last_modification_time>
	    </signal>
	    <label>Edit</label>
	    <stock_pixmap>GNOME_STOCK_PIXMAP_PROPERTIES</stock_pixmap>
	    <active>True</active>
	    <child>
	      <new_group>True</new_group>
	    </child>
	  </widget>

	  <widget>
	    <class>GtkButton</class>
	    <child_name>Toolbar:button</child_name>
	    <name>bookmarks_editor_remove_button</name>
	    <tooltip>Remove bookmark</tooltip>
	    <signal>
	      <name>clicked</name>
	      <handler>bookmarks_editor_remove_clicked_cb</handler>
	      <last_modification_time>Mon, 02 Apr 2001 09:32:31 GMT</last_modification_time>
	    </signal>
	    <label>Remove</label>
	    <stock_pixmap>GNOME_STOCK_PIXMAP_TRASH</stock_pixmap>
	    <child>
	      <new_group>True</new_group>
	    </child>
	  </widget>
	</widget>
      </widget>
    </widget>

    <widget>
      <class>GtkVBox</class>
      <child_name>GnomeDock:contents</child_name>
      <name>vbox75</name>
      <border_width>3</border_width>
      <homogeneous>False</homogeneous>
      <spacing>3</spacing>

      <widget>
	<class>GtkScrolledWindow</class>
	<name>scrolledwindow1116</name>
	<hscrollbar_policy>GTK_POLICY_AUTOMATIC</hscrollbar_policy>
	<vscrollbar_policy>GTK_POLICY_AUTOMATIC</vscrollbar_policy>
	<hupdate_policy>GTK_UPDATE_CONTINUOUS</hupdate_policy>
	<vupdate_policy>GTK_UPDATE_CONTINUOUS</vupdate_policy>
	<child>
	  <padding>0</padding>
	  <expand>True</expand>
	  <fill>True</fill>
	</child>

	<widget>
	  <class>GtkCTree</class>
	  <name>bookmarks_editor_ctree</name>
	  <can_focus>True</can_focus>
	  <has_focus>True</has_focus>
	  <signal>
	    <name>tree_select_row</name>
	    <handler>bookmarks_editor_ctree_tree_select_row_cb</handler>
	    <last_modification_time>Thu, 31 Aug 2000 16:29:33 GMT</last_modification_time>
	  </signal>
	  <signal>
	    <name>tree_unselect_row</name>
	    <handler>bookmarks_editor_ctree_tree_unselect_row_cb</handler>
	    <last_modification_time>Thu, 31 Aug 2000 16:29:48 GMT</last_modification_time>
	  </signal>
	  <signal>
	    <name>drag_data_get</name>
	    <handler>bookmarks_editor_ctree_drag_data_get_cb</handler>
	    <last_modification_time>Mon, 18 Sep 2000 12:50:47 GMT</last_modification_time>
	  </signal>
	  <signal>
	    <name>tree_move</name>
	    <handler>bookmarks_editor_ctree_tree_move_cb</handler>
	    <last_modification_time>Mon, 18 Sep 2000 16:07:00 GMT</last_modification_time>
	  </signal>
	  <signal>
	    <name>button_press_event</name>
	    <handler>bookmarks_editor_ctree_button_press_event_cb</handler>
	    <last_modification_time>Mon, 18 Sep 2000 17:56:30 GMT</last_modification_time>
	  </signal>
	  <signal>
	    <name>tree_collapse</name>
	    <handler>bookmarks_editor_tree_collapse_cb</handler>
	    <last_modification_time>Tue, 26 Sep 2000 15:02:25 GMT</last_modification_time>
	  </signal>
	  <signal>
	    <name>tree_expand</name>
	    <handler>bookmarks_editor_tree_expand_cb</handler>
	    <last_modification_time>Tue, 26 Sep 2000 15:02:39 GMT</last_modification_time>
	  </signal>
	  <signal>
	    <name>drag_data_received</name>
	    <handler>bookmarks_editor_ctree_drag_data_received_cb</handler>
	    <last_modification_time>Thu, 28 Sep 2000 11:46:40 GMT</last_modification_time>
	  </signal>
	  <signal>
	    <name>key_press_event</name>
	    <handler>bookmarks_editor_ctree_key_press_event_cb</handler>
	    <last_modification_time>Mon, 04 Dec 2000 01:57:54 GMT</last_modification_time>
	  </signal>
	  <signal>
	    <name>drag_motion</name>
	    <handler>bookmarks_editor_ctree_drag_motion</handler>
	    <last_modification_time>Sun, 10 Dec 2000 18:44:51 GMT</last_modification_time>
	  </signal>
	  <signal>
	    <name>drag_leave</name>
	    <handler>bookmarks_editor_ctree_drag_leave</handler>
	    <last_modification_time>Sun, 10 Dec 2000 18:45:02 GMT</last_modification_time>
	  </signal>
	  <columns>2</columns>
	  <column_widths>300,80</column_widths>
	  <selection_mode>GTK_SELECTION_EXTENDED</selection_mode>
	  <show_titles>True</show_titles>
	  <shadow_type>GTK_SHADOW_IN</shadow_type>

	  <widget>
	    <class>GtkLabel</class>
	    <child_name>CTree:title</child_name>
	    <name>label132</name>
	    <label>Name</label>
	    <justify>GTK_JUSTIFY_CENTER</justify>
	    <wrap>False</wrap>
	    <xalign>0.5</xalign>
	    <yalign>0.5</yalign>
	    <xpad>0</xpad>
	    <ypad>0</ypad>
	  </widget>

	  <widget>
	    <class>GtkLabel</class>
	    <child_name>CTree:title</child_name>
	    <name>label133</name>
	    <label>URL</label>
	    <justify>GTK_JUSTIFY_CENTER</justify>
	    <wrap>False</wrap>
	    <xalign>0.5</xalign>
	    <yalign>0.5</yalign>
	    <xpad>0</xpad>
	    <ypad>0</ypad>
	  </widget>
	</widget>
      </widget>

      <widget>
	<class>GtkVBox</class>
	<child_name>GnomeDock:contents</child_name>
	<name>bookmarks_editor_edit_frame</name>
	<homogeneous>False</homogeneous>
	<spacing>0</spacing>
	<child>
	  <padding>0</padding>
	  <expand>False</expand>
	  <fill>True</fill>
	</child>

	<widget>
	  <class>GtkTable</class>
	  <child_name>GnomeDock:contents</child_name>
	  <name>table45</name>
	  <border_width>1</border_width>
	  <rows>5</rows>
	  <columns>5</columns>
	  <homogeneous>False</homogeneous>
	  <row_spacing>4</row_spacing>
	  <column_spacing>5</column_spacing>
	  <child>
	    <padding>0</padding>
	    <expand>True</expand>
	    <fill>True</fill>
	  </child>

	  <widget>
	    <class>GtkLabel</class>
	    <name>label134</name>
	    <label>_Name:</label>
	    <justify>GTK_JUSTIFY_CENTER</justify>
	    <wrap>False</wrap>
	    <xalign>1</xalign>
	    <yalign>0.5</yalign>
	    <xpad>0</xpad>
	    <ypad>0</ypad>
	    <default_focus_target>bookmarks_editor_name_entry</default_focus_target>
	    <child>
	      <left_attach>0</left_attach>
	      <right_attach>1</right_attach>
	      <top_attach>0</top_attach>
	      <bottom_attach>1</bottom_attach>
	      <xpad>0</xpad>
	      <ypad>0</ypad>
	      <xexpand>False</xexpand>
	      <yexpand>False</yexpand>
	      <xshrink>False</xshrink>
	      <yshrink>False</yshrink>
	      <xfill>True</xfill>
	      <yfill>False</yfill>
	    </child>
	  </widget>

	  <widget>
	    <class>GtkLabel</class>
	    <name>label123</name>
	    <label>_URL:</label>
	    <justify>GTK_JUSTIFY_CENTER</justify>
	    <wrap>False</wrap>
	    <xalign>1</xalign>
	    <yalign>0.5</yalign>
	    <xpad>0</xpad>
	    <ypad>0</ypad>
	    <default_focus_target>bookmarks_editor_url_entry</default_focus_target>
	    <child>
	      <left_attach>0</left_attach>
	      <right_attach>1</right_attach>
	      <top_attach>1</top_attach>
	      <bottom_attach>2</bottom_attach>
	      <xpad>0</xpad>
	      <ypad>0</ypad>
	      <xexpand>False</xexpand>
	      <yexpand>False</yexpand>
	      <xshrink>False</xshrink>
	      <yshrink>False</yshrink>
	      <xfill>True</xfill>
	      <yfill>False</yfill>
	    </child>
	  </widget>

	  <widget>
	    <class>GtkLabel</class>
	    <name>label124</name>
	    <label>N_icknames:</label>
	    <justify>GTK_JUSTIFY_CENTER</justify>
	    <wrap>False</wrap>
	    <xalign>1</xalign>
	    <yalign>0.5</yalign>
	    <xpad>0</xpad>
	    <ypad>0</ypad>
	    <default_focus_target>bookmarks_editor_nick_entry</default_focus_target>
	    <child>
	      <left_attach>0</left_attach>
	      <right_attach>1</right_attach>
	      <top_attach>2</top_attach>
	      <bottom_attach>3</bottom_attach>
	      <xpad>0</xpad>
	      <ypad>0</ypad>
	      <xexpand>False</xexpand>
	      <yexpand>False</yexpand>
	      <xshrink>False</xshrink>
	      <yshrink>False</yshrink>
	      <xfill>True</xfill>
	      <yfill>False</yfill>
	    </child>
	  </widget>

	  <widget>
	    <class>GtkEntry</class>
	    <name>bookmarks_editor_nick_entry</name>
	    <width>100</width>
	    <can_focus>True</can_focus>
	    <signal>
	      <name>changed</name>
	      <handler>bookmarks_editor_edited_cb</handler>
	      <last_modification_time>Sun, 10 Sep 2000 17:45:43 GMT</last_modification_time>
	    </signal>
	    <editable>True</editable>
	    <text_visible>True</text_visible>
	    <text_max_length>0</text_max_length>
	    <text></text>
	    <child>
	      <left_attach>1</left_attach>
	      <right_attach>2</right_attach>
	      <top_attach>2</top_attach>
	      <bottom_attach>3</bottom_attach>
	      <xpad>0</xpad>
	      <ypad>0</ypad>
	      <xexpand>True</xexpand>
	      <yexpand>False</yexpand>
	      <xshrink>False</xshrink>
	      <yshrink>False</yshrink>
	      <xfill>True</xfill>
	      <yfill>False</yfill>
	    </child>
	  </widget>

	  <widget>
	    <class>GtkLabel</class>
	    <name>label126</name>
	    <label>N_otes:</label>
	    <justify>GTK_JUSTIFY_CENTER</justify>
	    <wrap>False</wrap>
	    <xalign>1</xalign>
	    <yalign>0</yalign>
	    <xpad>0</xpad>
	    <ypad>0</ypad>
	    <child>
	      <left_attach>0</left_attach>
	      <right_attach>1</right_attach>
	      <top_attach>3</top_attach>
	      <bottom_attach>5</bottom_attach>
	      <xpad>0</xpad>
	      <ypad>0</ypad>
	      <xexpand>False</xexpand>
	      <yexpand>False</yexpand>
	      <xshrink>False</xshrink>
	      <yshrink>False</yshrink>
	      <xfill>True</xfill>
	      <yfill>True</yfill>
	    </child>
	  </widget>

	  <widget>
	    <class>GnomePixmapEntry</class>
	    <name>bookmarks_editor_pixmap_entry</name>
	    <width>175</width>
	    <height>30</height>
	    <can_focus>True</can_focus>
	    <preview>True</preview>
	    <child>
	      <left_attach>4</left_attach>
	      <right_attach>5</right_attach>
	      <top_attach>0</top_attach>
	      <bottom_attach>3</bottom_attach>
	      <xpad>0</xpad>
	      <ypad>0</ypad>
	      <xexpand>False</xexpand>
	      <yexpand>False</yexpand>
	      <xshrink>False</xshrink>
	      <yshrink>False</yshrink>
	      <xfill>True</xfill>
	      <yfill>True</yfill>
	    </child>

	    <widget>
	      <class>GnomeFileEntry</class>
	      <child_name>GnomePixmapEntry:file-entry</child_name>
	      <name>entry1</name>
	      <can_focus>True</can_focus>
	      <signal>
		<name>browse_clicked</name>
		<handler>bookmarks_editor_browse_clicked_cb</handler>
		<after>True</after>
		<last_modification_time>Mon, 02 Jul 2001 22:12:56 GMT</last_modification_time>
	      </signal>
	      <history_id>909</history_id>
	      <max_saved>10</max_saved>
	      <title>Pick an image file</title>
	      <directory>False</directory>
	      <modal>False</modal>

	      <widget>
		<class>GtkEntry</class>
		<child_name>GnomeEntry:entry</child_name>
		<name>bookmarks_editor_pixmap_file_entry</name>
		<can_focus>True</can_focus>
		<signal>
		  <name>changed</name>
		  <handler>bookmarks_editor_edited_cb</handler>
		  <last_modification_time>Fri, 29 Dec 2000 11:52:43 GMT</last_modification_time>
		</signal>
		<editable>True</editable>
		<text_visible>True</text_visible>
		<text_max_length>0</text_max_length>
		<text></text>
	      </widget>
	    </widget>
	  </widget>

	  <widget>
	    <class>GtkCheckButton</class>
	    <name>bookmarks_editor_create_toolbar_toggle</name>
	    <can_focus>True</can_focus>
	    <signal>
	      <name>toggled</name>
	      <handler>bookmarks_editor_edited_cb</handler>
	      <last_modification_time>Sat, 09 Sep 2000 13:35:21 GMT</last_modification_time>
	    </signal>
	    <label>_Show as toolbar</label>
	    <active>False</active>
	    <draw_indicator>True</draw_indicator>
	    <child>
	      <left_attach>4</left_attach>
	      <right_attach>5</right_attach>
	      <top_attach>3</top_attach>
	      <bottom_attach>4</bottom_attach>
	      <xpad>0</xpad>
	      <ypad>0</ypad>
	      <xexpand>False</xexpand>
	      <yexpand>False</yexpand>
	      <xshrink>False</xshrink>
	      <yshrink>False</yshrink>
	      <xfill>True</xfill>
	      <yfill>False</yfill>
	    </child>
	  </widget>

	  <widget>
	    <class>GtkCheckButton</class>
	    <name>bookmarks_editor_create_context_menu_toggle</name>
	    <can_focus>True</can_focus>
	    <signal>
	      <name>toggled</name>
	      <handler>bookmarks_editor_edited_cb</handler>
	      <last_modification_time>Sat, 09 Sep 2000 13:35:21 GMT</last_modification_time>
	    </signal>
	    <label>_Add to context menu</label>
	    <active>False</active>
	    <draw_indicator>True</draw_indicator>
	    <child>
	      <left_attach>4</left_attach>
	      <right_attach>5</right_attach>
	      <top_attach>4</top_attach>
	      <bottom_attach>5</bottom_attach>
	      <xpad>0</xpad>
	      <ypad>0</ypad>
	      <xexpand>False</xexpand>
	      <yexpand>False</yexpand>
	      <xshrink>False</xshrink>
	      <yshrink>False</yshrink>
	      <xfill>True</xfill>
	      <yfill>False</yfill>
	    </child>
	  </widget>

	  <widget>
	    <class>GtkLabel</class>
	    <name>label1016</name>
	    <label>Modified:</label>
	    <justify>GTK_JUSTIFY_RIGHT</justify>
	    <wrap>True</wrap>
	    <xalign>1</xalign>
	    <yalign>0.5</yalign>
	    <xpad>0</xpad>
	    <ypad>0</ypad>
	    <child>
	      <left_attach>2</left_attach>
	      <right_attach>3</right_attach>
	      <top_attach>3</top_attach>
	      <bottom_attach>4</bottom_attach>
	      <xpad>0</xpad>
	      <ypad>0</ypad>
	      <xexpand>False</xexpand>
	      <yexpand>False</yexpand>
	      <xshrink>False</xshrink>
	      <yshrink>False</yshrink>
	      <xfill>True</xfill>
	      <yfill>False</yfill>
	    </child>
	  </widget>

	  <widget>
	    <class>GtkLabel</class>
	    <name>label1017</name>
	    <label>Visited:</label>
	    <justify>GTK_JUSTIFY_RIGHT</justify>
	    <wrap>True</wrap>
	    <xalign>1</xalign>
	    <yalign>0.5</yalign>
	    <xpad>0</xpad>
	    <ypad>0</ypad>
	    <child>
	      <left_attach>2</left_attach>
	      <right_attach>3</right_attach>
	      <top_attach>4</top_attach>
	      <bottom_attach>5</bottom_attach>
	      <xpad>0</xpad>
	      <ypad>0</ypad>
	      <xexpand>False</xexpand>
	      <yexpand>False</yexpand>
	      <xshrink>False</xshrink>
	      <yshrink>False</yshrink>
	      <xfill>True</xfill>
	      <yfill>False</yfill>
	    </child>
	  </widget>

	  <widget>
	    <class>GtkEntry</class>
	    <name>bookmarks_editor_time_added_entry</name>
	    <width>60</width>
	    <editable>False</editable>
	    <text_visible>True</text_visible>
	    <text_max_length>0</text_max_length>
	    <text></text>
	    <child>
	      <left_attach>3</left_attach>
	      <right_attach>4</right_attach>
	      <top_attach>2</top_attach>
	      <bottom_attach>3</bottom_attach>
	      <xpad>0</xpad>
	      <ypad>0</ypad>
	      <xexpand>False</xexpand>
	      <yexpand>False</yexpand>
	      <xshrink>True</xshrink>
	      <yshrink>False</yshrink>
	      <xfill>True</xfill>
	      <yfill>False</yfill>
	    </child>
	  </widget>

	  <widget>
	    <class>GtkEntry</class>
	    <name>bookmarks_editor_time_modified_entry</name>
	    <width>60</width>
	    <editable>False</editable>
	    <text_visible>True</text_visible>
	    <text_max_length>0</text_max_length>
	    <text></text>
	    <child>
	      <left_attach>3</left_attach>
	      <right_attach>4</right_attach>
	      <top_attach>3</top_attach>
	      <bottom_attach>4</bottom_attach>
	      <xpad>0</xpad>
	      <ypad>0</ypad>
	      <xexpand>False</xexpand>
	      <yexpand>False</yexpand>
	      <xshrink>True</xshrink>
	      <yshrink>False</yshrink>
	      <xfill>True</xfill>
	      <yfill>False</yfill>
	    </child>
	  </widget>

	  <widget>
	    <class>GtkEntry</class>
	    <name>bookmarks_editor_time_visited_entry</name>
	    <width>80</width>
	    <editable>False</editable>
	    <text_visible>True</text_visible>
	    <text_max_length>0</text_max_length>
	    <text></text>
	    <child>
	      <left_attach>3</left_attach>
	      <right_attach>4</right_attach>
	      <top_attach>4</top_attach>
	      <bottom_attach>5</bottom_attach>
	      <xpad>0</xpad>
	      <ypad>0</ypad>
	      <xexpand>False</xexpand>
	      <yexpand>False</yexpand>
	      <xshrink>True</xshrink>
	      <yshrink>False</yshrink>
	      <xfill>True</xfill>
	      <yfill>False</yfill>
	    </child>
	  </widget>

	  <widget>
	    <class>GtkEntry</class>
	    <name>bookmarks_editor_name_entry</name>
	    <can_focus>True</can_focus>
	    <signal>
	      <name>changed</name>
	      <handler>bookmarks_editor_edited_cb</handler>
	      <last_modification_time>Sun, 10 Sep 2000 17:45:58 GMT</last_modification_time>
	    </signal>
	    <editable>True</editable>
	    <text_visible>True</text_visible>
	    <text_max_length>0</text_max_length>
	    <text></text>
	    <child>
	      <left_attach>1</left_attach>
	      <right_attach>4</right_attach>
	      <top_attach>0</top_attach>
	      <bottom_attach>1</bottom_attach>
	      <xpad>0</xpad>
	      <ypad>0</ypad>
	      <xexpand>True</xexpand>
	      <yexpand>False</yexpand>
	      <xshrink>False</xshrink>
	      <yshrink>False</yshrink>
	      <xfill>True</xfill>
	      <yfill>False</yfill>
	    </child>
	  </widget>

	  <widget>
	    <class>GtkEntry</class>
	    <name>bookmarks_editor_url_entry</name>
	    <can_focus>True</can_focus>
	    <signal>
	      <name>changed</name>
	      <handler>bookmarks_editor_edited_cb</handler>
	      <last_modification_time>Sun, 10 Sep 2000 17:45:51 GMT</last_modification_time>
	    </signal>
	    <editable>True</editable>
	    <text_visible>True</text_visible>
	    <text_max_length>0</text_max_length>
	    <text></text>
	    <child>
	      <left_attach>1</left_attach>
	      <right_attach>4</right_attach>
	      <top_attach>1</top_attach>
	      <bottom_attach>2</bottom_attach>
	      <xpad>0</xpad>
	      <ypad>0</ypad>
	      <xexpand>True</xexpand>
	      <yexpand>False</yexpand>
	      <xshrink>False</xshrink>
	      <yshrink>False</yshrink>
	      <xfill>True</xfill>
	      <yfill>False</yfill>
	    </child>
	  </widget>

	  <widget>
	    <class>GtkLabel</class>
	    <name>label1015</name>
	    <label>Added: </label>
	    <justify>GTK_JUSTIFY_LEFT</justify>
	    <wrap>True</wrap>
	    <xalign>1</xalign>
	    <yalign>0.5</yalign>
	    <xpad>0</xpad>
	    <ypad>0</ypad>
	    <child>
	      <left_attach>2</left_attach>
	      <right_attach>3</right_attach>
	      <top_attach>2</top_attach>
	      <bottom_attach>3</bottom_attach>
	      <xpad>0</xpad>
	      <ypad>0</ypad>
	      <xexpand>False</xexpand>
	      <yexpand>False</yexpand>
	      <xshrink>False</xshrink>
	      <yshrink>False</yshrink>
	      <xfill>True</xfill>
	      <yfill>False</yfill>
	    </child>
	  </widget>

	  <widget>
	    <class>GtkScrolledWindow</class>
	    <name>scrolledwindow1120</name>
	    <hscrollbar_policy>GTK_POLICY_NEVER</hscrollbar_policy>
	    <vscrollbar_policy>GTK_POLICY_AUTOMATIC</vscrollbar_policy>
	    <hupdate_policy>GTK_UPDATE_CONTINUOUS</hupdate_policy>
	    <vupdate_policy>GTK_UPDATE_CONTINUOUS</vupdate_policy>
	    <child>
	      <left_attach>1</left_attach>
	      <right_attach>2</right_attach>
	      <top_attach>3</top_attach>
	      <bottom_attach>5</bottom_attach>
	      <xpad>0</xpad>
	      <ypad>0</ypad>
	      <xexpand>False</xexpand>
	      <yexpand>False</yexpand>
	      <xshrink>False</xshrink>
	      <yshrink>True</yshrink>
	      <xfill>True</xfill>
	      <yfill>True</yfill>
	    </child>

	    <widget>
	      <class>GtkText</class>
	      <name>bookmarks_editor_notes_text</name>
	      <height>22</height>
	      <can_focus>True</can_focus>
	      <signal>
		<name>changed</name>
		<handler>bookmarks_editor_edited_cb</handler>
		<last_modification_time>Sun, 10 Sep 2000 17:14:33 GMT</last_modification_time>
	      </signal>
	      <editable>True</editable>
	      <text></text>
	    </widget>
	  </widget>
	</widget>
      </widget>
    </widget>
  </widget>
</widget>

<widget>
  <class>GtkWindow</class>
  <name>bookmarks_dock_window</name>
  <title>window1</title>
  <type>GTK_WINDOW_TOPLEVEL</type>
  <position>GTK_WIN_POS_NONE</position>
  <modal>False</modal>
  <allow_shrink>False</allow_shrink>
  <allow_grow>True</allow_grow>
  <auto_shrink>False</auto_shrink>

  <widget>
    <class>GtkTable</class>
    <name>bookmarks_dock</name>
    <signal>
      <name>destroy</name>
      <handler>bookmarks_dock_destroy_cb</handler>
      <last_modification_time>Fri, 18 May 2001 17:21:25 GMT</last_modification_time>
    </signal>
    <rows>2</rows>
    <columns>2</columns>
    <homogeneous>False</homogeneous>
    <row_spacing>2</row_spacing>
    <column_spacing>2</column_spacing>

    <widget>
      <class>GtkVBox</class>
      <name>vbox90</name>
      <homogeneous>False</homogeneous>
      <spacing>0</spacing>
      <child>
	<left_attach>1</left_attach>
	<right_attach>2</right_attach>
	<top_attach>1</top_attach>
	<bottom_attach>2</bottom_attach>
	<xpad>0</xpad>
	<ypad>0</ypad>
	<xexpand>True</xexpand>
	<yexpand>True</yexpand>
	<xshrink>True</xshrink>
	<yshrink>True</yshrink>
	<xfill>True</xfill>
	<yfill>True</yfill>
      </child>

      <widget>
	<class>GtkFrame</class>
	<name>frame59</name>
	<label_xalign>0</label_xalign>
	<shadow_type>GTK_SHADOW_ETCHED_IN</shadow_type>
	<child>
	  <padding>0</padding>
	  <expand>False</expand>
	  <fill>True</fill>
	</child>

	<widget>
	  <class>GtkHBox</class>
	  <name>hbox65</name>
	  <homogeneous>False</homogeneous>
	  <spacing>0</spacing>

	  <widget>
	    <class>GtkLabel</class>
	    <name>label1032</name>
	    <label>Bookmarks</label>
	    <justify>GTK_JUSTIFY_CENTER</justify>
	    <wrap>False</wrap>
	    <xalign>0</xalign>
	    <yalign>0.5</yalign>
	    <xpad>5</xpad>
	    <ypad>0</ypad>
	    <child>
	      <padding>0</padding>
	      <expand>True</expand>
	      <fill>True</fill>
	    </child>
	  </widget>

	  <widget>
	    <class>GtkToggleButton</class>
	    <name>bookmarks_dock_menu_button</name>
	    <tooltip>Show menu</tooltip>
	    <can_focus>True</can_focus>
	    <signal>
	      <name>clicked</name>
	      <handler>bookmarks_dock_menu_button_clicked_cb</handler>
	      <last_modification_time>Fri, 28 Sep 2001 12:35:17 GMT</last_modification_time>
	    </signal>
	    <relief>GTK_RELIEF_NONE</relief>
	    <active>False</active>
	    <child>
	      <padding>0</padding>
	      <expand>False</expand>
	      <fill>False</fill>
	    </child>

	    <widget>
	      <class>GtkPixmap</class>
	      <name>pixmap6</name>
	      <filename>small-menu.xpm</filename>
	      <xalign>0.5</xalign>
	      <yalign>0.5</yalign>
	      <xpad>2</xpad>
	      <ypad>2</ypad>
	      <build_insensitive>True</build_insensitive>
	    </widget>
	  </widget>

	  <widget>
	    <class>GtkButton</class>
	    <name>bookmarks_dock_detach_button</name>
	    <tooltip>Detach dock</tooltip>
	    <can_focus>True</can_focus>
	    <signal>
	      <name>clicked</name>
	      <handler>bookmarks_dock_detach_button_clicked_cb</handler>
	      <last_modification_time>Fri, 18 May 2001 22:51:40 GMT</last_modification_time>
	    </signal>
	    <relief>GTK_RELIEF_NONE</relief>
	    <child>
	      <padding>0</padding>
	      <expand>False</expand>
	      <fill>False</fill>
	    </child>

	    <widget>
	      <class>GtkPixmap</class>
	      <name>pixmap6</name>
	      <filename>small-detach.xpm</filename>
	      <xalign>0.5</xalign>
	      <yalign>0.5</yalign>
	      <xpad>2</xpad>
	      <ypad>2</ypad>
	      <build_insensitive>True</build_insensitive>
	    </widget>
	  </widget>

	  <widget>
	    <class>GtkButton</class>
	    <name>bookmarks_dock_close_button</name>
	    <tooltip>Close dock</tooltip>
	    <can_focus>True</can_focus>
	    <signal>
	      <name>clicked</name>
	      <handler>bookmarks_dock_close_clicked_cb</handler>
	      <last_modification_time>Tue, 01 May 2001 15:21:45 GMT</last_modification_time>
	    </signal>
	    <relief>GTK_RELIEF_NONE</relief>
	    <child>
	      <padding>0</padding>
	      <expand>False</expand>
	      <fill>False</fill>
	    </child>

	    <widget>
	      <class>GtkPixmap</class>
	      <name>pixmap5</name>
	      <filename>small-close.xpm</filename>
	      <xalign>0.5</xalign>
	      <yalign>0.5</yalign>
	      <xpad>0</xpad>
	      <ypad>2</ypad>
	      <build_insensitive>True</build_insensitive>
	    </widget>
	  </widget>
	</widget>
      </widget>

      <widget>
	<class>GtkEventBox</class>
	<child_name>GnomeDock:contents</child_name>
	<name>eventbox2</name>
	<signal>
	  <name>button_press_event</name>
	  <handler>bookmarks_editor_toolbar_button_press_event_cb</handler>
	  <last_modification_time>Tue, 03 Jul 2001 03:56:48 GMT</last_modification_time>
	</signal>
	<child>
	  <padding>1</padding>
	  <expand>False</expand>
	  <fill>False</fill>
	</child>

	<widget>
	  <class>GtkToolbar</class>
	  <child_name>GnomeDock:contents</child_name>
	  <name>bookmarks_dock_toolbar</name>
	  <orientation>GTK_ORIENTATION_HORIZONTAL</orientation>
	  <type>GTK_TOOLBAR_ICONS</type>
	  <space_size>16</space_size>
	  <space_style>GTK_TOOLBAR_SPACE_LINE</space_style>
	  <relief>GTK_RELIEF_NONE</relief>
	  <tooltips>True</tooltips>

	  <widget>
	    <class>GtkButton</class>
	    <child_name>Toolbar:button</child_name>
	    <name>button28</name>
	    <tooltip>Create a new bookmark</tooltip>
	    <signal>
	      <name>clicked</name>
	      <handler>bookmarks_editor_new_item_clicked_cb</handler>
	      <last_modification_time>Mon, 02 Apr 2001 09:33:02 GMT</last_modification_time>
	    </signal>
	    <label>New item</label>
	    <icon>new_item.xpm</icon>
	  </widget>

	  <widget>
	    <class>GtkButton</class>
	    <child_name>Toolbar:button</child_name>
	    <name>button29</name>
	    <tooltip>Create a new separator</tooltip>
	    <signal>
	      <name>clicked</name>
	      <handler>bookmarks_editor_new_separator_clicked_cb</handler>
	      <last_modification_time>Mon, 02 Apr 2001 09:33:14 GMT</last_modification_time>
	    </signal>
	    <label>Separator</label>
	    <icon>new_separator.xpm</icon>
	  </widget>

	  <widget>
	    <class>GtkButton</class>
	    <child_name>Toolbar:button</child_name>
	    <name>button30</name>
	    <tooltip>Create a new folder</tooltip>
	    <signal>
	      <name>clicked</name>
	      <handler>bookmarks_editor_new_folder_clicked_cb</handler>
	      <last_modification_time>Mon, 02 Apr 2001 09:33:23 GMT</last_modification_time>
	    </signal>
	    <label>Folder</label>
	    <icon>new_folder.xpm</icon>
	  </widget>

	  <widget>
	    <class>GtkButton</class>
	    <child_name>Toolbar:button</child_name>
	    <name>button31</name>
	    <tooltip>Create a new alias</tooltip>
	    <signal>
	      <name>clicked</name>
	      <handler>bookmarks_editor_add_alias_cb</handler>
	      <last_modification_time>Thu, 12 Apr 2001 10:09:37 GMT</last_modification_time>
	    </signal>
	    <label>Alias</label>
	    <icon>new_alias.xpm</icon>
	  </widget>

	  <widget>
	    <class>GtkToggleButton</class>
	    <child_name>Toolbar:button</child_name>
	    <name>togglebutton1</name>
	    <tooltip>Show edit bookmarks controls</tooltip>
	    <signal>
	      <name>toggled</name>
	      <handler>bookmarks_editor_edit_toggled_cb</handler>
	      <last_modification_time>Mon, 11 Sep 2000 11:33:18 GMT</last_modification_time>
	    </signal>
	    <label>Edit</label>
	    <stock_pixmap>GNOME_STOCK_PIXMAP_PROPERTIES</stock_pixmap>
	    <active>False</active>
	    <child>
	      <new_group>True</new_group>
	    </child>
	  </widget>

	  <widget>
	    <class>GtkButton</class>
	    <child_name>Toolbar:button</child_name>
	    <name>button34</name>
	    <tooltip>Remove bookmark</tooltip>
	    <signal>
	      <name>clicked</name>
	      <handler>bookmarks_editor_remove_clicked_cb</handler>
	      <last_modification_time>Mon, 02 Apr 2001 09:32:31 GMT</last_modification_time>
	    </signal>
	    <label>Remove</label>
	    <stock_pixmap>GNOME_STOCK_PIXMAP_TRASH</stock_pixmap>
	    <child>
	      <new_group>True</new_group>
	    </child>
	  </widget>
	</widget>
      </widget>

      <widget>
	<class>GtkVBox</class>
	<name>vbox91</name>
	<homogeneous>False</homogeneous>
	<spacing>3</spacing>
	<child>
	  <padding>0</padding>
	  <expand>True</expand>
	  <fill>True</fill>
	</child>

	<widget>
	  <class>GtkHBox</class>
	  <name>hbox67</name>
	  <homogeneous>False</homogeneous>
	  <spacing>5</spacing>
	  <child>
	    <padding>0</padding>
	    <expand>False</expand>
	    <fill>False</fill>
	  </child>

	  <widget>
	    <class>GtkLabel</class>
	    <name>label1034</name>
	    <label>Find:</label>
	    <justify>GTK_JUSTIFY_CENTER</justify>
	    <wrap>False</wrap>
	    <xalign>0.5</xalign>
	    <yalign>0.5</yalign>
	    <xpad>0</xpad>
	    <ypad>0</ypad>
	    <child>
	      <padding>0</padding>
	      <expand>False</expand>
	      <fill>False</fill>
	    </child>
	  </widget>

	  <widget>
	    <class>GtkEntry</class>
	    <name>bookmarks_dock_search_entry</name>
	    <can_focus>True</can_focus>
	    <signal>
	      <name>activate</name>
	      <handler>bookmarks_dock_search_entry_activate_cb</handler>
	      <last_modification_time>Sun, 02 Sep 2001 14:55:12 GMT</last_modification_time>
	    </signal>
	    <editable>True</editable>
	    <text_visible>True</text_visible>
	    <text_max_length>0</text_max_length>
	    <text></text>
	    <child>
	      <padding>0</padding>
	      <expand>True</expand>
	      <fill>True</fill>
	    </child>
	  </widget>
	</widget>

	<widget>
	  <class>GtkScrolledWindow</class>
	  <name>scrolledwindow1119</name>
	  <hscrollbar_policy>GTK_POLICY_AUTOMATIC</hscrollbar_policy>
	  <vscrollbar_policy>GTK_POLICY_AUTOMATIC</vscrollbar_policy>
	  <hupdate_policy>GTK_UPDATE_CONTINUOUS</hupdate_policy>
	  <vupdate_policy>GTK_UPDATE_CONTINUOUS</vupdate_policy>
	  <child>
	    <padding>0</padding>
	    <expand>True</expand>
	    <fill>True</fill>
	  </child>

	  <widget>
	    <class>GtkCTree</class>
	    <name>bookmarks_dock_ctree</name>
	    <can_focus>True</can_focus>
	    <has_focus>True</has_focus>
	    <signal>
	      <name>tree_select_row</name>
	      <handler>bookmarks_editor_ctree_tree_select_row_cb</handler>
	      <last_modification_time>Thu, 31 Aug 2000 16:29:33 GMT</last_modification_time>
	    </signal>
	    <signal>
	      <name>tree_unselect_row</name>
	      <handler>bookmarks_editor_ctree_tree_unselect_row_cb</handler>
	      <last_modification_time>Thu, 31 Aug 2000 16:29:48 GMT</last_modification_time>
	    </signal>
	    <signal>
	      <name>drag_data_get</name>
	      <handler>bookmarks_editor_ctree_drag_data_get_cb</handler>
	      <last_modification_time>Mon, 18 Sep 2000 12:50:47 GMT</last_modification_time>
	    </signal>
	    <signal>
	      <name>tree_move</name>
	      <handler>bookmarks_editor_ctree_tree_move_cb</handler>
	      <last_modification_time>Mon, 18 Sep 2000 16:07:00 GMT</last_modification_time>
	    </signal>
	    <signal>
	      <name>button_press_event</name>
	      <handler>bookmarks_editor_ctree_button_press_event_cb</handler>
	      <last_modification_time>Mon, 18 Sep 2000 17:56:30 GMT</last_modification_time>
	    </signal>
	    <signal>
	      <name>tree_collapse</name>
	      <handler>bookmarks_editor_tree_collapse_cb</handler>
	      <last_modification_time>Tue, 26 Sep 2000 15:02:25 GMT</last_modification_time>
	    </signal>
	    <signal>
	      <name>tree_expand</name>
	      <handler>bookmarks_editor_tree_expand_cb</handler>
	      <last_modification_time>Tue, 26 Sep 2000 15:02:39 GMT</last_modification_time>
	    </signal>
	    <signal>
	      <name>drag_data_received</name>
	      <handler>bookmarks_editor_ctree_drag_data_received_cb</handler>
	      <last_modification_time>Thu, 28 Sep 2000 11:46:40 GMT</last_modification_time>
	    </signal>
	    <signal>
	      <name>key_press_event</name>
	      <handler>bookmarks_editor_ctree_key_press_event_cb</handler>
	      <last_modification_time>Mon, 04 Dec 2000 01:57:54 GMT</last_modification_time>
	    </signal>
	    <signal>
	      <name>drag_motion</name>
	      <handler>bookmarks_editor_ctree_drag_motion</handler>
	      <last_modification_time>Sun, 10 Dec 2000 18:44:51 GMT</last_modification_time>
	    </signal>
	    <signal>
	      <name>drag_leave</name>
	      <handler>bookmarks_editor_ctree_drag_leave</handler>
	      <last_modification_time>Sun, 10 Dec 2000 18:45:02 GMT</last_modification_time>
	    </signal>
	    <columns>2</columns>
	    <column_widths>236,80</column_widths>
	    <selection_mode>GTK_SELECTION_EXTENDED</selection_mode>
	    <show_titles>False</show_titles>
	    <shadow_type>GTK_SHADOW_IN</shadow_type>

	    <widget>
	      <class>GtkLabel</class>
	      <child_name>CTree:title</child_name>
	      <name>label1001</name>
	      <label>Name</label>
	      <justify>GTK_JUSTIFY_CENTER</justify>
	      <wrap>False</wrap>
	      <xalign>0.5</xalign>
	      <yalign>0.5</yalign>
	      <xpad>0</xpad>
	      <ypad>0</ypad>
	    </widget>

	    <widget>
	      <class>GtkLabel</class>
	      <child_name>CTree:title</child_name>
	      <name>label1002</name>
	      <label>URL</label>
	      <justify>GTK_JUSTIFY_CENTER</justify>
	      <wrap>False</wrap>
	      <xalign>0.5</xalign>
	      <yalign>0.5</yalign>
	      <xpad>0</xpad>
	      <ypad>0</ypad>
	    </widget>
	  </widget>
	</widget>
      </widget>

      <widget>
	<class>GtkFrame</class>
	<child_name>GnomeDock:contents</child_name>
	<name>bookmarks_dock_edit_frame</name>
	<visible>False</visible>
	<label_xalign>0</label_xalign>
	<shadow_type>GTK_SHADOW_NONE</shadow_type>
	<child>
	  <padding>0</padding>
	  <expand>False</expand>
	  <fill>False</fill>
	</child>

	<widget>
	  <class>GtkTable</class>
	  <child_name>GnomeDock:contents</child_name>
	  <name>table51</name>
	  <rows>4</rows>
	  <columns>2</columns>
	  <homogeneous>False</homogeneous>
	  <row_spacing>4</row_spacing>
	  <column_spacing>4</column_spacing>

	  <widget>
	    <class>GtkLabel</class>
	    <name>label1003</name>
	    <label>Name:</label>
	    <justify>GTK_JUSTIFY_CENTER</justify>
	    <wrap>False</wrap>
	    <xalign>1</xalign>
	    <yalign>0.5</yalign>
	    <xpad>0</xpad>
	    <ypad>0</ypad>
	    <child>
	      <left_attach>0</left_attach>
	      <right_attach>1</right_attach>
	      <top_attach>0</top_attach>
	      <bottom_attach>1</bottom_attach>
	      <xpad>0</xpad>
	      <ypad>0</ypad>
	      <xexpand>False</xexpand>
	      <yexpand>False</yexpand>
	      <xshrink>False</xshrink>
	      <yshrink>False</yshrink>
	      <xfill>True</xfill>
	      <yfill>False</yfill>
	    </child>
	  </widget>

	  <widget>
	    <class>GtkLabel</class>
	    <name>label1004</name>
	    <label>URL:</label>
	    <justify>GTK_JUSTIFY_CENTER</justify>
	    <wrap>False</wrap>
	    <xalign>1</xalign>
	    <yalign>0.5</yalign>
	    <xpad>0</xpad>
	    <ypad>0</ypad>
	    <child>
	      <left_attach>0</left_attach>
	      <right_attach>1</right_attach>
	      <top_attach>1</top_attach>
	      <bottom_attach>2</bottom_attach>
	      <xpad>0</xpad>
	      <ypad>0</ypad>
	      <xexpand>False</xexpand>
	      <yexpand>False</yexpand>
	      <xshrink>False</xshrink>
	      <yshrink>False</yshrink>
	      <xfill>True</xfill>
	      <yfill>False</yfill>
	    </child>
	  </widget>

	  <widget>
	    <class>GtkLabel</class>
	    <name>label1005</name>
	    <label>Nicknames:</label>
	    <justify>GTK_JUSTIFY_CENTER</justify>
	    <wrap>False</wrap>
	    <xalign>1</xalign>
	    <yalign>0.5</yalign>
	    <xpad>0</xpad>
	    <ypad>0</ypad>
	    <child>
	      <left_attach>0</left_attach>
	      <right_attach>1</right_attach>
	      <top_attach>2</top_attach>
	      <bottom_attach>3</bottom_attach>
	      <xpad>0</xpad>
	      <ypad>0</ypad>
	      <xexpand>False</xexpand>
	      <yexpand>False</yexpand>
	      <xshrink>False</xshrink>
	      <yshrink>False</yshrink>
	      <xfill>True</xfill>
	      <yfill>False</yfill>
	    </child>
	  </widget>

	  <widget>
	    <class>GtkEntry</class>
	    <name>bookmarks_dock_name_entry</name>
	    <can_focus>True</can_focus>
	    <signal>
	      <name>changed</name>
	      <handler>bookmarks_editor_edited_cb</handler>
	      <last_modification_time>Sun, 10 Sep 2000 17:45:58 GMT</last_modification_time>
	    </signal>
	    <editable>True</editable>
	    <text_visible>True</text_visible>
	    <text_max_length>0</text_max_length>
	    <text></text>
	    <child>
	      <left_attach>1</left_attach>
	      <right_attach>2</right_attach>
	      <top_attach>0</top_attach>
	      <bottom_attach>1</bottom_attach>
	      <xpad>0</xpad>
	      <ypad>0</ypad>
	      <xexpand>True</xexpand>
	      <yexpand>False</yexpand>
	      <xshrink>True</xshrink>
	      <yshrink>False</yshrink>
	      <xfill>True</xfill>
	      <yfill>False</yfill>
	    </child>
	  </widget>

	  <widget>
	    <class>GtkEntry</class>
	    <name>bookmarks_dock_url_entry</name>
	    <can_focus>True</can_focus>
	    <signal>
	      <name>changed</name>
	      <handler>bookmarks_editor_edited_cb</handler>
	      <last_modification_time>Sun, 10 Sep 2000 17:45:51 GMT</last_modification_time>
	    </signal>
	    <editable>True</editable>
	    <text_visible>True</text_visible>
	    <text_max_length>0</text_max_length>
	    <text></text>
	    <child>
	      <left_attach>1</left_attach>
	      <right_attach>2</right_attach>
	      <top_attach>1</top_attach>
	      <bottom_attach>2</bottom_attach>
	      <xpad>0</xpad>
	      <ypad>0</ypad>
	      <xexpand>True</xexpand>
	      <yexpand>False</yexpand>
	      <xshrink>True</xshrink>
	      <yshrink>False</yshrink>
	      <xfill>True</xfill>
	      <yfill>False</yfill>
	    </child>
	  </widget>

	  <widget>
	    <class>GtkEntry</class>
	    <name>bookmarks_dock_nick_entry</name>
	    <can_focus>True</can_focus>
	    <signal>
	      <name>changed</name>
	      <handler>bookmarks_editor_edited_cb</handler>
	      <last_modification_time>Sun, 10 Sep 2000 17:45:43 GMT</last_modification_time>
	    </signal>
	    <editable>True</editable>
	    <text_visible>True</text_visible>
	    <text_max_length>0</text_max_length>
	    <text></text>
	    <child>
	      <left_attach>1</left_attach>
	      <right_attach>2</right_attach>
	      <top_attach>2</top_attach>
	      <bottom_attach>3</bottom_attach>
	      <xpad>0</xpad>
	      <ypad>0</ypad>
	      <xexpand>True</xexpand>
	      <yexpand>False</yexpand>
	      <xshrink>True</xshrink>
	      <yshrink>False</yshrink>
	      <xfill>True</xfill>
	      <yfill>False</yfill>
	    </child>
	  </widget>

	  <widget>
	    <class>GtkLabel</class>
	    <name>label1006</name>
	    <label>Notes:</label>
	    <justify>GTK_JUSTIFY_CENTER</justify>
	    <wrap>False</wrap>
	    <xalign>1</xalign>
	    <yalign>0</yalign>
	    <xpad>0</xpad>
	    <ypad>0</ypad>
	    <child>
	      <left_attach>0</left_attach>
	      <right_attach>1</right_attach>
	      <top_attach>3</top_attach>
	      <bottom_attach>4</bottom_attach>
	      <xpad>0</xpad>
	      <ypad>0</ypad>
	      <xexpand>False</xexpand>
	      <yexpand>False</yexpand>
	      <xshrink>False</xshrink>
	      <yshrink>False</yshrink>
	      <xfill>True</xfill>
	      <yfill>True</yfill>
	    </child>
	  </widget>

	  <widget>
	    <class>GtkScrolledWindow</class>
	    <name>scrolledwindow1121</name>
	    <hscrollbar_policy>GTK_POLICY_NEVER</hscrollbar_policy>
	    <vscrollbar_policy>GTK_POLICY_AUTOMATIC</vscrollbar_policy>
	    <hupdate_policy>GTK_UPDATE_CONTINUOUS</hupdate_policy>
	    <vupdate_policy>GTK_UPDATE_CONTINUOUS</vupdate_policy>
	    <child>
	      <left_attach>1</left_attach>
	      <right_attach>2</right_attach>
	      <top_attach>3</top_attach>
	      <bottom_attach>4</bottom_attach>
	      <xpad>0</xpad>
	      <ypad>0</ypad>
	      <xexpand>True</xexpand>
	      <yexpand>False</yexpand>
	      <xshrink>True</xshrink>
	      <yshrink>False</yshrink>
	      <xfill>True</xfill>
	      <yfill>False</yfill>
	    </child>

	    <widget>
	      <class>GtkText</class>
	      <name>bookmarks_dock_notes_text</name>
	      <height>50</height>
	      <can_focus>True</can_focus>
	      <signal>
		<name>changed</name>
		<handler>bookmarks_editor_edited_cb</handler>
		<last_modification_time>Sun, 10 Sep 2000 17:14:33 GMT</last_modification_time>
	      </signal>
	      <editable>True</editable>
	      <text></text>
	    </widget>
	  </widget>
	</widget>
      </widget>
    </widget>
  </widget>
</widget>

<widget>
  <class>GnomeDialog</class>
  <name>smart_bookmarks_entry_size_editor</name>
  <signal>
    <name>close</name>
    <handler>smart_bookmarks_close_clicked_cb</handler>
    <last_modification_time>Mon, 27 Aug 2001 16:41:00 GMT</last_modification_time>
  </signal>
  <title>Set size of smart bookmark entry</title>
  <type>GTK_WINDOW_TOPLEVEL</type>
  <position>GTK_WIN_POS_NONE</position>
  <modal>False</modal>
  <allow_shrink>False</allow_shrink>
  <allow_grow>False</allow_grow>
  <auto_shrink>False</auto_shrink>
  <wmclass_name>bookmarks_getsize</wmclass_name>
  <wmclass_class>galeon_browser</wmclass_class>
  <auto_close>False</auto_close>
  <hide_on_close>False</hide_on_close>

  <widget>
    <class>GtkVBox</class>
    <child_name>GnomeDialog:vbox</child_name>
    <name>dialog-vbox1</name>
    <homogeneous>False</homogeneous>
    <spacing>8</spacing>
    <child>
      <padding>4</padding>
      <expand>True</expand>
      <fill>True</fill>
    </child>

    <widget>
      <class>GtkHButtonBox</class>
      <child_name>GnomeDialog:action_area</child_name>
      <name>dialog-action_area1</name>
      <layout_style>GTK_BUTTONBOX_SPREAD</layout_style>
      <spacing>8</spacing>
      <child_min_width>85</child_min_width>
      <child_min_height>27</child_min_height>
      <child_ipad_x>7</child_ipad_x>
      <child_ipad_y>0</child_ipad_y>
      <child>
	<padding>0</padding>
	<expand>False</expand>
	<fill>True</fill>
	<pack>GTK_PACK_END</pack>
      </child>

      <widget>
	<class>GtkButton</class>
	<name>button36</name>
	<can_default>True</can_default>
	<can_focus>True</can_focus>
	<signal>
	  <name>clicked</name>
	  <handler>smart_bookmarks_default_clicked_cb</handler>
	  <last_modification_time>Mon, 27 Aug 2001 16:39:01 GMT</last_modification_time>
	</signal>
	<label>Set to default</label>
      </widget>

      <widget>
	<class>GtkButton</class>
	<name>button37</name>
	<can_default>True</can_default>
	<can_focus>True</can_focus>
	<signal>
	  <name>clicked</name>
	  <handler>smart_bookmarks_close_clicked_cb</handler>
	  <last_modification_time>Mon, 27 Aug 2001 16:40:29 GMT</last_modification_time>
	</signal>
	<stock_button>GNOME_STOCK_BUTTON_CLOSE</stock_button>
      </widget>
    </widget>

    <widget>
      <class>GtkHBox</class>
      <name>hbox66</name>
      <homogeneous>False</homogeneous>
      <spacing>5</spacing>
      <child>
	<padding>0</padding>
	<expand>True</expand>
	<fill>True</fill>
      </child>

      <widget>
	<class>GtkLabel</class>
	<name>label1033</name>
	<label>Entry width:</label>
	<justify>GTK_JUSTIFY_CENTER</justify>
	<wrap>False</wrap>
	<xalign>0.5</xalign>
	<yalign>0.5</yalign>
	<xpad>0</xpad>
	<ypad>0</ypad>
	<child>
	  <padding>0</padding>
	  <expand>False</expand>
	  <fill>False</fill>
	</child>
      </widget>

      <widget>
	<class>GtkSpinButton</class>
	<name>smart_bookmark_size_editor_entry</name>
	<can_focus>True</can_focus>
	<signal>
	  <name>changed</name>
	  <handler>smart_bookmarks_entry_size_changed_cb</handler>
	  <last_modification_time>Mon, 27 Aug 2001 16:34:28 GMT</last_modification_time>
	</signal>
	<climb_rate>1</climb_rate>
	<digits>0</digits>
	<numeric>False</numeric>
	<update_policy>GTK_UPDATE_ALWAYS</update_policy>
	<snap>True</snap>
	<wrap>False</wrap>
	<value>0</value>
	<lower>0</lower>
	<upper>1000</upper>
	<step>1</step>
	<page>10</page>
	<page_size>10</page_size>
	<child>
	  <padding>0</padding>
	  <expand>True</expand>
	  <fill>True</fill>
	</child>
      </widget>
    </widget>
  </widget>
</widget>

<widget>
  <class>GnomeDialog</class>
  <name>bookmarks_find_dialog</name>
  <signal>
    <name>close</name>
    <handler>bookmarks_find_cancel_clicked_cb</handler>
    <last_modification_time>Fri, 07 Sep 2001 19:39:46 GMT</last_modification_time>
  </signal>
  <title>Find bookmarks</title>
  <type>GTK_WINDOW_TOPLEVEL</type>
  <position>GTK_WIN_POS_NONE</position>
  <modal>False</modal>
  <allow_shrink>False</allow_shrink>
  <allow_grow>False</allow_grow>
  <auto_shrink>False</auto_shrink>
  <wmclass_name>bookmarks_find</wmclass_name>
  <wmclass_class>galeon_browser</wmclass_class>
  <auto_close>False</auto_close>
  <hide_on_close>False</hide_on_close>

  <widget>
    <class>GtkVBox</class>
    <child_name>GnomeDialog:vbox</child_name>
    <name>dialog-vbox2</name>
    <homogeneous>False</homogeneous>
    <spacing>8</spacing>
    <child>
      <padding>4</padding>
      <expand>True</expand>
      <fill>True</fill>
    </child>

    <widget>
      <class>GtkHButtonBox</class>
      <child_name>GnomeDialog:action_area</child_name>
      <name>dialog-action_area2</name>
      <layout_style>GTK_BUTTONBOX_END</layout_style>
      <spacing>8</spacing>
      <child_min_width>85</child_min_width>
      <child_min_height>27</child_min_height>
      <child_ipad_x>7</child_ipad_x>
      <child_ipad_y>0</child_ipad_y>
      <child>
	<padding>0</padding>
	<expand>False</expand>
	<fill>True</fill>
	<pack>GTK_PACK_END</pack>
      </child>

      <widget>
	<class>GtkButton</class>
	<name>bookmarks_find_prev_button</name>
	<can_default>True</can_default>
	<can_focus>True</can_focus>
	<signal>
	  <name>clicked</name>
	  <handler>bookmarks_find_prev_clicked_cb</handler>
	  <last_modification_time>Fri, 07 Sep 2001 16:04:35 GMT</last_modification_time>
	</signal>
	<stock_button>GNOME_STOCK_BUTTON_PREV</stock_button>
      </widget>

      <widget>
	<class>GtkButton</class>
	<name>bookmarks_find_next_button</name>
	<can_default>True</can_default>
	<has_default>True</has_default>
	<can_focus>True</can_focus>
	<signal>
	  <name>clicked</name>
	  <handler>bookmarks_find_next_clicked_cb</handler>
	  <last_modification_time>Fri, 07 Sep 2001 16:04:27 GMT</last_modification_time>
	</signal>
	<stock_button>GNOME_STOCK_BUTTON_NEXT</stock_button>
      </widget>

      <widget>
	<class>GtkButton</class>
	<name>button42</name>
	<can_default>True</can_default>
	<can_focus>True</can_focus>
	<signal>
	  <name>clicked</name>
	  <handler>bookmarks_find_cancel_clicked_cb</handler>
	  <last_modification_time>Fri, 07 Sep 2001 15:35:28 GMT</last_modification_time>
	</signal>
	<stock_button>GNOME_STOCK_BUTTON_CLOSE</stock_button>
      </widget>
    </widget>

    <widget>
      <class>GtkTable</class>
      <name>table52</name>
      <rows>2</rows>
      <columns>3</columns>
      <homogeneous>False</homogeneous>
      <row_spacing>5</row_spacing>
      <column_spacing>5</column_spacing>
      <child>
	<padding>0</padding>
	<expand>True</expand>
	<fill>True</fill>
      </child>

      <widget>
	<class>GtkOptionMenu</class>
	<name>bookmarks_find_criterium1_optionmenu</name>
	<can_focus>True</can_focus>
	<items>name
nicknames
notes
URL
</items>
	<initial_choice>0</initial_choice>
	<child>
	  <left_attach>0</left_attach>
	  <right_attach>1</right_attach>
	  <top_attach>1</top_attach>
	  <bottom_attach>2</bottom_attach>
	  <xpad>0</xpad>
	  <ypad>0</ypad>
	  <xexpand>False</xexpand>
	  <yexpand>False</yexpand>
	  <xshrink>False</xshrink>
	  <yshrink>False</yshrink>
	  <xfill>True</xfill>
	  <yfill>False</yfill>
	</child>
      </widget>

      <widget>
	<class>GtkOptionMenu</class>
	<name>bookmarks_find_criterium2_optionmenu</name>
	<can_focus>True</can_focus>
	<items>contains
starts with
ends with
is
is not
doesn't contain
</items>
	<initial_choice>0</initial_choice>
	<child>
	  <left_attach>1</left_attach>
	  <right_attach>2</right_attach>
	  <top_attach>1</top_attach>
	  <bottom_attach>2</bottom_attach>
	  <xpad>0</xpad>
	  <ypad>0</ypad>
	  <xexpand>False</xexpand>
	  <yexpand>False</yexpand>
	  <xshrink>False</xshrink>
	  <yshrink>False</yshrink>
	  <xfill>True</xfill>
	  <yfill>False</yfill>
	</child>
      </widget>

      <widget>
	<class>GnomeEntry</class>
	<name>bookmarks_find_gnomeentry</name>
	<history_id>BookmarksFindEntry</history_id>
	<max_saved>10</max_saved>
	<child>
	  <left_attach>2</left_attach>
	  <right_attach>3</right_attach>
	  <top_attach>1</top_attach>
	  <bottom_attach>2</bottom_attach>
	  <xpad>0</xpad>
	  <ypad>0</ypad>
	  <xexpand>True</xexpand>
	  <yexpand>False</yexpand>
	  <xshrink>False</xshrink>
	  <yshrink>False</yshrink>
	  <xfill>True</xfill>
	  <yfill>False</yfill>
	</child>

	<widget>
	  <class>GtkEntry</class>
	  <child_name>GnomeEntry:entry</child_name>
	  <name>bookmarks_find_entry</name>
	  <can_focus>True</can_focus>
	  <has_focus>True</has_focus>
	  <signal>
	    <name>changed</name>
	    <handler>bookmarks_find_entry_changed_cb</handler>
	    <last_modification_time>Fri, 07 Sep 2001 18:39:40 GMT</last_modification_time>
	  </signal>
	  <editable>True</editable>
	  <text_visible>True</text_visible>
	  <text_max_length>0</text_max_length>
	  <text></text>
	</widget>
      </widget>

      <widget>
	<class>GtkLabel</class>
	<name>label1035</name>
	<label>Find bookmarks whose</label>
	<justify>GTK_JUSTIFY_CENTER</justify>
	<wrap>False</wrap>
	<xalign>0</xalign>
	<yalign>0.5</yalign>
	<xpad>0</xpad>
	<ypad>0</ypad>
	<child>
	  <left_attach>0</left_attach>
	  <right_attach>3</right_attach>
	  <top_attach>0</top_attach>
	  <bottom_attach>1</bottom_attach>
	  <xpad>0</xpad>
	  <ypad>0</ypad>
	  <xexpand>False</xexpand>
	  <yexpand>False</yexpand>
	  <xshrink>False</xshrink>
	  <yshrink>False</yshrink>
	  <xfill>True</xfill>
	  <yfill>False</yfill>
	</child>
      </widget>
    </widget>
  </widget>
</widget>

</GTK-Interface>
