Print this page
*** NO COMMENTS ***
*** 1,15 ****
! <?xml version="1.0" encoding="UTF-8" standalone="no"?>
! <!DOCTYPE glade-interface SYSTEM "glade-2.0.dtd">
! <!--Generated with glade3 3.4.5 on Tue Jun 30 10:24:37 2009 -->
<glade-interface>
<widget class="GtkWindow" id="mainwindow">
<property name="width_request">750</property>
<property name="height_request">500</property>
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
<property name="title" translatable="yes">Package Manager</property>
! <property name="window_position">GTK_WIN_POS_CENTER</property>
<property name="default_width">800</property>
<property name="default_height">615</property>
<property name="icon">PM_app_48x.png</property>
<signal name="delete_event" handler="on_mainwindow_delete_event"/>
<child>
--- 1,15 ----
! <?xml version="1.0"?>
<glade-interface>
+ <!-- interface-requires gtk+ 2.16 -->
+ <!-- interface-naming-policy toplevel-contextual -->
<widget class="GtkWindow" id="mainwindow">
<property name="width_request">750</property>
<property name="height_request">500</property>
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
<property name="title" translatable="yes">Package Manager</property>
! <property name="window_position">center</property>
<property name="default_width">800</property>
<property name="default_height">615</property>
<property name="icon">PM_app_48x.png</property>
<signal name="delete_event" handler="on_mainwindow_delete_event"/>
<child>
*** 84,94 ****
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
<property name="tooltip" translatable="yes">Cut action</property>
<property name="label" translatable="yes">Cu_t</property>
<property name="use_underline">True</property>
<signal name="activate" handler="on_edit_cut_activate"/>
! <accelerator key="X" modifiers="GDK_CONTROL_MASK" signal="activate"/>
</widget>
</child>
<child>
<widget class="GtkMenuItem" id="edit_copy">
<property name="visible">True</property>
--- 84,94 ----
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
<property name="tooltip" translatable="yes">Cut action</property>
<property name="label" translatable="yes">Cu_t</property>
<property name="use_underline">True</property>
<signal name="activate" handler="on_edit_cut_activate"/>
! <accelerator key="X" signal="activate" modifiers="GDK_CONTROL_MASK"/>
</widget>
</child>
<child>
<widget class="GtkMenuItem" id="edit_copy">
<property name="visible">True</property>
*** 96,106 ****
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
<property name="tooltip" translatable="yes">Copy</property>
<property name="label" translatable="yes">_Copy</property>
<property name="use_underline">True</property>
<signal name="activate" handler="on_edit_copy_activate"/>
! <accelerator key="C" modifiers="GDK_CONTROL_MASK" signal="activate"/>
</widget>
</child>
<child>
<widget class="GtkMenuItem" id="edit_paste">
<property name="visible">True</property>
--- 96,106 ----
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
<property name="tooltip" translatable="yes">Copy</property>
<property name="label" translatable="yes">_Copy</property>
<property name="use_underline">True</property>
<signal name="activate" handler="on_edit_copy_activate"/>
! <accelerator key="C" signal="activate" modifiers="GDK_CONTROL_MASK"/>
</widget>
</child>
<child>
<widget class="GtkMenuItem" id="edit_paste">
<property name="visible">True</property>
*** 108,118 ****
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
<property name="tooltip" translatable="yes">Paste</property>
<property name="label" translatable="yes">_Paste</property>
<property name="use_underline">True</property>
<signal name="activate" handler="on_edit_paste_activate"/>
! <accelerator key="V" modifiers="GDK_CONTROL_MASK" signal="activate"/>
</widget>
</child>
<child>
<widget class="GtkMenuItem" id="edit_clear">
<property name="visible">True</property>
--- 108,118 ----
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
<property name="tooltip" translatable="yes">Paste</property>
<property name="label" translatable="yes">_Paste</property>
<property name="use_underline">True</property>
<signal name="activate" handler="on_edit_paste_activate"/>
! <accelerator key="V" signal="activate" modifiers="GDK_CONTROL_MASK"/>
</widget>
</child>
<child>
<widget class="GtkMenuItem" id="edit_clear">
<property name="visible">True</property>
*** 136,146 ****
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
<property name="tooltip" translatable="yes">Select All Items</property>
<property name="label" translatable="yes">Select _All</property>
<property name="use_underline">True</property>
<signal name="activate" handler="on_edit_select_all_activate"/>
! <accelerator key="A" modifiers="GDK_CONTROL_MASK" signal="activate"/>
</widget>
</child>
<child>
<widget class="GtkMenuItem" id="edit_select_updates">
<property name="visible">True</property>
--- 136,146 ----
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
<property name="tooltip" translatable="yes">Select All Items</property>
<property name="label" translatable="yes">Select _All</property>
<property name="use_underline">True</property>
<signal name="activate" handler="on_edit_select_all_activate"/>
! <accelerator key="A" signal="activate" modifiers="GDK_CONTROL_MASK"/>
</widget>
</child>
<child>
<widget class="GtkMenuItem" id="edit_select_updates">
<property name="visible">True</property>
*** 157,167 ****
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
<property name="tooltip" translatable="yes">Deselect selected packages</property>
<property name="label" translatable="yes">_Deselect All</property>
<property name="use_underline">True</property>
<signal name="activate" handler="on_edit_deselect_activate"/>
! <accelerator key="A" modifiers="GDK_SHIFT_MASK | GDK_CONTROL_MASK" signal="activate"/>
</widget>
</child>
<child>
<widget class="GtkSeparatorMenuItem" id="separatormenuitem2">
<property name="visible">True</property>
--- 157,167 ----
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
<property name="tooltip" translatable="yes">Deselect selected packages</property>
<property name="label" translatable="yes">_Deselect All</property>
<property name="use_underline">True</property>
<signal name="activate" handler="on_edit_deselect_activate"/>
! <accelerator key="A" signal="activate" modifiers="GDK_SHIFT_MASK | GDK_CONTROL_MASK"/>
</widget>
</child>
<child>
<widget class="GtkSeparatorMenuItem" id="separatormenuitem2">
<property name="visible">True</property>
*** 172,182 ****
<property name="visible">True</property>
<property name="tooltip" translatable="yes">Search</property>
<property name="label" translatable="yes">_Search</property>
<property name="use_underline">True</property>
<signal name="activate" handler="on_edit_search_activate"/>
! <accelerator key="F" modifiers="GDK_CONTROL_MASK" signal="activate"/>
</widget>
</child>
<child>
<widget class="GtkSeparatorMenuItem" id="separatormenuitem3">
<property name="visible">True</property>
--- 172,182 ----
<property name="visible">True</property>
<property name="tooltip" translatable="yes">Search</property>
<property name="label" translatable="yes">_Search</property>
<property name="use_underline">True</property>
<signal name="activate" handler="on_edit_search_activate"/>
! <accelerator key="F" signal="activate" modifiers="GDK_CONTROL_MASK"/>
</widget>
</child>
<child>
<widget class="GtkSeparatorMenuItem" id="separatormenuitem3">
<property name="visible">True</property>
*** 208,218 ****
<property name="visible">True</property>
<property name="tooltip" translatable="yes">Start Page</property>
<property name="label" translatable="yes">Start _Page</property>
<property name="use_underline">True</property>
<signal name="activate" handler="on_help_start_page_activate"/>
! <accelerator key="Home" modifiers="GDK_MOD1_MASK" signal="activate"/>
</widget>
</child>
</widget>
</child>
</widget>
--- 208,218 ----
<property name="visible">True</property>
<property name="tooltip" translatable="yes">Start Page</property>
<property name="label" translatable="yes">Start _Page</property>
<property name="use_underline">True</property>
<signal name="activate" handler="on_help_start_page_activate"/>
! <accelerator key="Home" signal="activate" modifiers="GDK_MOD1_MASK"/>
</widget>
</child>
</widget>
</child>
</widget>
*** 284,294 ****
<property name="visible">True</property>
<property name="tooltip" translatable="yes">Help</property>
<property name="label" translatable="yes">_Contents</property>
<property name="use_underline">True</property>
<signal name="activate" handler="on_help_help_activate"/>
! <accelerator key="F1" modifiers="" signal="activate"/>
</widget>
</child>
<child>
<widget class="GtkSeparatorMenuItem" id="help_separator">
<property name="visible">True</property>
--- 284,294 ----
<property name="visible">True</property>
<property name="tooltip" translatable="yes">Help</property>
<property name="label" translatable="yes">_Contents</property>
<property name="use_underline">True</property>
<signal name="activate" handler="on_help_help_activate"/>
! <accelerator key="F1" signal="activate"/>
</widget>
</child>
<child>
<widget class="GtkSeparatorMenuItem" id="help_separator">
<property name="visible">True</property>
*** 309,318 ****
--- 309,319 ----
</widget>
</child>
</widget>
<packing>
<property name="expand">False</property>
+ <property name="position">0</property>
</packing>
</child>
<child>
<widget class="GtkToolbar" id="actiontoolbar">
<property name="visible">True</property>
*** 326,335 ****
--- 327,337 ----
<property name="label" translatable="yes">Reload</property>
<property name="icon">reload24x.png</property>
<signal name="clicked" handler="on_reload_button_clicked"/>
</widget>
<packing>
+ <property name="expand">False</property>
<property name="homogeneous">True</property>
</packing>
</child>
<child>
<widget class="GtkToolButton" id="update_all_button">
*** 341,350 ****
--- 343,353 ----
<property name="label" translatable="yes">Update All</property>
<property name="icon">update_all24x.png</property>
<signal name="clicked" handler="on_update_all_button_clicked"/>
</widget>
<packing>
+ <property name="expand">False</property>
<property name="homogeneous">True</property>
</packing>
</child>
<child>
<widget class="GtkToolButton" id="install_update_button">
*** 356,365 ****
--- 359,369 ----
<property name="label" translatable="yes">Install/Update</property>
<property name="icon">install_update24x.png</property>
<signal name="clicked" handler="on_install_update_button_clicked"/>
</widget>
<packing>
+ <property name="expand">False</property>
<property name="homogeneous">True</property>
</packing>
</child>
<child>
<widget class="GtkToolButton" id="remove_button">
*** 371,403 ****
<property name="label" translatable="yes">Remove</property>
<property name="icon">remove24x.png</property>
<signal name="clicked" handler="on_remove_button_clicked"/>
</widget>
<packing>
<property name="homogeneous">True</property>
</packing>
</child>
<child>
<widget class="GtkSeparatorToolItem" id="toolbutton2">
<property name="visible">True</property>
<property name="draw">False</property>
</widget>
</child>
<child>
<widget class="GtkSeparatorToolItem" id="toolbutton3">
<property name="visible">True</property>
<property name="draw">False</property>
</widget>
</child>
<child>
<widget class="GtkToolItem" id="toolbutton1">
<property name="visible">True</property>
! <property name="resize_mode">GTK_RESIZE_QUEUE</property>
<child>
<widget class="GtkAlignment" id="alignment9">
<property name="visible">True</property>
! <property name="resize_mode">GTK_RESIZE_QUEUE</property>
<property name="xalign">1</property>
<property name="top_padding">11</property>
<property name="bottom_padding">11</property>
<property name="right_padding">14</property>
<child>
--- 375,414 ----
<property name="label" translatable="yes">Remove</property>
<property name="icon">remove24x.png</property>
<signal name="clicked" handler="on_remove_button_clicked"/>
</widget>
<packing>
+ <property name="expand">False</property>
<property name="homogeneous">True</property>
</packing>
</child>
<child>
<widget class="GtkSeparatorToolItem" id="toolbutton2">
<property name="visible">True</property>
<property name="draw">False</property>
</widget>
+ <packing>
+ <property name="expand">False</property>
+ </packing>
</child>
<child>
<widget class="GtkSeparatorToolItem" id="toolbutton3">
<property name="visible">True</property>
<property name="draw">False</property>
</widget>
+ <packing>
+ <property name="expand">False</property>
+ </packing>
</child>
<child>
<widget class="GtkToolItem" id="toolbutton1">
<property name="visible">True</property>
! <property name="resize_mode">queue</property>
<child>
<widget class="GtkAlignment" id="alignment9">
<property name="visible">True</property>
! <property name="resize_mode">queue</property>
<property name="xalign">1</property>
<property name="top_padding">11</property>
<property name="bottom_padding">11</property>
<property name="right_padding">14</property>
<child>
*** 412,433 ****
<property name="use_underline">True</property>
<property name="mnemonic_widget">searchentry</property>
</widget>
<packing>
<property name="padding">6</property>
</packing>
</child>
<child>
<widget class="GtkButton" id="set_search">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
! <property name="relief">GTK_RELIEF_NONE</property>
<property name="focus_on_click">False</property>
<property name="xalign">0</property>
<property name="yalign">0</property>
- <property name="response_id">0</property>
<signal name="button_press_event" handler="on_set_search_button_press_event"/>
<signal name="clicked" handler="on_set_search_clicked"/>
<child>
<widget class="GtkHBox" id="hbox23">
<property name="visible">True</property>
--- 423,444 ----
<property name="use_underline">True</property>
<property name="mnemonic_widget">searchentry</property>
</widget>
<packing>
<property name="padding">6</property>
+ <property name="position">0</property>
</packing>
</child>
<child>
<widget class="GtkButton" id="set_search">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
! <property name="relief">none</property>
<property name="focus_on_click">False</property>
<property name="xalign">0</property>
<property name="yalign">0</property>
<signal name="button_press_event" handler="on_set_search_button_press_event"/>
<signal name="clicked" handler="on_set_search_clicked"/>
<child>
<widget class="GtkHBox" id="hbox23">
<property name="visible">True</property>
*** 435,450 ****
<widget class="GtkImage" id="search_image">
<property name="visible">True</property>
<property name="xalign">0</property>
<property name="stock">gtk-missing-image</property>
</widget>
</child>
<child>
<widget class="GtkImage" id="search_image_arrow">
<property name="visible">True</property>
<property name="pixbuf">arrow.png</property>
! <property name="icon_size">1</property>
</widget>
<packing>
<property name="expand">False</property>
<property name="fill">False</property>
<property name="position">1</property>
--- 446,464 ----
<widget class="GtkImage" id="search_image">
<property name="visible">True</property>
<property name="xalign">0</property>
<property name="stock">gtk-missing-image</property>
</widget>
+ <packing>
+ <property name="position">0</property>
+ </packing>
</child>
<child>
<widget class="GtkImage" id="search_image_arrow">
<property name="visible">True</property>
<property name="pixbuf">arrow.png</property>
! <property name="icon-size">1</property>
</widget>
<packing>
<property name="expand">False</property>
<property name="fill">False</property>
<property name="position">1</property>
*** 465,475 ****
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
<property name="tooltip" translatable="yes">Type text to search name and description of the package.</property>
<accessibility>
! <atkproperty name="AtkObject::accessible_name">Search</atkproperty>
</accessibility>
<signal name="changed" handler="on_searchentry_changed"/>
<signal name="focus_out_event" handler="on_searchentry_focus_out_event"/>
<signal name="focus_in_event" handler="on_searchentry_focus_in_event"/>
<signal name="activate" handler="on_searchentry_activate"/>
--- 479,489 ----
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
<property name="tooltip" translatable="yes">Type text to search name and description of the package.</property>
<accessibility>
! <atkproperty name="AtkObject::accessible-name">Search</atkproperty>
</accessibility>
<signal name="changed" handler="on_searchentry_changed"/>
<signal name="focus_out_event" handler="on_searchentry_focus_out_event"/>
<signal name="focus_in_event" handler="on_searchentry_focus_in_event"/>
<signal name="activate" handler="on_searchentry_activate"/>
*** 481,495 ****
<child>
<widget class="GtkButton" id="clear_search">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
! <property name="relief">GTK_RELIEF_NONE</property>
<property name="focus_on_click">False</property>
<property name="xalign">0</property>
<property name="yalign">0</property>
- <property name="response_id">0</property>
<signal name="clicked" handler="on_clear_search_clicked"/>
<child>
<widget class="GtkImage" id="clear_image">
<property name="visible">True</property>
<property name="stock">gtk-missing-image</property>
--- 495,508 ----
<child>
<widget class="GtkButton" id="clear_search">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
! <property name="relief">none</property>
<property name="focus_on_click">False</property>
<property name="xalign">0</property>
<property name="yalign">0</property>
<signal name="clicked" handler="on_clear_search_clicked"/>
<child>
<widget class="GtkImage" id="clear_image">
<property name="visible">True</property>
<property name="stock">gtk-missing-image</property>
*** 505,514 ****
--- 518,530 ----
</widget>
</child>
</widget>
</child>
</widget>
+ <packing>
+ <property name="expand">False</property>
+ </packing>
</child>
</widget>
<packing>
<property name="expand">False</property>
<property name="position">1</property>
*** 536,563 ****
</widget>
</child>
</widget>
<packing>
<property name="expand">False</property>
</packing>
</child>
<child>
<widget class="GtkScrolledWindow" id="scrolledwindow1">
<property name="width_request">200</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
! <property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
! <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
<child>
<widget class="GtkTreeView" id="categoriestreeview">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
<property name="headers_visible">False</property>
<accessibility>
! <atkproperty name="AtkObject::accessible_name">Categories</atkproperty>
</accessibility>
</widget>
</child>
</widget>
<packing>
--- 552,580 ----
</widget>
</child>
</widget>
<packing>
<property name="expand">False</property>
+ <property name="position">0</property>
</packing>
</child>
<child>
<widget class="GtkScrolledWindow" id="scrolledwindow1">
<property name="width_request">200</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
! <property name="hscrollbar_policy">automatic</property>
! <property name="vscrollbar_policy">automatic</property>
<child>
<widget class="GtkTreeView" id="categoriestreeview">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
<property name="headers_visible">False</property>
<accessibility>
! <atkproperty name="AtkObject::accessible-name">Categories</atkproperty>
</accessibility>
</widget>
</child>
</widget>
<packing>
*** 575,584 ****
--- 592,602 ----
</child>
</widget>
<packing>
<property name="expand">False</property>
<property name="fill">False</property>
+ <property name="position">0</property>
</packing>
</child>
<child>
<placeholder/>
</child>
*** 616,625 ****
--- 634,646 ----
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
<property name="label" translatable="yes">Sho_w:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">filtercombobox</property>
</widget>
+ <packing>
+ <property name="position">0</property>
+ </packing>
</child>
<child>
<widget class="GtkComboBox" id="filtercombobox">
<property name="width_request">150</property>
<property name="visible">True</property>
*** 631,640 ****
--- 652,662 ----
</packing>
</child>
</widget>
<packing>
<property name="expand">False</property>
+ <property name="position">0</property>
</packing>
</child>
<child>
<widget class="GtkHBox" id="hbox16">
<property name="visible">True</property>
*** 646,658 ****
<property name="xalign">1</property>
<property name="yalign">0.60000002384185791</property>
<property name="label" translatable="yes"><i>_Repository:</i></property>
<property name="use_markup">True</property>
<property name="use_underline">True</property>
! <property name="justify">GTK_JUSTIFY_RIGHT</property>
<property name="mnemonic_widget">repositorycombobox</property>
</widget>
</child>
<child>
<widget class="GtkComboBox" id="repositorycombobox">
<property name="width_request">210</property>
<property name="visible">True</property>
--- 668,683 ----
<property name="xalign">1</property>
<property name="yalign">0.60000002384185791</property>
<property name="label" translatable="yes"><i>_Repository:</i></property>
<property name="use_markup">True</property>
<property name="use_underline">True</property>
! <property name="justify">right</property>
<property name="mnemonic_widget">repositorycombobox</property>
</widget>
+ <packing>
+ <property name="position">0</property>
+ </packing>
</child>
<child>
<widget class="GtkComboBox" id="repositorycombobox">
<property name="width_request">210</property>
<property name="visible">True</property>
*** 665,681 ****
</child>
</widget>
<packing>
<property name="expand">False</property>
<property name="padding">12</property>
! <property name="pack_type">GTK_PACK_END</property>
<property name="position">1</property>
</packing>
</child>
</widget>
<packing>
<property name="expand">False</property>
</packing>
</child>
<child>
<widget class="GtkNotebook" id="main_view_notebook">
<property name="visible">True</property>
--- 690,707 ----
</child>
</widget>
<packing>
<property name="expand">False</property>
<property name="padding">12</property>
! <property name="pack_type">end</property>
<property name="position">1</property>
</packing>
</child>
</widget>
<packing>
<property name="expand">False</property>
+ <property name="position">0</property>
</packing>
</child>
<child>
<widget class="GtkNotebook" id="main_view_notebook">
<property name="visible">True</property>
*** 690,711 ****
<child>
<widget class="GtkScrolledWindow" id="scrolledwindow2">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
! <property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
! <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
<child>
<widget class="GtkTreeView" id="applicationtreeview">
<property name="height_request">270</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
<property name="rules_hint">True</property>
<property name="enable_search">False</property>
<accessibility>
! <atkproperty name="AtkObject::accessible_name">Packages</atkproperty>
</accessibility>
</widget>
</child>
</widget>
<packing>
--- 716,737 ----
<child>
<widget class="GtkScrolledWindow" id="scrolledwindow2">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
! <property name="hscrollbar_policy">automatic</property>
! <property name="vscrollbar_policy">automatic</property>
<child>
<widget class="GtkTreeView" id="applicationtreeview">
<property name="height_request">270</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
<property name="rules_hint">True</property>
<property name="enable_search">False</property>
<accessibility>
! <atkproperty name="AtkObject::accessible-name">Packages</atkproperty>
</accessibility>
</widget>
</child>
</widget>
<packing>
*** 734,743 ****
--- 760,770 ----
<property name="ypad">5</property>
<property name="pixbuf">PM_package_36x.png</property>
</widget>
<packing>
<property name="expand">False</property>
+ <property name="position">0</property>
</packing>
</child>
<child>
<widget class="GtkVBox" id="vbox6">
<property name="visible">True</property>
*** 751,760 ****
--- 778,790 ----
<property name="xpad">10</property>
<property name="ypad">2</property>
<property name="label" translatable="yes"><b>PACKAGE NAME</b></property>
<property name="use_markup">True</property>
</widget>
+ <packing>
+ <property name="position">0</property>
+ </packing>
</child>
<child>
<widget class="GtkLabel" id="shortdescriptionlabel">
<property name="visible">True</property>
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
*** 775,784 ****
--- 805,815 ----
</child>
</widget>
<packing>
<property name="expand">False</property>
<property name="fill">False</property>
+ <property name="position">0</property>
</packing>
</child>
<child>
<widget class="GtkNotebook" id="details_notebook">
<property name="visible">True</property>
*** 788,799 ****
<child>
<widget class="GtkScrolledWindow" id="scrolledwindow7">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
! <property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
! <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
<child>
<widget class="GtkTextView" id="generalinfotextview">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
--- 819,830 ----
<child>
<widget class="GtkScrolledWindow" id="scrolledwindow7">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
! <property name="hscrollbar_policy">automatic</property>
! <property name="vscrollbar_policy">automatic</property>
<child>
<widget class="GtkTextView" id="generalinfotextview">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
*** 808,828 ****
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
<property name="label" translatable="yes"><b>Package Name</b></property>
<property name="use_markup">True</property>
</widget>
<packing>
- <property name="type">tab</property>
<property name="tab_fill">False</property>
</packing>
</child>
<child>
<widget class="GtkScrolledWindow" id="scrolledwindow9">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
! <property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
! <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
<child>
<widget class="GtkTextView" id="installedfilestextview">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
--- 839,859 ----
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
<property name="label" translatable="yes"><b>Package Name</b></property>
<property name="use_markup">True</property>
</widget>
<packing>
<property name="tab_fill">False</property>
+ <property name="type">tab</property>
</packing>
</child>
<child>
<widget class="GtkScrolledWindow" id="scrolledwindow9">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
! <property name="hscrollbar_policy">automatic</property>
! <property name="vscrollbar_policy">automatic</property>
<child>
<widget class="GtkTextView" id="installedfilestextview">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
*** 839,860 ****
<property name="visible">True</property>
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
<property name="label" translatable="yes">Files</property>
</widget>
<packing>
- <property name="type">tab</property>
<property name="position">1</property>
<property name="tab_fill">False</property>
</packing>
</child>
<child>
<widget class="GtkScrolledWindow" id="scrolledwindow10">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
! <property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
! <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
<child>
<widget class="GtkTextView" id="dependenciestextview">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
--- 870,891 ----
<property name="visible">True</property>
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
<property name="label" translatable="yes">Files</property>
</widget>
<packing>
<property name="position">1</property>
<property name="tab_fill">False</property>
+ <property name="type">tab</property>
</packing>
</child>
<child>
<widget class="GtkScrolledWindow" id="scrolledwindow10">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
! <property name="hscrollbar_policy">automatic</property>
! <property name="vscrollbar_policy">automatic</property>
<child>
<widget class="GtkTextView" id="dependenciestextview">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
*** 871,891 ****
<property name="visible">True</property>
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
<property name="label" translatable="yes">Dependencies</property>
</widget>
<packing>
- <property name="type">tab</property>
<property name="position">2</property>
<property name="tab_fill">False</property>
</packing>
</child>
<child>
<widget class="GtkScrolledWindow" id="scrolledwindow16">
<property name="visible">True</property>
<property name="can_focus">True</property>
! <property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
! <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
<child>
<widget class="GtkTextView" id="licensetextview">
<property name="visible">True</property>
<property name="can_focus">True</property>
</widget>
--- 902,922 ----
<property name="visible">True</property>
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
<property name="label" translatable="yes">Dependencies</property>
</widget>
<packing>
<property name="position">2</property>
<property name="tab_fill">False</property>
+ <property name="type">tab</property>
</packing>
</child>
<child>
<widget class="GtkScrolledWindow" id="scrolledwindow16">
<property name="visible">True</property>
<property name="can_focus">True</property>
! <property name="hscrollbar_policy">automatic</property>
! <property name="vscrollbar_policy">automatic</property>
<child>
<widget class="GtkTextView" id="licensetextview">
<property name="visible">True</property>
<property name="can_focus">True</property>
</widget>
*** 899,911 ****
<widget class="GtkLabel" id="label23">
<property name="visible">True</property>
<property name="label" translatable="yes">License</property>
</widget>
<packing>
- <property name="type">tab</property>
<property name="position">3</property>
<property name="tab_fill">False</property>
</packing>
</child>
</widget>
<packing>
<property name="position">1</property>
--- 930,942 ----
<widget class="GtkLabel" id="label23">
<property name="visible">True</property>
<property name="label" translatable="yes">License</property>
</widget>
<packing>
<property name="position">3</property>
<property name="tab_fill">False</property>
+ <property name="type">tab</property>
</packing>
</child>
</widget>
<packing>
<property name="position">1</property>
*** 934,944 ****
<child>
<widget class="GtkFrame" id="startpage_frame">
<property name="visible">True</property>
<property name="border_width">1</property>
<property name="label_xalign">0</property>
! <property name="shadow_type">GTK_SHADOW_NONE</property>
<child>
<placeholder/>
</child>
<child>
<placeholder/>
--- 965,975 ----
<child>
<widget class="GtkFrame" id="startpage_frame">
<property name="visible">True</property>
<property name="border_width">1</property>
<property name="label_xalign">0</property>
! <property name="shadow_type">none</property>
<child>
<placeholder/>
</child>
<child>
<placeholder/>
*** 947,956 ****
--- 978,990 ----
</packing>
</child>
</widget>
</child>
</widget>
+ <packing>
+ <property name="position">0</property>
+ </packing>
</child>
</widget>
<packing>
<property name="position">1</property>
</packing>
*** 985,1027 ****
<child>
<widget class="GtkAspectFrame" id="infosearch_frame">
<property name="no_show_all">True</property>
<property name="label_xalign">0</property>
<property name="label_yalign">0</property>
! <property name="shadow_type">GTK_SHADOW_OUT</property>
<property name="xalign">0</property>
<property name="yalign">0</property>
<child>
<widget class="GtkButton" id="infosearch_button">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
<property name="tooltip" translatable="yes">Search Repositories Error</property>
! <property name="relief">GTK_RELIEF_NONE</property>
<property name="focus_on_click">False</property>
<property name="xalign">0</property>
<property name="yalign">0</property>
- <property name="response_id">0</property>
<accessibility>
! <atkproperty name="AtkObject::accessible_name" translatable="yes">Remote search error</atkproperty>
</accessibility>
<signal name="clicked" handler="on_infosearch_button_clicked"/>
<child>
<widget class="GtkImage" id="infosearch_image">
<property name="visible">True</property>
<property name="xalign">0</property>
<property name="yalign">0</property>
<property name="stock">gtk-dialog-warning</property>
! <property name="icon_size">1</property>
</widget>
</child>
</widget>
</child>
</widget>
<packing>
<property name="expand">False</property>
<property name="fill">False</property>
</packing>
</child>
<child>
<widget class="GtkStatusbar" id="statusbar">
<property name="visible">True</property>
--- 1019,1061 ----
<child>
<widget class="GtkAspectFrame" id="infosearch_frame">
<property name="no_show_all">True</property>
<property name="label_xalign">0</property>
<property name="label_yalign">0</property>
! <property name="shadow_type">out</property>
<property name="xalign">0</property>
<property name="yalign">0</property>
<child>
<widget class="GtkButton" id="infosearch_button">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
<property name="tooltip" translatable="yes">Search Repositories Error</property>
! <property name="relief">none</property>
<property name="focus_on_click">False</property>
<property name="xalign">0</property>
<property name="yalign">0</property>
<accessibility>
! <atkproperty name="AtkObject::accessible-name" translatable="yes">Remote search error</atkproperty>
</accessibility>
<signal name="clicked" handler="on_infosearch_button_clicked"/>
<child>
<widget class="GtkImage" id="infosearch_image">
<property name="visible">True</property>
<property name="xalign">0</property>
<property name="yalign">0</property>
<property name="stock">gtk-dialog-warning</property>
! <property name="icon-size">1</property>
</widget>
</child>
</widget>
</child>
</widget>
<packing>
<property name="expand">False</property>
<property name="fill">False</property>
+ <property name="position">0</property>
</packing>
</child>
<child>
<widget class="GtkStatusbar" id="statusbar">
<property name="visible">True</property>
*** 1036,1046 ****
<child>
<widget class="GtkFrame" id="frame1">
<property name="visible">True</property>
<property name="label_xalign">0</property>
<property name="label_yalign">0</property>
! <property name="shadow_type">GTK_SHADOW_OUT</property>
<child>
<widget class="GtkHBox" id="legend_hbox">
<property name="visible">True</property>
<child>
<widget class="GtkAlignment" id="alignment5">
--- 1070,1080 ----
<child>
<widget class="GtkFrame" id="frame1">
<property name="visible">True</property>
<property name="label_xalign">0</property>
<property name="label_yalign">0</property>
! <property name="shadow_type">out</property>
<child>
<widget class="GtkHBox" id="legend_hbox">
<property name="visible">True</property>
<child>
<widget class="GtkAlignment" id="alignment5">
*** 1048,1061 ****
<property name="left_padding">2</property>
<child>
<widget class="GtkLabel" id="label8">
<property name="visible">True</property>
<property name="label" translatable="yes">Legend:</property>
! <property name="justify">GTK_JUSTIFY_RIGHT</property>
</widget>
</child>
</widget>
</child>
<child>
<widget class="GtkImage" id="image2">
<property name="visible">True</property>
<property name="pixbuf">legend_installed.png</property>
--- 1082,1098 ----
<property name="left_padding">2</property>
<child>
<widget class="GtkLabel" id="label8">
<property name="visible">True</property>
<property name="label" translatable="yes">Legend:</property>
! <property name="justify">right</property>
</widget>
</child>
</widget>
+ <packing>
+ <property name="position">0</property>
+ </packing>
</child>
<child>
<widget class="GtkImage" id="image2">
<property name="visible">True</property>
<property name="pixbuf">legend_installed.png</property>
*** 1088,1098 ****
<property name="right_padding">2</property>
<child>
<widget class="GtkLabel" id="label18">
<property name="visible">True</property>
<property name="label" translatable="yes">Updates</property>
! <property name="ellipsize">PANGO_ELLIPSIZE_END</property>
<property name="max_width_chars">10</property>
</widget>
</child>
</widget>
<packing>
--- 1125,1135 ----
<property name="right_padding">2</property>
<child>
<widget class="GtkLabel" id="label18">
<property name="visible">True</property>
<property name="label" translatable="yes">Updates</property>
! <property name="ellipsize">end</property>
<property name="max_width_chars">10</property>
</widget>
</child>
</widget>
<packing>
*** 1122,1131 ****
--- 1159,1171 ----
<child>
<widget class="GtkStatusbar" id="statusbar1">
<property name="visible">True</property>
<property name="spacing">2</property>
</widget>
+ <packing>
+ <property name="position">0</property>
+ </packing>
</child>
</widget>
<packing>
<property name="expand">False</property>
<property name="fill">False</property>
*** 1146,1158 ****
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
<property name="border_width">5</property>
<property name="title" translatable="yes">Install/Upgrade Check</property>
<property name="resizable">False</property>
<property name="modal">True</property>
! <property name="window_position">GTK_WIN_POS_CENTER_ON_PARENT</property>
<property name="icon">PM_app_48x.png</property>
! <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
<property name="deletable">False</property>
<property name="transient_for">mainwindow</property>
<property name="has_separator">False</property>
<signal name="delete_event" handler="on_createplandialog_delete_event"/>
<child internal-child="vbox">
--- 1186,1198 ----
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
<property name="border_width">5</property>
<property name="title" translatable="yes">Install/Upgrade Check</property>
<property name="resizable">False</property>
<property name="modal">True</property>
! <property name="window_position">center-on-parent</property>
<property name="icon">PM_app_48x.png</property>
! <property name="type_hint">dialog</property>
<property name="deletable">False</property>
<property name="transient_for">mainwindow</property>
<property name="has_separator">False</property>
<signal name="delete_event" handler="on_createplandialog_delete_event"/>
<child internal-child="vbox">
*** 1175,1188 ****
<property name="spacing">10</property>
<child>
<widget class="GtkImage" id="icon_stage1">
<property name="visible">True</property>
<property name="stock">gtk-missing-image</property>
! <property name="icon_size">2</property>
</widget>
<packing>
<property name="expand">False</property>
</packing>
</child>
<child>
<widget class="GtkLabel" id="label_stage1">
<property name="visible">True</property>
--- 1215,1229 ----
<property name="spacing">10</property>
<child>
<widget class="GtkImage" id="icon_stage1">
<property name="visible">True</property>
<property name="stock">gtk-missing-image</property>
! <property name="icon-size">2</property>
</widget>
<packing>
<property name="expand">False</property>
+ <property name="position">0</property>
</packing>
</child>
<child>
<widget class="GtkLabel" id="label_stage1">
<property name="visible">True</property>
*** 1199,1208 ****
--- 1240,1250 ----
</packing>
</child>
</widget>
<packing>
<property name="expand">False</property>
+ <property name="position">0</property>
</packing>
</child>
<child>
<widget class="GtkHBox" id="stage2">
<property name="visible">True</property>
*** 1209,1222 ****
<property name="spacing">10</property>
<child>
<widget class="GtkImage" id="icon_stage2">
<property name="visible">True</property>
<property name="stock">gtk-missing-image</property>
! <property name="icon_size">2</property>
</widget>
<packing>
<property name="expand">False</property>
</packing>
</child>
<child>
<widget class="GtkLabel" id="label_stage2">
<property name="visible">True</property>
--- 1251,1265 ----
<property name="spacing">10</property>
<child>
<widget class="GtkImage" id="icon_stage2">
<property name="visible">True</property>
<property name="stock">gtk-missing-image</property>
! <property name="icon-size">2</property>
</widget>
<packing>
<property name="expand">False</property>
+ <property name="position">0</property>
</packing>
</child>
<child>
<widget class="GtkLabel" id="label_stage2">
<property name="visible">True</property>
*** 1244,1257 ****
<property name="spacing">10</property>
<child>
<widget class="GtkImage" id="icon_stage3">
<property name="visible">True</property>
<property name="stock">gtk-missing-image</property>
! <property name="icon_size">2</property>
</widget>
<packing>
<property name="expand">False</property>
</packing>
</child>
<child>
<widget class="GtkLabel" id="label_stage3">
<property name="visible">True</property>
--- 1287,1301 ----
<property name="spacing">10</property>
<child>
<widget class="GtkImage" id="icon_stage3">
<property name="visible">True</property>
<property name="stock">gtk-missing-image</property>
! <property name="icon-size">2</property>
</widget>
<packing>
<property name="expand">False</property>
+ <property name="position">0</property>
</packing>
</child>
<child>
<widget class="GtkLabel" id="label_stage3">
<property name="visible">True</property>
*** 1275,1284 ****
--- 1319,1329 ----
</child>
</widget>
<packing>
<property name="expand">False</property>
<property name="padding">5</property>
+ <property name="position">0</property>
</packing>
</child>
<child>
<widget class="GtkVBox" id="vbox11">
<property name="visible">True</property>
*** 1290,1299 ****
--- 1335,1345 ----
<property name="stock">gtk-missing-image</property>
</widget>
<packing>
<property name="expand">False</property>
<property name="padding">5</property>
+ <property name="position">0</property>
</packing>
</child>
<child>
<widget class="GtkLabel" id="label_stages">
<property name="visible">True</property>
*** 1307,1316 ****
--- 1353,1365 ----
<packing>
<property name="position">1</property>
</packing>
</child>
</widget>
+ <packing>
+ <property name="position">0</property>
+ </packing>
</child>
<child>
<widget class="GtkProgressBar" id="createplanprogress">
<property name="visible">True</property>
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
*** 1334,1345 ****
<child>
<widget class="GtkScrolledWindow" id="scrolledwindow5">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
! <property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
! <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
<child>
<widget class="GtkTextView" id="createplantextview">
<property name="height_request">250</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
--- 1383,1394 ----
<child>
<widget class="GtkScrolledWindow" id="scrolledwindow5">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
! <property name="hscrollbar_policy">automatic</property>
! <property name="vscrollbar_policy">automatic</property>
<child>
<widget class="GtkTextView" id="createplantextview">
<property name="height_request">250</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
*** 1372,1398 ****
</child>
<child internal-child="action_area">
<widget class="GtkHButtonBox" id="dialog-action_area4">
<property name="visible">True</property>
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
! <property name="layout_style">GTK_BUTTONBOX_END</property>
<child>
<widget class="GtkButton" id="cancelcreateplan">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
- <property name="label" translatable="yes">gtk-cancel</property>
<property name="use_stock">True</property>
- <property name="response_id">0</property>
<signal name="clicked" handler="on_cancelcreateplan_clicked"/>
</widget>
</child>
</widget>
<packing>
<property name="expand">False</property>
! <property name="pack_type">GTK_PACK_END</property>
</packing>
</child>
</widget>
</child>
</widget>
--- 1421,1452 ----
</child>
<child internal-child="action_area">
<widget class="GtkHButtonBox" id="dialog-action_area4">
<property name="visible">True</property>
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
! <property name="layout_style">end</property>
<child>
<widget class="GtkButton" id="cancelcreateplan">
+ <property name="label" translatable="yes">gtk-cancel</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
<property name="use_stock">True</property>
<signal name="clicked" handler="on_cancelcreateplan_clicked"/>
</widget>
+ <packing>
+ <property name="expand">False</property>
+ <property name="fill">False</property>
+ <property name="position">0</property>
+ </packing>
</child>
</widget>
<packing>
<property name="expand">False</property>
! <property name="pack_type">end</property>
! <property name="position">0</property>
</packing>
</child>
</widget>
</child>
</widget>
*** 1399,1411 ****
<widget class="GtkAboutDialog" id="aboutdialog">
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
<property name="border_width">5</property>
<property name="title" translatable="yes">About Glade</property>
<property name="resizable">False</property>
! <property name="window_position">GTK_WIN_POS_CENTER_ON_PARENT</property>
<property name="icon">PM_app_48x.png</property>
! <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
<property name="program_name">Package Manager</property>
<property name="version">2009.06</property>
<property name="copyright" translatable="yes">Copyright 2009 Sun Microsystems, Inc.
All rights reserved.
Use is subject to license terms.</property>
--- 1453,1465 ----
<widget class="GtkAboutDialog" id="aboutdialog">
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
<property name="border_width">5</property>
<property name="title" translatable="yes">About Glade</property>
<property name="resizable">False</property>
! <property name="window_position">center-on-parent</property>
<property name="icon">PM_app_48x.png</property>
! <property name="type_hint">dialog</property>
<property name="program_name">Package Manager</property>
<property name="version">2009.06</property>
<property name="copyright" translatable="yes">Copyright 2009 Sun Microsystems, Inc.
All rights reserved.
Use is subject to license terms.</property>
*** 1767,1781 ****
</child>
<child internal-child="action_area">
<widget class="GtkHButtonBox" id="dialog-action_area9">
<property name="visible">True</property>
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
! <property name="layout_style">GTK_BUTTONBOX_END</property>
</widget>
<packing>
<property name="expand">False</property>
! <property name="pack_type">GTK_PACK_END</property>
</packing>
</child>
</widget>
</child>
</widget>
--- 1821,1836 ----
</child>
<child internal-child="action_area">
<widget class="GtkHButtonBox" id="dialog-action_area9">
<property name="visible">True</property>
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
! <property name="layout_style">end</property>
</widget>
<packing>
<property name="expand">False</property>
! <property name="pack_type">end</property>
! <property name="position">0</property>
</packing>
</child>
</widget>
</child>
</widget>
*** 1784,1796 ****
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
<property name="border_width">5</property>
<property name="title" translatable="yes">Processing</property>
<property name="resizable">False</property>
<property name="modal">True</property>
! <property name="window_position">GTK_WIN_POS_CENTER_ON_PARENT</property>
<property name="icon">PM_app_48x.png</property>
! <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
<property name="deletable">False</property>
<property name="transient_for">mainwindow</property>
<property name="has_separator">False</property>
<child internal-child="vbox">
<widget class="GtkVBox" id="dialog-vbox17">
--- 1839,1851 ----
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
<property name="border_width">5</property>
<property name="title" translatable="yes">Processing</property>
<property name="resizable">False</property>
<property name="modal">True</property>
! <property name="window_position">center-on-parent</property>
<property name="icon">PM_app_48x.png</property>
! <property name="type_hint">dialog</property>
<property name="deletable">False</property>
<property name="transient_for">mainwindow</property>
<property name="has_separator">False</property>
<child internal-child="vbox">
<widget class="GtkVBox" id="dialog-vbox17">
*** 1811,1820 ****
--- 1866,1876 ----
<property name="label" translatable="yes">Checking for latest SUNWipkg and SUNWipkg-gui, please wait...</property>
<property name="use_markup">True</property>
</widget>
<packing>
<property name="expand">False</property>
+ <property name="position">0</property>
</packing>
</child>
<child>
<widget class="GtkProgressBar" id="progressbar">
<property name="visible">True</property>
*** 1832,1858 ****
</child>
<child internal-child="action_area">
<widget class="GtkHButtonBox" id="dialog-action_area17">
<property name="visible">True</property>
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
! <property name="layout_style">GTK_BUTTONBOX_END</property>
<child>
<widget class="GtkButton" id="progresscancel">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
- <property name="label" translatable="yes">gtk-cancel</property>
<property name="use_stock">True</property>
- <property name="response_id">0</property>
<signal name="clicked" handler="on_cancel_progressdialog_clicked"/>
</widget>
</child>
</widget>
<packing>
<property name="expand">False</property>
! <property name="pack_type">GTK_PACK_END</property>
</packing>
</child>
</widget>
</child>
</widget>
--- 1888,1919 ----
</child>
<child internal-child="action_area">
<widget class="GtkHButtonBox" id="dialog-action_area17">
<property name="visible">True</property>
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
! <property name="layout_style">end</property>
<child>
<widget class="GtkButton" id="progresscancel">
+ <property name="label" translatable="yes">gtk-cancel</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
<property name="use_stock">True</property>
<signal name="clicked" handler="on_cancel_progressdialog_clicked"/>
</widget>
+ <packing>
+ <property name="expand">False</property>
+ <property name="fill">False</property>
+ <property name="position">0</property>
+ </packing>
</child>
</widget>
<packing>
<property name="expand">False</property>
! <property name="pack_type">end</property>
! <property name="position">0</property>
</packing>
</child>
</widget>
</child>
</widget>
*** 1861,1873 ****
<property name="height_request">500</property>
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
<property name="border_width">5</property>
<property name="title" translatable="yes">Manage Boot Environments</property>
<property name="modal">True</property>
! <property name="window_position">GTK_WIN_POS_CENTER_ON_PARENT</property>
<property name="icon">PM_app_48x.png</property>
! <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
<property name="transient_for">mainwindow</property>
<property name="has_separator">False</property>
<signal name="delete_event" handler="on_beadmin_delete_event"/>
<child internal-child="vbox">
<widget class="GtkVBox" id="dialog-vbox18">
--- 1922,1934 ----
<property name="height_request">500</property>
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
<property name="border_width">5</property>
<property name="title" translatable="yes">Manage Boot Environments</property>
<property name="modal">True</property>
! <property name="window_position">center-on-parent</property>
<property name="icon">PM_app_48x.png</property>
! <property name="type_hint">dialog</property>
<property name="transient_for">mainwindow</property>
<property name="has_separator">False</property>
<signal name="delete_event" handler="on_beadmin_delete_event"/>
<child internal-child="vbox">
<widget class="GtkVBox" id="dialog-vbox18">
*** 1887,1911 ****
<property name="label" translatable="yes"><b>Delete, rename and activate boot environments.</b></property>
<property name="use_markup">True</property>
</widget>
<packing>
<property name="expand">False</property>
</packing>
</child>
<child>
<widget class="GtkScrolledWindow" id="scrolledwindow11">
<property name="visible">True</property>
<property name="can_focus">True</property>
! <property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
! <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
<child>
<widget class="GtkTreeView" id="betreeview">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="enable_search">False</property>
<accessibility>
! <atkproperty name="AtkObject::accessible_name">Bes</atkproperty>
</accessibility>
</widget>
</child>
</widget>
<packing>
--- 1948,1973 ----
<property name="label" translatable="yes"><b>Delete, rename and activate boot environments.</b></property>
<property name="use_markup">True</property>
</widget>
<packing>
<property name="expand">False</property>
+ <property name="position">0</property>
</packing>
</child>
<child>
<widget class="GtkScrolledWindow" id="scrolledwindow11">
<property name="visible">True</property>
<property name="can_focus">True</property>
! <property name="hscrollbar_policy">automatic</property>
! <property name="vscrollbar_policy">automatic</property>
<child>
<widget class="GtkTreeView" id="betreeview">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="enable_search">False</property>
<accessibility>
! <atkproperty name="AtkObject::accessible-name">Bes</atkproperty>
</accessibility>
</widget>
</child>
</widget>
<packing>
*** 1921,1930 ****
--- 1983,1993 ----
<property name="xpad">2</property>
<property name="stock">gtk-missing-image</property>
</widget>
<packing>
<property name="expand">False</property>
+ <property name="position">0</property>
</packing>
</child>
<child>
<widget class="GtkLabel" id="bedescriptionlabel5">
<property name="visible">True</property>
*** 1954,2007 ****
</packing>
</child>
<child internal-child="action_area">
<widget class="GtkHButtonBox" id="dialog-action_area18">
<property name="visible">True</property>
! <property name="layout_style">GTK_BUTTONBOX_END</property>
<child>
<widget class="GtkButton" id="help_bebutton">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
- <property name="label" translatable="yes">gtk-help</property>
<property name="use_stock">True</property>
- <property name="response_id">-11</property>
<signal name="clicked" handler="on_help_bebutton_clicked"/>
</widget>
</child>
<child>
<widget class="GtkButton" id="cancelbebutton">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="can_default">True</property>
! <property name="label" translatable="yes">gtk-cancel</property>
<property name="use_stock">True</property>
- <property name="response_id">-2</property>
<signal name="clicked" handler="on_cancel_be_clicked"/>
</widget>
<packing>
<property name="position">1</property>
</packing>
</child>
<child>
<widget class="GtkButton" id="okbebutton">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="can_default">True</property>
! <property name="label" translatable="yes">gtk-ok</property>
<property name="use_stock">True</property>
- <property name="response_id">-3</property>
<signal name="clicked" handler="on_ok_be_clicked"/>
</widget>
<packing>
<property name="position">2</property>
</packing>
</child>
</widget>
<packing>
<property name="expand">False</property>
! <property name="pack_type">GTK_PACK_END</property>
</packing>
</child>
</widget>
</child>
</widget>
--- 2017,2082 ----
</packing>
</child>
<child internal-child="action_area">
<widget class="GtkHButtonBox" id="dialog-action_area18">
<property name="visible">True</property>
! <property name="layout_style">end</property>
<child>
<widget class="GtkButton" id="help_bebutton">
+ <property name="label" translatable="yes">gtk-help</property>
+ <property name="response_id">-11</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
<property name="use_stock">True</property>
<signal name="clicked" handler="on_help_bebutton_clicked"/>
</widget>
+ <packing>
+ <property name="expand">False</property>
+ <property name="fill">False</property>
+ <property name="position">0</property>
+ </packing>
</child>
<child>
<widget class="GtkButton" id="cancelbebutton">
+ <property name="label" translatable="yes">gtk-cancel</property>
+ <property name="response_id">-2</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="can_default">True</property>
! <property name="receives_default">False</property>
<property name="use_stock">True</property>
<signal name="clicked" handler="on_cancel_be_clicked"/>
</widget>
<packing>
+ <property name="expand">False</property>
+ <property name="fill">False</property>
<property name="position">1</property>
</packing>
</child>
<child>
<widget class="GtkButton" id="okbebutton">
+ <property name="label" translatable="yes">gtk-ok</property>
+ <property name="response_id">-3</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="can_default">True</property>
! <property name="receives_default">False</property>
<property name="use_stock">True</property>
<signal name="clicked" handler="on_ok_be_clicked"/>
</widget>
<packing>
+ <property name="expand">False</property>
+ <property name="fill">False</property>
<property name="position">2</property>
</packing>
</child>
</widget>
<packing>
<property name="expand">False</property>
! <property name="pack_type">end</property>
! <property name="position">0</property>
</packing>
</child>
</widget>
</child>
</widget>
*** 2009,2021 ****
<property name="width_request">520</property>
<property name="height_request">400</property>
<property name="border_width">5</property>
<property name="title" translatable="yes">Manage Repositories</property>
<property name="modal">True</property>
! <property name="window_position">GTK_WIN_POS_CENTER_ON_PARENT</property>
<property name="icon">PM_app_48x.png</property>
! <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
<property name="transient_for">mainwindow</property>
<property name="has_separator">False</property>
<signal name="delete_event" handler="on_repository_delete_event"/>
<child internal-child="vbox">
<widget class="GtkVBox" id="dialog-vbox23">
--- 2084,2096 ----
<property name="width_request">520</property>
<property name="height_request">400</property>
<property name="border_width">5</property>
<property name="title" translatable="yes">Manage Repositories</property>
<property name="modal">True</property>
! <property name="window_position">center-on-parent</property>
<property name="icon">PM_app_48x.png</property>
! <property name="type_hint">dialog</property>
<property name="transient_for">mainwindow</property>
<property name="has_separator">False</property>
<signal name="delete_event" handler="on_repository_delete_event"/>
<child internal-child="vbox">
<widget class="GtkVBox" id="dialog-vbox23">
*** 2050,2059 ****
--- 2125,2137 ----
<property name="use_markup">True</property>
<property name="wrap">True</property>
</widget>
</child>
</widget>
+ <packing>
+ <property name="position">0</property>
+ </packing>
</child>
<child>
<widget class="GtkLabel" id="label14">
<property name="width_request">500</property>
<property name="visible">True</property>
*** 2087,2105 ****
<property name="mnemonic_widget">repositoryname</property>
</widget>
<packing>
<property name="expand">False</property>
<property name="padding">3</property>
</packing>
</child>
<child>
<widget class="GtkEntry" id="repositoryname">
<property name="width_request">320</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<accessibility>
! <atkproperty name="AtkObject::accessible_name">repositoryname</atkproperty>
</accessibility>
<signal name="changed" handler="on_repositoryname_changed"/>
</widget>
<packing>
<property name="expand">False</property>
--- 2165,2184 ----
<property name="mnemonic_widget">repositoryname</property>
</widget>
<packing>
<property name="expand">False</property>
<property name="padding">3</property>
+ <property name="position">0</property>
</packing>
</child>
<child>
<widget class="GtkEntry" id="repositoryname">
<property name="width_request">320</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<accessibility>
! <atkproperty name="AtkObject::accessible-name">repositoryname</atkproperty>
</accessibility>
<signal name="changed" handler="on_repositoryname_changed"/>
</widget>
<packing>
<property name="expand">False</property>
*** 2128,2146 ****
<property name="mnemonic_widget">repositoryurl</property>
</widget>
<packing>
<property name="expand">False</property>
<property name="padding">3</property>
</packing>
</child>
<child>
<widget class="GtkEntry" id="repositoryurl">
<property name="width_request">320</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<accessibility>
! <atkproperty name="AtkObject::accessible_name">repositoryurl</atkproperty>
</accessibility>
<signal name="changed" handler="on_repositoryurl_changed"/>
</widget>
<packing>
<property name="expand">False</property>
--- 2207,2226 ----
<property name="mnemonic_widget">repositoryurl</property>
</widget>
<packing>
<property name="expand">False</property>
<property name="padding">3</property>
+ <property name="position">0</property>
</packing>
</child>
<child>
<widget class="GtkEntry" id="repositoryurl">
<property name="width_request">320</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<accessibility>
! <atkproperty name="AtkObject::accessible-name">repositoryurl</atkproperty>
</accessibility>
<signal name="changed" handler="on_repositoryurl_changed"/>
</widget>
<packing>
<property name="expand">False</property>
*** 2151,2168 ****
<child>
<widget class="GtkVButtonBox" id="vbuttonbox2">
<property name="visible">True</property>
<child>
<widget class="GtkButton" id="repositoryadd">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
- <property name="label" translatable="yes">_Add</property>
<property name="use_underline">True</property>
- <property name="response_id">0</property>
<signal name="clicked" handler="on_repositoryadd_clicked"/>
</widget>
</child>
</widget>
<packing>
<property name="expand">False</property>
<property name="padding">4</property>
--- 2231,2252 ----
<child>
<widget class="GtkVButtonBox" id="vbuttonbox2">
<property name="visible">True</property>
<child>
<widget class="GtkButton" id="repositoryadd">
+ <property name="label" translatable="yes">_Add</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
<property name="use_underline">True</property>
<signal name="clicked" handler="on_repositoryadd_clicked"/>
</widget>
+ <packing>
+ <property name="expand">False</property>
+ <property name="fill">False</property>
+ <property name="position">0</property>
+ </packing>
</child>
</widget>
<packing>
<property name="expand">False</property>
<property name="padding">4</property>
*** 2179,2188 ****
--- 2263,2273 ----
</child>
</widget>
<packing>
<property name="expand">False</property>
<property name="fill">False</property>
+ <property name="position">0</property>
</packing>
</child>
<child>
<widget class="GtkHBox" id="hbox8">
<property name="height_request">20</property>
*** 2195,2204 ****
--- 2280,2290 ----
<placeholder/>
</child>
</widget>
<packing>
<property name="expand">False</property>
+ <property name="position">0</property>
</packing>
</child>
<child>
<widget class="GtkLabel" id="error_label">
<property name="visible">True</property>
*** 2250,2313 ****
<property name="right_padding">7</property>
<child>
<widget class="GtkScrolledWindow" id="scrolledwindow15">
<property name="visible">True</property>
<property name="can_focus">True</property>
! <property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
! <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
<child>
<widget class="GtkTreeView" id="repositorytreeview">
<property name="visible">True</property>
<property name="can_focus">True</property>
<accessibility>
! <atkproperty name="AtkObject::accessible_name">Repositories</atkproperty>
</accessibility>
<signal name="move_cursor" handler="on_repositorytreeview_move_cursor"/>
<signal name="button_release_event" handler="on_repositorytreeview_button_release_event"/>
</widget>
</child>
</widget>
</child>
</widget>
</child>
<child>
<placeholder/>
</child>
<child>
<widget class="GtkVButtonBox" id="vbuttonbox1">
<property name="visible">True</property>
<property name="spacing">5</property>
! <property name="layout_style">GTK_BUTTONBOX_START</property>
<child>
<widget class="GtkButton" id="repositorymodify">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
- <property name="label" translatable="yes">_Modify...</property>
<property name="use_underline">True</property>
- <property name="response_id">0</property>
<signal name="clicked" handler="on_repositorymodify_clicked"/>
</widget>
</child>
<child>
<widget class="GtkButton" id="repositoryremove">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
- <property name="label" translatable="yes">_Remove</property>
<property name="use_underline">True</property>
- <property name="response_id">0</property>
<signal name="clicked" handler="on_repositoryremove_clicked"/>
</widget>
<packing>
<property name="position">1</property>
</packing>
</child>
</widget>
<packing>
<property name="expand">False</property>
! <property name="pack_type">GTK_PACK_END</property>
<property name="position">1</property>
</packing>
</child>
</widget>
<packing>
--- 2336,2407 ----
<property name="right_padding">7</property>
<child>
<widget class="GtkScrolledWindow" id="scrolledwindow15">
<property name="visible">True</property>
<property name="can_focus">True</property>
! <property name="hscrollbar_policy">automatic</property>
! <property name="vscrollbar_policy">automatic</property>
<child>
<widget class="GtkTreeView" id="repositorytreeview">
<property name="visible">True</property>
<property name="can_focus">True</property>
<accessibility>
! <atkproperty name="AtkObject::accessible-name">Repositories</atkproperty>
</accessibility>
<signal name="move_cursor" handler="on_repositorytreeview_move_cursor"/>
<signal name="button_release_event" handler="on_repositorytreeview_button_release_event"/>
</widget>
</child>
</widget>
</child>
</widget>
+ <packing>
+ <property name="position">0</property>
+ </packing>
</child>
<child>
<placeholder/>
</child>
<child>
<widget class="GtkVButtonBox" id="vbuttonbox1">
<property name="visible">True</property>
<property name="spacing">5</property>
! <property name="layout_style">start</property>
<child>
<widget class="GtkButton" id="repositorymodify">
+ <property name="label" translatable="yes">_Modify...</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
<property name="use_underline">True</property>
<signal name="clicked" handler="on_repositorymodify_clicked"/>
</widget>
+ <packing>
+ <property name="expand">False</property>
+ <property name="fill">False</property>
+ <property name="position">0</property>
+ </packing>
</child>
<child>
<widget class="GtkButton" id="repositoryremove">
+ <property name="label" translatable="yes">_Remove</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
<property name="use_underline">True</property>
<signal name="clicked" handler="on_repositoryremove_clicked"/>
</widget>
<packing>
+ <property name="expand">False</property>
+ <property name="fill">False</property>
<property name="position">1</property>
</packing>
</child>
</widget>
<packing>
<property name="expand">False</property>
! <property name="pack_type">end</property>
<property name="position">1</property>
</packing>
</child>
</widget>
<packing>
*** 2322,2361 ****
</packing>
</child>
<child internal-child="action_area">
<widget class="GtkHButtonBox" id="dialog-action_area23">
<property name="visible">True</property>
! <property name="layout_style">GTK_BUTTONBOX_EDGE</property>
<child>
<widget class="GtkButton" id="repositoryhelp">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
- <property name="label" translatable="yes">gtk-help</property>
<property name="use_stock">True</property>
- <property name="response_id">0</property>
<signal name="clicked" handler="on_repositoryhelp_clicked"/>
</widget>
</child>
<child>
<widget class="GtkButton" id="repositoryclose">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
- <property name="label" translatable="yes">gtk-close</property>
<property name="use_stock">True</property>
- <property name="response_id">-1</property>
<signal name="clicked" handler="on_repositoryclose_clicked"/>
</widget>
<packing>
<property name="position">1</property>
</packing>
</child>
</widget>
<packing>
<property name="expand">False</property>
! <property name="pack_type">GTK_PACK_END</property>
</packing>
</child>
</widget>
</child>
</widget>
--- 2416,2462 ----
</packing>
</child>
<child internal-child="action_area">
<widget class="GtkHButtonBox" id="dialog-action_area23">
<property name="visible">True</property>
! <property name="layout_style">edge</property>
<child>
<widget class="GtkButton" id="repositoryhelp">
+ <property name="label" translatable="yes">gtk-help</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
<property name="use_stock">True</property>
<signal name="clicked" handler="on_repositoryhelp_clicked"/>
</widget>
+ <packing>
+ <property name="expand">False</property>
+ <property name="fill">False</property>
+ <property name="position">0</property>
+ </packing>
</child>
<child>
<widget class="GtkButton" id="repositoryclose">
+ <property name="label" translatable="yes">gtk-close</property>
+ <property name="response_id">-1</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
<property name="use_stock">True</property>
<signal name="clicked" handler="on_repositoryclose_clicked"/>
</widget>
<packing>
+ <property name="expand">False</property>
+ <property name="fill">False</property>
<property name="position">1</property>
</packing>
</child>
</widget>
<packing>
<property name="expand">False</property>
! <property name="pack_type">end</property>
! <property name="position">0</property>
</packing>
</child>
</widget>
</child>
</widget>
*** 2364,2376 ****
<property name="height_request">350</property>
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
<property name="border_width">5</property>
<property name="title" translatable="yes">Boot Environment Confirmation</property>
<property name="modal">True</property>
! <property name="window_position">GTK_WIN_POS_CENTER_ON_PARENT</property>
<property name="icon">PM_app_48x.png</property>
! <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
<property name="deletable">False</property>
<property name="transient_for">beadmin</property>
<property name="has_separator">False</property>
<signal name="delete_event" handler="on_beconfirmationdialog_delete_event"/>
<child internal-child="vbox">
--- 2465,2477 ----
<property name="height_request">350</property>
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
<property name="border_width">5</property>
<property name="title" translatable="yes">Boot Environment Confirmation</property>
<property name="modal">True</property>
! <property name="window_position">center-on-parent</property>
<property name="icon">PM_app_48x.png</property>
! <property name="type_hint">dialog</property>
<property name="deletable">False</property>
<property name="transient_for">beadmin</property>
<property name="has_separator">False</property>
<signal name="delete_event" handler="on_beconfirmationdialog_delete_event"/>
<child internal-child="vbox">
*** 2395,2409 ****
<child>
<widget class="GtkImage" id="image3">
<property name="visible">True</property>
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
<property name="stock">gtk-dialog-warning</property>
! <property name="icon_size">5</property>
</widget>
<packing>
<property name="expand">False</property>
<property name="fill">False</property>
</packing>
</child>
<child>
<widget class="GtkLabel" id="packagenamelabel4">
<property name="visible">True</property>
--- 2496,2511 ----
<child>
<widget class="GtkImage" id="image3">
<property name="visible">True</property>
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
<property name="stock">gtk-dialog-warning</property>
! <property name="icon-size">5</property>
</widget>
<packing>
<property name="expand">False</property>
<property name="fill">False</property>
+ <property name="position">0</property>
</packing>
</child>
<child>
<widget class="GtkLabel" id="packagenamelabel4">
<property name="visible">True</property>
*** 2418,2436 ****
</packing>
</child>
</widget>
<packing>
<property name="expand">False</property>
</packing>
</child>
<child>
<widget class="GtkScrolledWindow" id="scrolledwindow14">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
! <property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
! <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
<child>
<widget class="GtkTextView" id="beconfirmtext">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="editable">False</property>
--- 2520,2539 ----
</packing>
</child>
</widget>
<packing>
<property name="expand">False</property>
+ <property name="position">0</property>
</packing>
</child>
<child>
<widget class="GtkScrolledWindow" id="scrolledwindow14">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
! <property name="hscrollbar_policy">automatic</property>
! <property name="vscrollbar_policy">automatic</property>
<child>
<widget class="GtkTextView" id="beconfirmtext">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="editable">False</property>
*** 2450,2491 ****
</child>
<child internal-child="action_area">
<widget class="GtkHButtonBox" id="dialog-action_area21">
<property name="visible">True</property>
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
! <property name="layout_style">GTK_BUTTONBOX_END</property>
<child>
<widget class="GtkButton" id="cancel_be">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
- <property name="label" translatable="yes">gtk-cancel</property>
<property name="use_stock">True</property>
- <property name="response_id">0</property>
<signal name="clicked" handler="on_cancel_be_conf_clicked"/>
</widget>
</child>
<child>
<widget class="GtkButton" id="ok_be">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
- <property name="label" translatable="yes">gtk-ok</property>
<property name="use_stock">True</property>
- <property name="response_id">0</property>
<signal name="clicked" handler="on_ok_be_conf_clicked"/>
</widget>
<packing>
<property name="position">1</property>
</packing>
</child>
</widget>
<packing>
<property name="expand">False</property>
! <property name="pack_type">GTK_PACK_END</property>
</packing>
</child>
</widget>
</child>
</widget>
--- 2553,2600 ----
</child>
<child internal-child="action_area">
<widget class="GtkHButtonBox" id="dialog-action_area21">
<property name="visible">True</property>
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
! <property name="layout_style">end</property>
<child>
<widget class="GtkButton" id="cancel_be">
+ <property name="label" translatable="yes">gtk-cancel</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
<property name="use_stock">True</property>
<signal name="clicked" handler="on_cancel_be_conf_clicked"/>
</widget>
+ <packing>
+ <property name="expand">False</property>
+ <property name="fill">False</property>
+ <property name="position">0</property>
+ </packing>
</child>
<child>
<widget class="GtkButton" id="ok_be">
+ <property name="label" translatable="yes">gtk-ok</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
<property name="use_stock">True</property>
<signal name="clicked" handler="on_ok_be_conf_clicked"/>
</widget>
<packing>
+ <property name="expand">False</property>
+ <property name="fill">False</property>
<property name="position">1</property>
</packing>
</child>
</widget>
<packing>
<property name="expand">False</property>
! <property name="pack_type">end</property>
! <property name="position">0</property>
</packing>
</child>
</widget>
</child>
</widget>
*** 2492,2504 ****
<widget class="GtkDialog" id="repositorymodif">
<property name="border_width">5</property>
<property name="title" translatable="yes">Modify Repository</property>
<property name="resizable">False</property>
<property name="modal">True</property>
! <property name="window_position">GTK_WIN_POS_CENTER_ON_PARENT</property>
<property name="icon">PM_app_48x.png</property>
! <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
<property name="transient_for">repository</property>
<property name="has_separator">False</property>
<signal name="delete_event" handler="on_repositorymodif_delete_event"/>
<child internal-child="vbox">
<widget class="GtkVBox" id="dialog-vbox24">
--- 2601,2613 ----
<widget class="GtkDialog" id="repositorymodif">
<property name="border_width">5</property>
<property name="title" translatable="yes">Modify Repository</property>
<property name="resizable">False</property>
<property name="modal">True</property>
! <property name="window_position">center-on-parent</property>
<property name="icon">PM_app_48x.png</property>
! <property name="type_hint">dialog</property>
<property name="transient_for">repository</property>
<property name="has_separator">False</property>
<signal name="delete_event" handler="on_repositorymodif_delete_event"/>
<child internal-child="vbox">
<widget class="GtkVBox" id="dialog-vbox24">
*** 2521,2530 ****
--- 2630,2642 ----
<property name="yalign">0</property>
<property name="ypad">2</property>
<property name="label" translatable="yes"><b>Modify Repository URL</b></property>
<property name="use_markup">True</property>
</widget>
+ <packing>
+ <property name="position">0</property>
+ </packing>
</child>
<child>
<widget class="GtkHBox" id="hbox14">
<property name="visible">True</property>
<child>
*** 2545,2572 ****
<property name="use_underline">True</property>
<property name="mnemonic_widget">repositorymodifyname</property>
</widget>
<packing>
<property name="expand">False</property>
</packing>
</child>
<child>
<widget class="GtkEntry" id="repositorymodifyname">
<property name="width_request">320</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<accessibility>
! <atkproperty name="AtkObject::accessible_name">repositorymodifyname</atkproperty>
</accessibility>
</widget>
<packing>
<property name="expand">False</property>
<property name="padding">3</property>
<property name="position">1</property>
</packing>
</child>
</widget>
</child>
<child>
<widget class="GtkHBox" id="hbox27">
<property name="visible">True</property>
<child>
--- 2657,2688 ----
<property name="use_underline">True</property>
<property name="mnemonic_widget">repositorymodifyname</property>
</widget>
<packing>
<property name="expand">False</property>
+ <property name="position">0</property>
</packing>
</child>
<child>
<widget class="GtkEntry" id="repositorymodifyname">
<property name="width_request">320</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<accessibility>
! <atkproperty name="AtkObject::accessible-name">repositorymodifyname</atkproperty>
</accessibility>
</widget>
<packing>
<property name="expand">False</property>
<property name="padding">3</property>
<property name="position">1</property>
</packing>
</child>
</widget>
+ <packing>
+ <property name="position">0</property>
+ </packing>
</child>
<child>
<widget class="GtkHBox" id="hbox27">
<property name="visible">True</property>
<child>
*** 2580,2598 ****
<property name="use_underline">True</property>
<property name="mnemonic_widget">repositorymodifyurl</property>
</widget>
<packing>
<property name="expand">False</property>
</packing>
</child>
<child>
<widget class="GtkEntry" id="repositorymodifyurl">
<property name="width_request">320</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<accessibility>
! <atkproperty name="AtkObject::accessible_name">repositorymodifyurl</atkproperty>
</accessibility>
<signal name="changed" handler="on_repositorymodifyurl_changed"/>
</widget>
<packing>
<property name="expand">False</property>
--- 2696,2715 ----
<property name="use_underline">True</property>
<property name="mnemonic_widget">repositorymodifyurl</property>
</widget>
<packing>
<property name="expand">False</property>
+ <property name="position">0</property>
</packing>
</child>
<child>
<widget class="GtkEntry" id="repositorymodifyurl">
<property name="width_request">320</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<accessibility>
! <atkproperty name="AtkObject::accessible-name">repositorymodifyurl</atkproperty>
</accessibility>
<signal name="changed" handler="on_repositorymodifyurl_changed"/>
</widget>
<packing>
<property name="expand">False</property>
*** 2618,2627 ****
--- 2735,2745 ----
<placeholder/>
</child>
</widget>
<packing>
<property name="expand">False</property>
+ <property name="position">0</property>
</packing>
</child>
<child>
<widget class="GtkLabel" id="moderror_label">
<property name="visible">True</property>
*** 2637,2646 ****
--- 2755,2767 ----
<property name="expand">False</property>
<property name="position">2</property>
</packing>
</child>
</widget>
+ <packing>
+ <property name="position">0</property>
+ </packing>
</child>
</widget>
<packing>
<property name="position">1</property>
</packing>
*** 2662,2671 ****
--- 2783,2793 ----
</widget>
</child>
</widget>
<packing>
<property name="expand">False</property>
+ <property name="position">0</property>
</packing>
</child>
<child>
<widget class="GtkAlignment" id="alignment28">
<property name="visible">True</property>
*** 2672,2689 ****
<property name="xalign">0</property>
<property name="xscale">0</property>
<property name="top_padding">3</property>
<child>
<widget class="GtkLinkButton" id="repositorymodifyregistrationlinkbutton">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
<property name="has_tooltip">True</property>
! <property name="label" translatable="yes">_Instructions</property>
! <property name="relief">GTK_RELIEF_NONE</property>
<property name="use_underline">True</property>
- <property name="response_id">0</property>
<property name="uri">http://glade.gnome.org</property>
<signal name="clicked" handler="on_repositorymodifyregistrationlinkbutton_clicked"/>
</widget>
</child>
</widget>
--- 2794,2810 ----
<property name="xalign">0</property>
<property name="xscale">0</property>
<property name="top_padding">3</property>
<child>
<widget class="GtkLinkButton" id="repositorymodifyregistrationlinkbutton">
+ <property name="label" translatable="yes">_Instructions</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
<property name="has_tooltip">True</property>
! <property name="relief">none</property>
<property name="use_underline">True</property>
<property name="uri">http://glade.gnome.org</property>
<signal name="clicked" handler="on_repositorymodifyregistrationlinkbutton_clicked"/>
</widget>
</child>
</widget>
*** 2721,2730 ****
--- 2842,2852 ----
</child>
</widget>
<packing>
<property name="expand">False</property>
<property name="fill">False</property>
+ <property name="position">0</property>
</packing>
</child>
<child>
<widget class="GtkHBox" id="hbox28">
<property name="visible">True</property>
*** 2743,2752 ****
--- 2865,2875 ----
<property name="use_underline">True</property>
<property name="mnemonic_widget">modkeyentry</property>
</widget>
<packing>
<property name="expand">False</property>
+ <property name="position">0</property>
</packing>
</child>
<child>
<widget class="GtkLabel" id="label35">
<property name="visible">True</property>
*** 2763,2772 ****
--- 2886,2896 ----
</packing>
</child>
</widget>
<packing>
<property name="expand">False</property>
+ <property name="position">0</property>
</packing>
</child>
<child>
<widget class="GtkVBox" id="vbox25">
<property name="visible">True</property>
*** 2774,2794 ****
<child>
<widget class="GtkEntry" id="modkeyentry">
<property name="visible">True</property>
<property name="can_focus">True</property>
<accessibility>
! <atkproperty name="AtkObject::accessible_name">modkeyentry</atkproperty>
</accessibility>
<signal name="changed" handler="on_modkeyentry_changed"/>
</widget>
</child>
<child>
<widget class="GtkEntry" id="modcertentry">
<property name="visible">True</property>
<property name="can_focus">True</property>
<accessibility>
! <atkproperty name="AtkObject::accessible_name">modcertentry</atkproperty>
</accessibility>
<signal name="changed" handler="on_modcertentry_changed"/>
</widget>
<packing>
<property name="position">1</property>
--- 2898,2921 ----
<child>
<widget class="GtkEntry" id="modkeyentry">
<property name="visible">True</property>
<property name="can_focus">True</property>
<accessibility>
! <atkproperty name="AtkObject::accessible-name">modkeyentry</atkproperty>
</accessibility>
<signal name="changed" handler="on_modkeyentry_changed"/>
</widget>
+ <packing>
+ <property name="position">0</property>
+ </packing>
</child>
<child>
<widget class="GtkEntry" id="modcertentry">
<property name="visible">True</property>
<property name="can_focus">True</property>
<accessibility>
! <atkproperty name="AtkObject::accessible-name">modcertentry</atkproperty>
</accessibility>
<signal name="changed" handler="on_modcertentry_changed"/>
</widget>
<packing>
<property name="position">1</property>
*** 2804,2834 ****
<property name="width_request">70</property>
<property name="visible">True</property>
<property name="spacing">5</property>
<child>
<widget class="GtkButton" id="modkeybrowse">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
- <property name="label" translatable="yes">_Browse</property>
<property name="use_underline">True</property>
- <property name="response_id">0</property>
<signal name="clicked" handler="on_sslkeybrowse_clicked"/>
</widget>
<packing>
<property name="expand">False</property>
<property name="fill">False</property>
</packing>
</child>
<child>
<widget class="GtkButton" id="modcertbrowse">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
- <property name="label" translatable="yes">Br_owse</property>
<property name="use_underline">True</property>
- <property name="response_id">0</property>
<signal name="clicked" handler="on_sslcertbrowse_clicked"/>
</widget>
<packing>
<property name="expand">False</property>
<property name="fill">False</property>
--- 2931,2960 ----
<property name="width_request">70</property>
<property name="visible">True</property>
<property name="spacing">5</property>
<child>
<widget class="GtkButton" id="modkeybrowse">
+ <property name="label" translatable="yes">_Browse</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
<property name="use_underline">True</property>
<signal name="clicked" handler="on_sslkeybrowse_clicked"/>
</widget>
<packing>
<property name="expand">False</property>
<property name="fill">False</property>
+ <property name="position">0</property>
</packing>
</child>
<child>
<widget class="GtkButton" id="modcertbrowse">
+ <property name="label" translatable="yes">Br_owse</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
<property name="use_underline">True</property>
<signal name="clicked" handler="on_sslcertbrowse_clicked"/>
</widget>
<packing>
<property name="expand">False</property>
<property name="fill">False</property>
*** 2884,2893 ****
--- 3010,3020 ----
</child>
</widget>
<packing>
<property name="expand">False</property>
<property name="fill">False</property>
+ <property name="position">0</property>
</packing>
</child>
<child>
<widget class="GtkVBox" id="vbox27">
<property name="visible">True</property>
*** 2913,2938 ****
<child>
<widget class="GtkEntry" id="addmirror_entry">
<property name="visible">True</property>
<property name="can_focus">True</property>
<accessibility>
! <atkproperty name="AtkObject::accessible_name">addmirror_entry</atkproperty>
</accessibility>
<signal name="changed" handler="on_addmirror_entry_changed"/>
</widget>
<packing>
<property name="position">1</property>
</packing>
</child>
</widget>
</child>
<child>
<widget class="GtkScrolledWindow" id="scrolledwindow8">
<property name="visible">True</property>
<property name="can_focus">True</property>
! <property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
! <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
<child>
<widget class="GtkTreeView" id="mirrortreeview">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="headers_visible">False</property>
--- 3040,3068 ----
<child>
<widget class="GtkEntry" id="addmirror_entry">
<property name="visible">True</property>
<property name="can_focus">True</property>
<accessibility>
! <atkproperty name="AtkObject::accessible-name">addmirror_entry</atkproperty>
</accessibility>
<signal name="changed" handler="on_addmirror_entry_changed"/>
</widget>
<packing>
<property name="position">1</property>
</packing>
</child>
</widget>
+ <packing>
+ <property name="position">0</property>
+ </packing>
</child>
<child>
<widget class="GtkScrolledWindow" id="scrolledwindow8">
<property name="visible">True</property>
<property name="can_focus">True</property>
! <property name="hscrollbar_policy">automatic</property>
! <property name="vscrollbar_policy">automatic</property>
<child>
<widget class="GtkTreeView" id="mirrortreeview">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="headers_visible">False</property>
*** 2953,2983 ****
<widget class="GtkVBox" id="vbox21">
<property name="width_request">70</property>
<property name="visible">True</property>
<child>
<widget class="GtkButton" id="addmirror_button">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
- <property name="label" translatable="yes">_Add</property>
<property name="use_underline">True</property>
- <property name="response_id">0</property>
<signal name="clicked" handler="on_addmirror_button_clicked"/>
</widget>
<packing>
<property name="expand">False</property>
<property name="fill">False</property>
</packing>
</child>
<child>
<widget class="GtkButton" id="mirrorremove">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
- <property name="label" translatable="yes">_Remove</property>
<property name="use_underline">True</property>
- <property name="response_id">0</property>
<signal name="clicked" handler="on_mirrorremove_clicked"/>
</widget>
<packing>
<property name="expand">False</property>
<property name="fill">False</property>
--- 3083,3112 ----
<widget class="GtkVBox" id="vbox21">
<property name="width_request">70</property>
<property name="visible">True</property>
<child>
<widget class="GtkButton" id="addmirror_button">
+ <property name="label" translatable="yes">_Add</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
<property name="use_underline">True</property>
<signal name="clicked" handler="on_addmirror_button_clicked"/>
</widget>
<packing>
<property name="expand">False</property>
<property name="fill">False</property>
+ <property name="position">0</property>
</packing>
</child>
<child>
<widget class="GtkButton" id="mirrorremove">
+ <property name="label" translatable="yes">_Remove</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
<property name="use_underline">True</property>
<signal name="clicked" handler="on_mirrorremove_clicked"/>
</widget>
<packing>
<property name="expand">False</property>
<property name="fill">False</property>
*** 3021,3060 ****
</packing>
</child>
<child internal-child="action_area">
<widget class="GtkHButtonBox" id="dialog-action_area24">
<property name="visible">True</property>
! <property name="layout_style">GTK_BUTTONBOX_END</property>
<child>
<widget class="GtkButton" id="repositorymodifycancel">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
- <property name="label" translatable="yes">gtk-cancel</property>
<property name="use_stock">True</property>
- <property name="response_id">0</property>
<signal name="clicked" handler="on_repositorymodifycancel_clicked"/>
</widget>
</child>
<child>
<widget class="GtkButton" id="repositorymodifyok">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
- <property name="label" translatable="yes">gtk-ok</property>
<property name="use_stock">True</property>
- <property name="response_id">0</property>
<signal name="clicked" handler="on_repositorymodifyok_clicked"/>
</widget>
<packing>
<property name="position">1</property>
</packing>
</child>
</widget>
<packing>
<property name="expand">False</property>
! <property name="pack_type">GTK_PACK_END</property>
<property name="position">1</property>
</packing>
</child>
</widget>
</child>
--- 3150,3194 ----
</packing>
</child>
<child internal-child="action_area">
<widget class="GtkHButtonBox" id="dialog-action_area24">
<property name="visible">True</property>
! <property name="layout_style">end</property>
<child>
<widget class="GtkButton" id="repositorymodifycancel">
+ <property name="label" translatable="yes">gtk-cancel</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
<property name="use_stock">True</property>
<signal name="clicked" handler="on_repositorymodifycancel_clicked"/>
</widget>
+ <packing>
+ <property name="expand">False</property>
+ <property name="fill">False</property>
+ <property name="position">0</property>
+ </packing>
</child>
<child>
<widget class="GtkButton" id="repositorymodifyok">
+ <property name="label" translatable="yes">gtk-ok</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
<property name="use_stock">True</property>
<signal name="clicked" handler="on_repositorymodifyok_clicked"/>
</widget>
<packing>
+ <property name="expand">False</property>
+ <property name="fill">False</property>
<property name="position">1</property>
</packing>
</child>
</widget>
<packing>
<property name="expand">False</property>
! <property name="pack_type">end</property>
<property name="position">1</property>
</packing>
</child>
</widget>
</child>
*** 3062,3074 ****
<widget class="GtkDialog" id="ua_confirm_dialog">
<property name="border_width">5</property>
<property name="title" translatable="yes">Update All</property>
<property name="resizable">False</property>
<property name="modal">True</property>
! <property name="window_position">GTK_WIN_POS_CENTER_ON_PARENT</property>
<property name="icon">PM_app_48x.png</property>
! <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
<property name="deletable">False</property>
<property name="transient_for">mainwindow</property>
<property name="has_separator">False</property>
<child internal-child="vbox">
<widget class="GtkVBox" id="dialog-vbox15">
--- 3196,3208 ----
<widget class="GtkDialog" id="ua_confirm_dialog">
<property name="border_width">5</property>
<property name="title" translatable="yes">Update All</property>
<property name="resizable">False</property>
<property name="modal">True</property>
! <property name="window_position">center-on-parent</property>
<property name="icon">PM_app_48x.png</property>
! <property name="type_hint">dialog</property>
<property name="deletable">False</property>
<property name="transient_for">mainwindow</property>
<property name="has_separator">False</property>
<child internal-child="vbox">
<widget class="GtkVBox" id="dialog-vbox15">
*** 3093,3102 ****
--- 3227,3237 ----
<property name="wrap">True</property>
</widget>
<packing>
<property name="expand">False</property>
<property name="padding">5</property>
+ <property name="position">0</property>
</packing>
</child>
<child>
<widget class="GtkHBox" id="ua_be_name_box">
<property name="height_request">20</property>
*** 3111,3128 ****
<property name="label" translatable="yes">_Name: </property>
<property name="use_underline">True</property>
</widget>
<packing>
<property name="expand">False</property>
</packing>
</child>
<child>
<widget class="GtkEntry" id="ua_be_name_entry">
<property name="visible">True</property>
<property name="can_focus">True</property>
<accessibility>
! <atkproperty name="AtkObject::accessible_name">BEName</atkproperty>
</accessibility>
<signal name="changed" handler="on_ua_be_name_entry_changed"/>
</widget>
<packing>
<property name="position">1</property>
--- 3246,3264 ----
<property name="label" translatable="yes">_Name: </property>
<property name="use_underline">True</property>
</widget>
<packing>
<property name="expand">False</property>
+ <property name="position">0</property>
</packing>
</child>
<child>
<widget class="GtkEntry" id="ua_be_name_entry">
<property name="visible">True</property>
<property name="can_focus">True</property>
<accessibility>
! <atkproperty name="AtkObject::accessible-name">BEName</atkproperty>
</accessibility>
<signal name="changed" handler="on_ua_be_name_entry_changed"/>
</widget>
<packing>
<property name="position">1</property>
*** 3145,3154 ****
--- 3281,3291 ----
<placeholder/>
</child>
</widget>
<packing>
<property name="expand">False</property>
+ <property name="position">0</property>
</packing>
</child>
<child>
<widget class="GtkLabel" id="ua_confirm_error_label">
<property name="visible">True</property>
*** 3175,3216 ****
</packing>
</child>
<child internal-child="action_area">
<widget class="GtkHButtonBox" id="dialog-action_area15">
<property name="visible">True</property>
! <property name="layout_style">GTK_BUTTONBOX_END</property>
<child>
<widget class="GtkButton" id="ua_help_button">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
- <property name="label" translatable="yes">gtk-help</property>
<property name="use_stock">True</property>
- <property name="response_id">-11</property>
<signal name="clicked" handler="on_ua_help_button_clicked"/>
</widget>
</child>
<child>
<widget class="GtkButton" id="ua_cancel_button">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
- <property name="label" translatable="yes">gtk-cancel</property>
<property name="use_stock">True</property>
- <property name="response_id">-2</property>
<signal name="clicked" handler="on_ua_cancel_button_clicked"/>
</widget>
<packing>
<property name="position">1</property>
</packing>
</child>
<child>
<widget class="GtkButton" id="ua_proceed_button">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
- <property name="response_id">-3</property>
<signal name="clicked" handler="on_ua_proceed_button_clicked"/>
<child>
<widget class="GtkHBox" id="hbox3">
<property name="visible">True</property>
<child>
--- 3312,3360 ----
</packing>
</child>
<child internal-child="action_area">
<widget class="GtkHButtonBox" id="dialog-action_area15">
<property name="visible">True</property>
! <property name="layout_style">end</property>
<child>
<widget class="GtkButton" id="ua_help_button">
+ <property name="label" translatable="yes">gtk-help</property>
+ <property name="response_id">-11</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
<property name="use_stock">True</property>
<signal name="clicked" handler="on_ua_help_button_clicked"/>
</widget>
+ <packing>
+ <property name="expand">False</property>
+ <property name="fill">False</property>
+ <property name="position">0</property>
+ </packing>
</child>
<child>
<widget class="GtkButton" id="ua_cancel_button">
+ <property name="label" translatable="yes">gtk-cancel</property>
+ <property name="response_id">-2</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
<property name="use_stock">True</property>
<signal name="clicked" handler="on_ua_cancel_button_clicked"/>
</widget>
<packing>
+ <property name="expand">False</property>
+ <property name="fill">False</property>
<property name="position">1</property>
</packing>
</child>
<child>
<widget class="GtkButton" id="ua_proceed_button">
+ <property name="response_id">-3</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
<signal name="clicked" handler="on_ua_proceed_button_clicked"/>
<child>
<widget class="GtkHBox" id="hbox3">
<property name="visible">True</property>
<child>
*** 3218,3227 ****
--- 3362,3374 ----
<property name="visible">True</property>
<child>
<placeholder/>
</child>
</widget>
+ <packing>
+ <property name="position">0</property>
+ </packing>
</child>
<child>
<widget class="GtkImage" id="image8">
<property name="visible">True</property>
<property name="stock">gtk-ok</property>
*** 3255,3271 ****
</child>
</widget>
</child>
</widget>
<packing>
<property name="position">2</property>
</packing>
</child>
</widget>
<packing>
<property name="expand">False</property>
! <property name="pack_type">GTK_PACK_END</property>
</packing>
</child>
</widget>
</child>
</widget>
--- 3402,3421 ----
</child>
</widget>
</child>
</widget>
<packing>
+ <property name="expand">False</property>
+ <property name="fill">False</property>
<property name="position">2</property>
</packing>
</child>
</widget>
<packing>
<property name="expand">False</property>
! <property name="pack_type">end</property>
! <property name="position">0</property>
</packing>
</child>
</widget>
</child>
</widget>
*** 3274,3286 ****
<property name="height_request">375</property>
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
<property name="border_width">5</property>
<property name="title" translatable="yes">Remove Confirmation</property>
<property name="modal">True</property>
! <property name="window_position">GTK_WIN_POS_CENTER_ON_PARENT</property>
<property name="icon">PM_app_48x.png</property>
! <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
<property name="deletable">False</property>
<property name="transient_for">mainwindow</property>
<property name="has_separator">False</property>
<child internal-child="vbox">
<widget class="GtkVBox" id="dialog-vbox1">
--- 3424,3436 ----
<property name="height_request">375</property>
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
<property name="border_width">5</property>
<property name="title" translatable="yes">Remove Confirmation</property>
<property name="modal">True</property>
! <property name="window_position">center-on-parent</property>
<property name="icon">PM_app_48x.png</property>
! <property name="type_hint">dialog</property>
<property name="deletable">False</property>
<property name="transient_for">mainwindow</property>
<property name="has_separator">False</property>
<child internal-child="vbox">
<widget class="GtkVBox" id="dialog-vbox1">
*** 3309,3322 ****
<child>
<widget class="GtkImage" id="warningtriangle">
<property name="visible">True</property>
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
<property name="stock">gtk-dialog-warning</property>
! <property name="icon_size">5</property>
</widget>
<packing>
<property name="expand">False</property>
</packing>
</child>
<child>
<widget class="GtkAlignment" id="alignment16">
<property name="visible">True</property>
--- 3459,3473 ----
<child>
<widget class="GtkImage" id="warningtriangle">
<property name="visible">True</property>
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
<property name="stock">gtk-dialog-warning</property>
! <property name="icon-size">5</property>
</widget>
<packing>
<property name="expand">False</property>
+ <property name="position">0</property>
</packing>
</child>
<child>
<widget class="GtkAlignment" id="alignment16">
<property name="visible">True</property>
*** 3339,3348 ****
--- 3490,3500 ----
</child>
</widget>
<packing>
<property name="expand">False</property>
<property name="padding">5</property>
+ <property name="position">0</property>
</packing>
</child>
<child>
<widget class="GtkVBox" id="vbox7">
<property name="visible">True</property>
*** 3349,3360 ****
<child>
<widget class="GtkScrolledWindow" id="scrolledwindow3">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
! <property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
! <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
<child>
<widget class="GtkTreeView" id="removetreeview">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
--- 3501,3512 ----
<child>
<widget class="GtkScrolledWindow" id="scrolledwindow3">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
! <property name="hscrollbar_policy">automatic</property>
! <property name="vscrollbar_policy">automatic</property>
<child>
<widget class="GtkTreeView" id="removetreeview">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
*** 3362,3371 ****
--- 3514,3526 ----
<property name="enable_search">False</property>
<property name="level_indentation">70</property>
</widget>
</child>
</widget>
+ <packing>
+ <property name="position">0</property>
+ </packing>
</child>
</widget>
<packing>
<property name="position">1</property>
</packing>
*** 3381,3410 ****
</child>
<child internal-child="action_area">
<widget class="GtkHButtonBox" id="dialog-action_area1">
<property name="visible">True</property>
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
! <property name="layout_style">GTK_BUTTONBOX_END</property>
<child>
<widget class="GtkButton" id="cancel">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
- <property name="label" translatable="yes">gtk-cancel</property>
<property name="use_stock">True</property>
- <property name="response_id">0</property>
<signal name="clicked" handler="on_cancel_button_clicked"/>
</widget>
</child>
<child>
<widget class="GtkButton" id="remove_proceed">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
- <property name="response_id">0</property>
<signal name="clicked" handler="on_proceed_button_clicked"/>
<child>
<widget class="GtkHBox" id="hbox19">
<property name="visible">True</property>
<child>
--- 3536,3568 ----
</child>
<child internal-child="action_area">
<widget class="GtkHButtonBox" id="dialog-action_area1">
<property name="visible">True</property>
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
! <property name="layout_style">end</property>
<child>
<widget class="GtkButton" id="cancel">
+ <property name="label" translatable="yes">gtk-cancel</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
<property name="use_stock">True</property>
<signal name="clicked" handler="on_cancel_button_clicked"/>
</widget>
+ <packing>
+ <property name="expand">False</property>
+ <property name="fill">False</property>
+ <property name="position">0</property>
+ </packing>
</child>
<child>
<widget class="GtkButton" id="remove_proceed">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
<signal name="clicked" handler="on_proceed_button_clicked"/>
<child>
<widget class="GtkHBox" id="hbox19">
<property name="visible">True</property>
<child>
*** 3412,3421 ****
--- 3570,3582 ----
<property name="visible">True</property>
<child>
<placeholder/>
</child>
</widget>
+ <packing>
+ <property name="position">0</property>
+ </packing>
</child>
<child>
<widget class="GtkImage" id="image6">
<property name="visible">True</property>
<property name="stock">gtk-ok</property>
*** 3449,3477 ****
</child>
</widget>
</child>
</widget>
<packing>
<property name="position">1</property>
</packing>
</child>
</widget>
<packing>
<property name="expand">False</property>
! <property name="pack_type">GTK_PACK_END</property>
</packing>
</child>
</widget>
</child>
</widget>
<widget class="GtkDialog" id="sslkeyandcertdialog">
<property name="border_width">5</property>
<property name="title" translatable="yes">SSL Key and Certificate</property>
<property name="modal">True</property>
! <property name="window_position">GTK_WIN_POS_CENTER_ON_PARENT</property>
<property name="icon">PM_app_48x.png</property>
! <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
<property name="transient_for">repository</property>
<property name="has_separator">False</property>
<signal name="delete_event" handler="on_sslkeyandcertdialog_delete_event"/>
<child internal-child="vbox">
<widget class="GtkVBox" id="dialog-vbox25">
--- 3610,3641 ----
</child>
</widget>
</child>
</widget>
<packing>
+ <property name="expand">False</property>
+ <property name="fill">False</property>
<property name="position">1</property>
</packing>
</child>
</widget>
<packing>
<property name="expand">False</property>
! <property name="pack_type">end</property>
! <property name="position">0</property>
</packing>
</child>
</widget>
</child>
</widget>
<widget class="GtkDialog" id="sslkeyandcertdialog">
<property name="border_width">5</property>
<property name="title" translatable="yes">SSL Key and Certificate</property>
<property name="modal">True</property>
! <property name="window_position">center-on-parent</property>
<property name="icon">PM_app_48x.png</property>
! <property name="type_hint">dialog</property>
<property name="transient_for">repository</property>
<property name="has_separator">False</property>
<signal name="delete_event" handler="on_sslkeyandcertdialog_delete_event"/>
<child internal-child="vbox">
<widget class="GtkVBox" id="dialog-vbox25">
*** 3490,3499 ****
--- 3654,3666 ----
<property name="ypad">2</property>
<property name="label" translatable="yes">This repository requires a SSL Key and certificate.
Enter the location of these files in the spaces provided, or use the Browse
buttons to provide their location.</property>
</widget>
+ <packing>
+ <property name="position">0</property>
+ </packing>
</child>
<child>
<widget class="GtkAlignment" id="alignment20">
<property name="visible">True</property>
<child>
*** 3521,3539 ****
<property name="mnemonic_widget">keyentry</property>
</widget>
<packing>
<property name="expand">False</property>
<property name="padding">3</property>
</packing>
</child>
<child>
<widget class="GtkEntry" id="keyentry">
<property name="width_request">300</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<accessibility>
! <atkproperty name="AtkObject::accessible_name">keyentry</atkproperty>
</accessibility>
<signal name="changed" handler="on_keyentry_changed"/>
</widget>
<packing>
<property name="expand">False</property>
--- 3688,3707 ----
<property name="mnemonic_widget">keyentry</property>
</widget>
<packing>
<property name="expand">False</property>
<property name="padding">3</property>
+ <property name="position">0</property>
</packing>
</child>
<child>
<widget class="GtkEntry" id="keyentry">
<property name="width_request">300</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<accessibility>
! <atkproperty name="AtkObject::accessible-name">keyentry</atkproperty>
</accessibility>
<signal name="changed" handler="on_keyentry_changed"/>
</widget>
<packing>
<property name="expand">False</property>
*** 3541,3558 ****
<property name="position">1</property>
</packing>
</child>
<child>
<widget class="GtkButton" id="keybrowse">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
- <property name="label" translatable="yes">_Browse</property>
<property name="use_underline">True</property>
- <property name="response_id">0</property>
<accessibility>
! <atkproperty name="AtkObject::accessible_name" translatable="yes">Browse for SSL Key</atkproperty>
</accessibility>
<signal name="clicked" handler="on_keybrowse_clicked"/>
</widget>
<packing>
<property name="expand">False</property>
--- 3709,3725 ----
<property name="position">1</property>
</packing>
</child>
<child>
<widget class="GtkButton" id="keybrowse">
+ <property name="label" translatable="yes">_Browse</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
<property name="use_underline">True</property>
<accessibility>
! <atkproperty name="AtkObject::accessible-name" translatable="yes">Browse for SSL Key</atkproperty>
</accessibility>
<signal name="clicked" handler="on_keybrowse_clicked"/>
</widget>
<packing>
<property name="expand">False</property>
*** 3581,3599 ****
<property name="mnemonic_widget">certentry</property>
</widget>
<packing>
<property name="expand">False</property>
<property name="padding">3</property>
</packing>
</child>
<child>
<widget class="GtkEntry" id="certentry">
<property name="width_request">300</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<accessibility>
! <atkproperty name="AtkObject::accessible_name">certentry</atkproperty>
</accessibility>
<signal name="changed" handler="on_certentry_changed"/>
</widget>
<packing>
<property name="expand">False</property>
--- 3748,3767 ----
<property name="mnemonic_widget">certentry</property>
</widget>
<packing>
<property name="expand">False</property>
<property name="padding">3</property>
+ <property name="position">0</property>
</packing>
</child>
<child>
<widget class="GtkEntry" id="certentry">
<property name="width_request">300</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<accessibility>
! <atkproperty name="AtkObject::accessible-name">certentry</atkproperty>
</accessibility>
<signal name="changed" handler="on_certentry_changed"/>
</widget>
<packing>
<property name="expand">False</property>
*** 3601,3618 ****
<property name="position">1</property>
</packing>
</child>
<child>
<widget class="GtkButton" id="certbrowse">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
- <property name="label" translatable="yes">B_rowse</property>
<property name="use_underline">True</property>
- <property name="response_id">0</property>
<accessibility>
! <atkproperty name="AtkObject::accessible_name" translatable="yes">Browse for SSL Certificate</atkproperty>
</accessibility>
<signal name="clicked" handler="on_certbrowse_clicked"/>
</widget>
<packing>
<property name="expand">False</property>
--- 3769,3785 ----
<property name="position">1</property>
</packing>
</child>
<child>
<widget class="GtkButton" id="certbrowse">
+ <property name="label" translatable="yes">B_rowse</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
<property name="use_underline">True</property>
<accessibility>
! <atkproperty name="AtkObject::accessible-name" translatable="yes">Browse for SSL Certificate</atkproperty>
</accessibility>
<signal name="clicked" handler="on_certbrowse_clicked"/>
</widget>
<packing>
<property name="expand">False</property>
*** 3633,3672 ****
</packing>
</child>
<child internal-child="action_area">
<widget class="GtkHButtonBox" id="dialog-action_area25">
<property name="visible">True</property>
! <property name="layout_style">GTK_BUTTONBOX_END</property>
<child>
<widget class="GtkButton" id="keyandcertcancel">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
- <property name="label" translatable="yes">gtk-cancel</property>
<property name="use_stock">True</property>
- <property name="response_id">0</property>
<signal name="clicked" handler="on_sslkeyandcertcancel_clicked"/>
</widget>
</child>
<child>
<widget class="GtkButton" id="keyandcertok">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
- <property name="label" translatable="yes">gtk-ok</property>
<property name="use_stock">True</property>
- <property name="response_id">0</property>
<signal name="clicked" handler="on_sslkeyandcertok_clicked"/>
</widget>
<packing>
<property name="position">1</property>
</packing>
</child>
</widget>
<packing>
<property name="expand">False</property>
! <property name="pack_type">GTK_PACK_END</property>
</packing>
</child>
</widget>
</child>
</widget>
--- 3800,3845 ----
</packing>
</child>
<child internal-child="action_area">
<widget class="GtkHButtonBox" id="dialog-action_area25">
<property name="visible">True</property>
! <property name="layout_style">end</property>
<child>
<widget class="GtkButton" id="keyandcertcancel">
+ <property name="label" translatable="yes">gtk-cancel</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
<property name="use_stock">True</property>
<signal name="clicked" handler="on_sslkeyandcertcancel_clicked"/>
</widget>
+ <packing>
+ <property name="expand">False</property>
+ <property name="fill">False</property>
+ <property name="position">0</property>
+ </packing>
</child>
<child>
<widget class="GtkButton" id="keyandcertok">
+ <property name="label" translatable="yes">gtk-ok</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
<property name="use_stock">True</property>
<signal name="clicked" handler="on_sslkeyandcertok_clicked"/>
</widget>
<packing>
+ <property name="expand">False</property>
+ <property name="fill">False</property>
<property name="position">1</property>
</packing>
</child>
</widget>
<packing>
<property name="expand">False</property>
! <property name="pack_type">end</property>
! <property name="position">0</property>
</packing>
</child>
</widget>
</child>
</widget>
*** 3673,3685 ****
<widget class="GtkDialog" id="preferencesdialog">
<property name="border_width">5</property>
<property name="title" translatable="yes">Preferences</property>
<property name="resizable">False</property>
<property name="modal">True</property>
! <property name="window_position">GTK_WIN_POS_CENTER_ON_PARENT</property>
<property name="icon">PM_app_48x.png</property>
! <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
<property name="transient_for">repository</property>
<property name="has_separator">False</property>
<child internal-child="vbox">
<widget class="GtkVBox" id="dialog-vbox14">
<property name="visible">True</property>
--- 3846,3858 ----
<widget class="GtkDialog" id="preferencesdialog">
<property name="border_width">5</property>
<property name="title" translatable="yes">Preferences</property>
<property name="resizable">False</property>
<property name="modal">True</property>
! <property name="window_position">center-on-parent</property>
<property name="icon">PM_app_48x.png</property>
! <property name="type_hint">dialog</property>
<property name="transient_for">repository</property>
<property name="has_separator">False</property>
<child internal-child="vbox">
<widget class="GtkVBox" id="dialog-vbox14">
<property name="visible">True</property>
*** 3701,3710 ****
--- 3874,3886 ----
<property name="yalign">0</property>
<property name="ypad">2</property>
<property name="label" translatable="yes"><b>Startup</b></property>
<property name="use_markup">True</property>
</widget>
+ <packing>
+ <property name="position">0</property>
+ </packing>
</child>
<child>
<widget class="GtkHBox" id="hbox7">
<property name="visible">True</property>
<child>
*** 3716,3725 ****
--- 3892,3902 ----
</child>
</widget>
<packing>
<property name="expand">False</property>
<property name="fill">False</property>
+ <property name="position">0</property>
</packing>
</child>
<child>
<widget class="GtkVBox" id="vbox23">
<property name="visible">True</property>
*** 3727,3751 ****
<child>
<widget class="GtkHBox" id="hbox30">
<property name="visible">True</property>
<child>
<widget class="GtkCheckButton" id="startpage_checkbutton">
<property name="visible">True</property>
<property name="can_focus">True</property>
! <property name="label" translatable="yes">_Show Start Page on startup </property>
<property name="use_underline">True</property>
- <property name="response_id">0</property>
<property name="draw_indicator">True</property>
<signal name="toggled" handler="on_startpage_checkbutton_toggled"/>
</widget>
</child>
<child>
<placeholder/>
</child>
</widget>
<packing>
<property name="padding">4</property>
</packing>
</child>
<child>
<widget class="GtkHBox" id="hbox31">
<property name="visible">True</property>
--- 3904,3932 ----
<child>
<widget class="GtkHBox" id="hbox30">
<property name="visible">True</property>
<child>
<widget class="GtkCheckButton" id="startpage_checkbutton">
+ <property name="label" translatable="yes">_Show Start Page on startup </property>
<property name="visible">True</property>
<property name="can_focus">True</property>
! <property name="receives_default">False</property>
<property name="use_underline">True</property>
<property name="draw_indicator">True</property>
<signal name="toggled" handler="on_startpage_checkbutton_toggled"/>
</widget>
+ <packing>
+ <property name="position">0</property>
+ </packing>
</child>
<child>
<placeholder/>
</child>
</widget>
<packing>
<property name="padding">4</property>
+ <property name="position">0</property>
</packing>
</child>
<child>
<widget class="GtkHBox" id="hbox31">
<property name="visible">True</property>
*** 3787,3826 ****
</packing>
</child>
<child internal-child="action_area">
<widget class="GtkHButtonBox" id="dialog-action_area14">
<property name="visible">True</property>
! <property name="layout_style">GTK_BUTTONBOX_EDGE</property>
<child>
<widget class="GtkButton" id="preferenceshelp">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
- <property name="label" translatable="yes">gtk-help</property>
<property name="use_stock">True</property>
- <property name="response_id">0</property>
<signal name="clicked" handler="on_preferenceshelp_clicked"/>
</widget>
</child>
<child>
<widget class="GtkButton" id="preferencesclose">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
- <property name="label" translatable="yes">gtk-close</property>
<property name="use_stock">True</property>
- <property name="response_id">0</property>
<signal name="clicked" handler="on_preferencesclose_clicked"/>
</widget>
<packing>
<property name="position">1</property>
</packing>
</child>
</widget>
<packing>
<property name="expand">False</property>
! <property name="pack_type">GTK_PACK_END</property>
</packing>
</child>
</widget>
</child>
</widget>
--- 3968,4013 ----
</packing>
</child>
<child internal-child="action_area">
<widget class="GtkHButtonBox" id="dialog-action_area14">
<property name="visible">True</property>
! <property name="layout_style">edge</property>
<child>
<widget class="GtkButton" id="preferenceshelp">
+ <property name="label" translatable="yes">gtk-help</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
<property name="use_stock">True</property>
<signal name="clicked" handler="on_preferenceshelp_clicked"/>
</widget>
+ <packing>
+ <property name="expand">False</property>
+ <property name="fill">False</property>
+ <property name="position">0</property>
+ </packing>
</child>
<child>
<widget class="GtkButton" id="preferencesclose">
+ <property name="label" translatable="yes">gtk-close</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
<property name="use_stock">True</property>
<signal name="clicked" handler="on_preferencesclose_clicked"/>
</widget>
<packing>
+ <property name="expand">False</property>
+ <property name="fill">False</property>
<property name="position">1</property>
</packing>
</child>
</widget>
<packing>
<property name="expand">False</property>
! <property name="pack_type">end</property>
! <property name="position">0</property>
</packing>
</child>
</widget>
</child>
</widget>
*** 3827,3841 ****
<widget class="GtkDialog" id="webinstalldialog">
<property name="width_request">450</property>
<property name="height_request">370</property>
<property name="border_width">5</property>
<property name="title" translatable="yes">Install/Update</property>
! <property name="window_position">GTK_WIN_POS_CENTER_ON_PARENT</property>
! <property name="type_hint">GDK_WINDOW_TYPE_HINT_NORMAL</property>
<property name="has_separator">False</property>
- <signal name="close" handler="on_webinstalldialog_close"/>
<signal name="destroy_event" handler="on_webinstalldialog_close"/>
<signal name="delete_event" handler="on_webinstalldialog_close"/>
<child internal-child="vbox">
<widget class="GtkVBox" id="dialog-vbox16">
<property name="visible">True</property>
<property name="spacing">6</property>
--- 4014,4028 ----
<widget class="GtkDialog" id="webinstalldialog">
<property name="width_request">450</property>
<property name="height_request">370</property>
<property name="border_width">5</property>
<property name="title" translatable="yes">Install/Update</property>
! <property name="window_position">center-on-parent</property>
! <property name="type_hint">normal</property>
<property name="has_separator">False</property>
<signal name="destroy_event" handler="on_webinstalldialog_close"/>
+ <signal name="close" handler="on_webinstalldialog_close"/>
<signal name="delete_event" handler="on_webinstalldialog_close"/>
<child internal-child="vbox">
<widget class="GtkVBox" id="dialog-vbox16">
<property name="visible">True</property>
<property name="spacing">6</property>
*** 3860,3870 ****
<property name="yscale">0</property>
<property name="top_padding">2</property>
<property name="left_padding">4</property>
<property name="right_padding">4</property>
<child>
! <widget class="GtkAlignment" id="alignment2">
<property name="visible">True</property>
<property name="xalign">0</property>
<property name="yalign">0</property>
<property name="xscale">0</property>
<property name="yscale">0</property>
--- 4047,4057 ----
<property name="yscale">0</property>
<property name="top_padding">2</property>
<property name="left_padding">4</property>
<property name="right_padding">4</property>
<child>
! <widget class="GtkAlignment" id="alignment1">
<property name="visible">True</property>
<property name="xalign">0</property>
<property name="yalign">0</property>
<property name="xscale">0</property>
<property name="yscale">0</property>
*** 3872,3890 ****
<widget class="GtkImage" id="image4">
<property name="visible">True</property>
<property name="xalign">0</property>
<property name="yalign">0</property>
<property name="pixbuf">PM_app_48x.png</property>
! <property name="icon_size">10</property>
</widget>
</child>
</widget>
</child>
</widget>
<packing>
<property name="expand">False</property>
<property name="fill">False</property>
</packing>
</child>
<child>
<widget class="GtkVBox" id="vbox29">
<property name="visible">True</property>
--- 4059,4078 ----
<widget class="GtkImage" id="image4">
<property name="visible">True</property>
<property name="xalign">0</property>
<property name="yalign">0</property>
<property name="pixbuf">PM_app_48x.png</property>
! <property name="icon-size">10</property>
</widget>
</child>
</widget>
</child>
</widget>
<packing>
<property name="expand">False</property>
<property name="fill">False</property>
+ <property name="position">0</property>
</packing>
</child>
<child>
<widget class="GtkVBox" id="vbox29">
<property name="visible">True</property>
*** 3907,3922 ****
--- 4095,4112 ----
</child>
</widget>
<packing>
<property name="expand">False</property>
<property name="fill">False</property>
+ <property name="position">0</property>
</packing>
</child>
</widget>
<packing>
<property name="expand">False</property>
<property name="fill">False</property>
+ <property name="position">0</property>
</packing>
</child>
<child>
<widget class="GtkAlignment" id="alignment25">
<property name="visible">True</property>
*** 3957,3974 ****
</child>
</widget>
<packing>
<property name="expand">False</property>
<property name="fill">False</property>
</packing>
</child>
<child>
<widget class="GtkScrolledWindow" id="scrolledwindow4">
<property name="visible">True</property>
<property name="can_focus">True</property>
! <property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
! <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
<child>
<widget class="GtkTextView" id="webinstall_textview">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="editable">False</property>
--- 4147,4165 ----
</child>
</widget>
<packing>
<property name="expand">False</property>
<property name="fill">False</property>
+ <property name="position">0</property>
</packing>
</child>
<child>
<widget class="GtkScrolledWindow" id="scrolledwindow4">
<property name="visible">True</property>
<property name="can_focus">True</property>
! <property name="hscrollbar_policy">automatic</property>
! <property name="vscrollbar_policy">automatic</property>
<child>
<widget class="GtkTextView" id="webinstall_textview">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="editable">False</property>
*** 4013,4054 ****
</packing>
</child>
<child internal-child="action_area">
<widget class="GtkHButtonBox" id="dialog-action_area16">
<property name="visible">True</property>
! <property name="layout_style">GTK_BUTTONBOX_END</property>
<child>
<widget class="GtkButton" id="help_button">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
- <property name="label" translatable="yes">gtk-help</property>
<property name="use_stock">True</property>
- <property name="response_id">-11</property>
<signal name="clicked" handler="on_help_button_clicked"/>
</widget>
</child>
<child>
<widget class="GtkButton" id="cancel_button">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
- <property name="label" translatable="yes">gtk-cancel</property>
<property name="use_stock">True</property>
- <property name="response_id">-2</property>
<signal name="clicked" handler="on_cancel_button_clicked"/>
</widget>
<packing>
<property name="position">1</property>
</packing>
</child>
<child>
<widget class="GtkButton" id="proceed_button">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
- <property name="response_id">-3</property>
<signal name="clicked" handler="on_proceed_button_clicked"/>
<child>
<widget class="GtkHBox" id="hbox38">
<property name="visible">True</property>
<child>
--- 4204,4252 ----
</packing>
</child>
<child internal-child="action_area">
<widget class="GtkHButtonBox" id="dialog-action_area16">
<property name="visible">True</property>
! <property name="layout_style">end</property>
<child>
<widget class="GtkButton" id="help_button">
+ <property name="label" translatable="yes">gtk-help</property>
+ <property name="response_id">-11</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
<property name="use_stock">True</property>
<signal name="clicked" handler="on_help_button_clicked"/>
</widget>
+ <packing>
+ <property name="expand">False</property>
+ <property name="fill">False</property>
+ <property name="position">0</property>
+ </packing>
</child>
<child>
<widget class="GtkButton" id="cancel_button">
+ <property name="label" translatable="yes">gtk-cancel</property>
+ <property name="response_id">-2</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
<property name="use_stock">True</property>
<signal name="clicked" handler="on_cancel_button_clicked"/>
</widget>
<packing>
+ <property name="expand">False</property>
+ <property name="fill">False</property>
<property name="position">1</property>
</packing>
</child>
<child>
<widget class="GtkButton" id="proceed_button">
+ <property name="response_id">-3</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
<signal name="clicked" handler="on_proceed_button_clicked"/>
<child>
<widget class="GtkHBox" id="hbox38">
<property name="visible">True</property>
<child>
*** 4056,4065 ****
--- 4254,4266 ----
<property name="visible">True</property>
<child>
<placeholder/>
</child>
</widget>
+ <packing>
+ <property name="position">0</property>
+ </packing>
</child>
<child>
<widget class="GtkImage" id="image5">
<property name="visible">True</property>
<property name="stock">gtk-ok</property>
*** 4093,4134 ****
</child>
</widget>
</child>
</widget>
<packing>
<property name="position">2</property>
</packing>
</child>
<child>
<widget class="GtkButton" id="close_button">
<property name="can_focus">True</property>
<property name="receives_default">True</property>
<property name="no_show_all">True</property>
- <property name="label" translatable="yes">gtk-close</property>
<property name="use_stock">True</property>
- <property name="response_id">-4</property>
<signal name="clicked" handler="on_cancel_button_clicked"/>
</widget>
<packing>
<property name="position">3</property>
</packing>
</child>
</widget>
<packing>
<property name="expand">False</property>
! <property name="pack_type">GTK_PACK_END</property>
</packing>
</child>
</widget>
</child>
</widget>
<widget class="GtkWindow" id="api_search_error">
<property name="width_request">450</property>
<property name="height_request">300</property>
! <property name="title" translatable="yes">Search Repositories Error</property>
<property name="modal">True</property>
! <property name="window_position">GTK_WIN_POS_CENTER_ON_PARENT</property>
<property name="transient_for">mainwindow</property>
<signal name="delete_event" handler="on_remote_search_error_delete_event"/>
<child>
<widget class="GtkVBox" id="vbox31">
<property name="visible">True</property>
--- 4294,4340 ----
</child>
</widget>
</child>
</widget>
<packing>
+ <property name="expand">False</property>
+ <property name="fill">False</property>
<property name="position">2</property>
</packing>
</child>
<child>
<widget class="GtkButton" id="close_button">
+ <property name="label" translatable="yes">gtk-close</property>
+ <property name="response_id">-4</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
<property name="no_show_all">True</property>
<property name="use_stock">True</property>
<signal name="clicked" handler="on_cancel_button_clicked"/>
</widget>
<packing>
+ <property name="expand">False</property>
+ <property name="fill">False</property>
<property name="position">3</property>
</packing>
</child>
</widget>
<packing>
<property name="expand">False</property>
! <property name="pack_type">end</property>
! <property name="position">0</property>
</packing>
</child>
</widget>
</child>
</widget>
<widget class="GtkWindow" id="api_search_error">
<property name="width_request">450</property>
<property name="height_request">300</property>
! <property name="title" translatable="yes">Search Publisher Errors</property>
<property name="modal">True</property>
! <property name="window_position">center-on-parent</property>
<property name="transient_for">mainwindow</property>
<signal name="delete_event" handler="on_remote_search_error_delete_event"/>
<child>
<widget class="GtkVBox" id="vbox31">
<property name="visible">True</property>
*** 4143,4156 ****
<widget class="GtkImage" id="warningtriangle1">
<property name="visible">True</property>
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
<property name="yalign">1</property>
<property name="stock">gtk-dialog-warning</property>
! <property name="icon_size">5</property>
</widget>
<packing>
<property name="expand">False</property>
</packing>
</child>
<child>
<widget class="GtkAlignment" id="alignment38">
<property name="visible">True</property>
--- 4349,4363 ----
<widget class="GtkImage" id="warningtriangle1">
<property name="visible">True</property>
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
<property name="yalign">1</property>
<property name="stock">gtk-dialog-warning</property>
! <property name="icon-size">5</property>
</widget>
<packing>
<property name="expand">False</property>
+ <property name="position">0</property>
</packing>
</child>
<child>
<widget class="GtkAlignment" id="alignment38">
<property name="visible">True</property>
*** 4159,4169 ****
<widget class="GtkLabel" id="label7">
<property name="visible">True</property>
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
<property name="xalign">0</property>
<property name="yalign">0</property>
! <property name="label" translatable="yes">Search failed on the following repositories:</property>
<property name="use_markup">True</property>
<property name="wrap">True</property>
</widget>
</child>
</widget>
--- 4366,4376 ----
<widget class="GtkLabel" id="label7">
<property name="visible">True</property>
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
<property name="xalign">0</property>
<property name="yalign">0</property>
! <property name="label" translatable="yes">Search errors with the following publishers:</property>
<property name="use_markup">True</property>
<property name="wrap">True</property>
</widget>
</child>
</widget>
*** 4173,4190 ****
</child>
</widget>
<packing>
<property name="expand">False</property>
<property name="padding">5</property>
</packing>
</child>
<child>
<widget class="GtkScrolledWindow" id="scrolledwindow6">
<property name="visible">True</property>
<property name="can_focus">True</property>
! <property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
! <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
<child>
<widget class="GtkTextView" id="api_search_error_text">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="editable">False</property>
--- 4380,4398 ----
</child>
</widget>
<packing>
<property name="expand">False</property>
<property name="padding">5</property>
+ <property name="position">0</property>
</packing>
</child>
<child>
<widget class="GtkScrolledWindow" id="scrolledwindow6">
<property name="visible">True</property>
<property name="can_focus">True</property>
! <property name="hscrollbar_policy">automatic</property>
! <property name="vscrollbar_policy">automatic</property>
<child>
<widget class="GtkTextView" id="api_search_error_text">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="editable">False</property>
*** 4195,4208 ****
<property name="position">1</property>
</packing>
</child>
<child>
<widget class="GtkCheckButton" id="api_search_checkbox">
<property name="visible">True</property>
<property name="can_focus">True</property>
! <property name="label" translatable="yes">Do not notify me about these repositories again.</property>
! <property name="response_id">0</property>
<property name="draw_indicator">True</property>
<signal name="toggled" handler="on_api_search_checkbox_toggled"/>
</widget>
<packing>
<property name="expand">False</property>
--- 4403,4416 ----
<property name="position">1</property>
</packing>
</child>
<child>
<widget class="GtkCheckButton" id="api_search_checkbox">
+ <property name="label" translatable="yes">Do not notify me about these publishers again.</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
! <property name="receives_default">False</property>
<property name="draw_indicator">True</property>
<signal name="toggled" handler="on_api_search_checkbox_toggled"/>
</widget>
<packing>
<property name="expand">False</property>
*** 4210,4230 ****
</packing>
</child>
<child>
<widget class="GtkHButtonBox" id="hbuttonbox1">
<property name="visible">True</property>
! <property name="layout_style">GTK_BUTTONBOX_END</property>
<child>
<widget class="GtkButton" id="api_search_button">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
- <property name="label" translatable="yes">gtk-close</property>
<property name="use_stock">True</property>
- <property name="response_id">0</property>
<signal name="clicked" handler="on_api_search_button_clicked"/>
</widget>
</child>
</widget>
<packing>
<property name="expand">False</property>
<property name="position">3</property>
--- 4418,4442 ----
</packing>
</child>
<child>
<widget class="GtkHButtonBox" id="hbuttonbox1">
<property name="visible">True</property>
! <property name="layout_style">end</property>
<child>
<widget class="GtkButton" id="api_search_button">
+ <property name="label" translatable="yes">gtk-close</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
<property name="use_stock">True</property>
<signal name="clicked" handler="on_api_search_button_clicked"/>
</widget>
+ <packing>
+ <property name="expand">False</property>
+ <property name="fill">False</property>
+ <property name="position">0</property>
+ </packing>
</child>
</widget>
<packing>
<property name="expand">False</property>
<property name="position">3</property>
*** 4233,4244 ****
</widget>
</child>
</widget>
<widget class="GtkDialog" id="ua_completed_dialog">
<property name="border_width">5</property>
! <property name="window_position">GTK_WIN_POS_CENTER_ON_PARENT</property>
! <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
<property name="transient_for">mainwindow</property>
<property name="has_separator">False</property>
<signal name="close" handler="on_ua_dialog_close"/>
<child internal-child="vbox">
<widget class="GtkVBox" id="dialog-vbox3">
--- 4445,4456 ----
</widget>
</child>
</widget>
<widget class="GtkDialog" id="ua_completed_dialog">
<property name="border_width">5</property>
! <property name="window_position">center-on-parent</property>
! <property name="type_hint">dialog</property>
<property name="transient_for">mainwindow</property>
<property name="has_separator">False</property>
<signal name="close" handler="on_ua_dialog_close"/>
<child internal-child="vbox">
<widget class="GtkVBox" id="dialog-vbox3">
*** 4263,4279 ****
<property name="yscale">0</property>
<child>
<widget class="GtkImage" id="image1">
<property name="visible">True</property>
<property name="stock">gtk-dialog-info</property>
! <property name="icon_size">6</property>
</widget>
</child>
</widget>
<packing>
<property name="expand">False</property>
<property name="fill">False</property>
</packing>
</child>
<child>
<widget class="GtkAlignment" id="alignment41">
<property name="visible">True</property>
--- 4475,4492 ----
<property name="yscale">0</property>
<child>
<widget class="GtkImage" id="image1">
<property name="visible">True</property>
<property name="stock">gtk-dialog-info</property>
! <property name="icon-size">6</property>
</widget>
</child>
</widget>
<packing>
<property name="expand">False</property>
<property name="fill">False</property>
+ <property name="position">0</property>
</packing>
</child>
<child>
<widget class="GtkAlignment" id="alignment41">
<property name="visible">True</property>
*** 4294,4303 ****
--- 4507,4517 ----
</child>
</widget>
<packing>
<property name="expand">False</property>
<property name="fill">False</property>
+ <property name="position">0</property>
</packing>
</child>
<child>
<widget class="GtkAlignment" id="alignment44">
<property name="visible">True</property>
*** 4310,4324 ****
<widget class="GtkLinkButton" id="ua_completed_linkbutton">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
<property name="has_tooltip">True</property>
! <property name="relief">GTK_RELIEF_NONE</property>
<property name="focus_on_click">False</property>
<property name="xalign">0</property>
<property name="yalign">0</property>
- <property name="response_id">0</property>
<property name="uri">http://www.opensolaris.org</property>
<signal name="clicked" handler="on_ua_completed_linkbutton_clicked"/>
</widget>
</child>
</widget>
--- 4524,4537 ----
<widget class="GtkLinkButton" id="ua_completed_linkbutton">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
<property name="has_tooltip">True</property>
! <property name="relief">none</property>
<property name="focus_on_click">False</property>
<property name="xalign">0</property>
<property name="yalign">0</property>
<property name="uri">http://www.opensolaris.org</property>
<signal name="clicked" handler="on_ua_completed_linkbutton_clicked"/>
</widget>
</child>
</widget>
*** 4346,4377 ****
<placeholder/>
</child>
<child internal-child="action_area">
<widget class="GtkHButtonBox" id="dialog-action_area3">
<property name="visible">True</property>
! <property name="layout_style">GTK_BUTTONBOX_END</property>
<child>
<placeholder/>
</child>
<child>
<widget class="GtkButton" id="ua_complete_close_button">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
- <property name="label" translatable="yes">gtk-close</property>
<property name="use_stock">True</property>
- <property name="response_id">0</property>
<signal name="clicked" handler="on_ua_complete_close_button_clicked"/>
</widget>
<packing>
<property name="position">1</property>
</packing>
</child>
</widget>
<packing>
<property name="expand">False</property>
! <property name="pack_type">GTK_PACK_END</property>
</packing>
</child>
</widget>
</child>
</widget>
--- 4559,4592 ----
<placeholder/>
</child>
<child internal-child="action_area">
<widget class="GtkHButtonBox" id="dialog-action_area3">
<property name="visible">True</property>
! <property name="layout_style">end</property>
<child>
<placeholder/>
</child>
<child>
<widget class="GtkButton" id="ua_complete_close_button">
+ <property name="label" translatable="yes">gtk-close</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
<property name="use_stock">True</property>
<signal name="clicked" handler="on_ua_complete_close_button_clicked"/>
</widget>
<packing>
+ <property name="expand">False</property>
+ <property name="fill">False</property>
<property name="position">1</property>
</packing>
</child>
</widget>
<packing>
<property name="expand">False</property>
! <property name="pack_type">end</property>
! <property name="position">0</property>
</packing>
</child>
</widget>
</child>
</widget>