Print this page
*** NO COMMENTS ***
@@ -1,15 +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 -->
+<?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">GTK_WIN_POS_CENTER</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,11 +84,11 @@
<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"/>
+ <accelerator key="X" signal="activate" modifiers="GDK_CONTROL_MASK"/>
</widget>
</child>
<child>
<widget class="GtkMenuItem" id="edit_copy">
<property name="visible">True</property>
@@ -96,11 +96,11 @@
<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"/>
+ <accelerator key="C" signal="activate" modifiers="GDK_CONTROL_MASK"/>
</widget>
</child>
<child>
<widget class="GtkMenuItem" id="edit_paste">
<property name="visible">True</property>
@@ -108,11 +108,11 @@
<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"/>
+ <accelerator key="V" signal="activate" modifiers="GDK_CONTROL_MASK"/>
</widget>
</child>
<child>
<widget class="GtkMenuItem" id="edit_clear">
<property name="visible">True</property>
@@ -136,11 +136,11 @@
<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"/>
+ <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,11 +157,11 @@
<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"/>
+ <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,11 +172,11 @@
<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"/>
+ <accelerator key="F" signal="activate" modifiers="GDK_CONTROL_MASK"/>
</widget>
</child>
<child>
<widget class="GtkSeparatorMenuItem" id="separatormenuitem3">
<property name="visible">True</property>
@@ -208,11 +208,11 @@
<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"/>
+ <accelerator key="Home" signal="activate" modifiers="GDK_MOD1_MASK"/>
</widget>
</child>
</widget>
</child>
</widget>
@@ -284,11 +284,11 @@
<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"/>
+ <accelerator key="F1" signal="activate"/>
</widget>
</child>
<child>
<widget class="GtkSeparatorMenuItem" id="help_separator">
<property name="visible">True</property>
@@ -309,10 +309,11 @@
</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,10 +327,11 @@
<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,10 +343,11 @@
<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,10 +359,11 @@
<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,33 +375,40 @@
<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">GTK_RESIZE_QUEUE</property>
+ <property name="resize_mode">queue</property>
<child>
<widget class="GtkAlignment" id="alignment9">
<property name="visible">True</property>
- <property name="resize_mode">GTK_RESIZE_QUEUE</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,22 +423,22 @@
<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">GTK_RELIEF_NONE</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="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>
@@ -435,16 +446,19 @@
<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>
+ <property name="icon-size">1</property>
</widget>
<packing>
<property name="expand">False</property>
<property name="fill">False</property>
<property name="position">1</property>
@@ -465,11 +479,11 @@
<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>
+ <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,15 +495,14 @@
<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="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>
@@ -505,10 +518,13 @@
</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,28 +552,29 @@
</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">GTK_POLICY_AUTOMATIC</property>
- <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</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>
+ <atkproperty name="AtkObject::accessible-name">Categories</atkproperty>
</accessibility>
</widget>
</child>
</widget>
<packing>
@@ -575,10 +592,11 @@
</child>
</widget>
<packing>
<property name="expand">False</property>
<property name="fill">False</property>
+ <property name="position">0</property>
</packing>
</child>
<child>
<placeholder/>
</child>
@@ -616,10 +634,13 @@
<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,10 +652,11 @@
</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,13 +668,16 @@
<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="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,17 +690,18 @@
</child>
</widget>
<packing>
<property name="expand">False</property>
<property name="padding">12</property>
- <property name="pack_type">GTK_PACK_END</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,22 +716,22 @@
<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>
+ <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>
+ <atkproperty name="AtkObject::accessible-name">Packages</atkproperty>
</accessibility>
</widget>
</child>
</widget>
<packing>
@@ -734,10 +760,11 @@
<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,10 +778,13 @@
<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,10 +805,11 @@
</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,12 +819,12 @@
<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>
+ <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,21 +839,21 @@
<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>
+ <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">GTK_POLICY_AUTOMATIC</property>
- <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</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,22 +870,22 @@
<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>
+ <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">GTK_POLICY_AUTOMATIC</property>
- <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</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,21 +902,21 @@
<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>
+ <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">GTK_POLICY_AUTOMATIC</property>
- <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</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,13 +930,13 @@
<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>
+ <property name="type">tab</property>
</packing>
</child>
</widget>
<packing>
<property name="position">1</property>
@@ -934,11 +965,11 @@
<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>
+ <property name="shadow_type">none</property>
<child>
<placeholder/>
</child>
<child>
<placeholder/>
@@ -947,10 +978,13 @@
</packing>
</child>
</widget>
</child>
</widget>
+ <packing>
+ <property name="position">0</property>
+ </packing>
</child>
</widget>
<packing>
<property name="position">1</property>
</packing>
@@ -985,43 +1019,43 @@
<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="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">GTK_RELIEF_NONE</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="response_id">0</property>
<accessibility>
- <atkproperty name="AtkObject::accessible_name" translatable="yes">Remote search error</atkproperty>
+ <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>
+ <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,11 +1070,11 @@
<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>
+ <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,14 +1082,17 @@
<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>
+ <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,11 +1125,11 @@
<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="ellipsize">end</property>
<property name="max_width_chars">10</property>
</widget>
</child>
</widget>
<packing>
@@ -1122,10 +1159,13 @@
<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,13 +1186,13 @@
<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="window_position">center-on-parent</property>
<property name="icon">PM_app_48x.png</property>
- <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</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,14 +1215,15 @@
<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>
+ <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,10 +1240,11 @@
</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,14 +1251,15 @@
<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>
+ <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,14 +1287,15 @@
<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>
+ <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,10 +1319,11 @@
</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,10 +1335,11 @@
<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,10 +1353,13 @@
<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,12 +1383,12 @@
<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>
+ <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,27 +1421,32 @@
</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>
+ <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="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>
+ <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">GTK_PACK_END</property>
+ <property name="pack_type">end</property>
+ <property name="position">0</property>
</packing>
</child>
</widget>
</child>
</widget>
@@ -1399,13 +1453,13 @@
<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="window_position">center-on-parent</property>
<property name="icon">PM_app_48x.png</property>
- <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</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,15 +1821,16 @@
</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>
+ <property name="layout_style">end</property>
</widget>
<packing>
<property name="expand">False</property>
- <property name="pack_type">GTK_PACK_END</property>
+ <property name="pack_type">end</property>
+ <property name="position">0</property>
</packing>
</child>
</widget>
</child>
</widget>
@@ -1784,13 +1839,13 @@
<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="window_position">center-on-parent</property>
<property name="icon">PM_app_48x.png</property>
- <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</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,10 +1866,11 @@
<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,27 +1888,32 @@
</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>
+ <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="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>
+ <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">GTK_PACK_END</property>
+ <property name="pack_type">end</property>
+ <property name="position">0</property>
</packing>
</child>
</widget>
</child>
</widget>
@@ -1861,13 +1922,13 @@
<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="window_position">center-on-parent</property>
<property name="icon">PM_app_48x.png</property>
- <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</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,25 +1948,26 @@
<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">GTK_POLICY_AUTOMATIC</property>
- <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</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>
+ <atkproperty name="AtkObject::accessible-name">Bes</atkproperty>
</accessibility>
</widget>
</child>
</widget>
<packing>
@@ -1921,10 +1983,11 @@
<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,54 +2017,66 @@
</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>
+ <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="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>
+ <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="label" translatable="yes">gtk-cancel</property>
+ <property name="receives_default">False</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="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="label" translatable="yes">gtk-ok</property>
+ <property name="receives_default">False</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="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">GTK_PACK_END</property>
+ <property name="pack_type">end</property>
+ <property name="position">0</property>
</packing>
</child>
</widget>
</child>
</widget>
@@ -2009,13 +2084,13 @@
<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="window_position">center-on-parent</property>
<property name="icon">PM_app_48x.png</property>
- <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</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,10 +2125,13 @@
<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,19 +2165,20 @@
<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>
+ <atkproperty name="AtkObject::accessible-name">repositoryname</atkproperty>
</accessibility>
<signal name="changed" handler="on_repositoryname_changed"/>
</widget>
<packing>
<property name="expand">False</property>
@@ -2128,19 +2207,20 @@
<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>
+ <atkproperty name="AtkObject::accessible-name">repositoryurl</atkproperty>
</accessibility>
<signal name="changed" handler="on_repositoryurl_changed"/>
</widget>
<packing>
<property name="expand">False</property>
@@ -2151,18 +2231,22 @@
<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="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>
+ <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,10 +2263,11 @@
</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,10 +2280,11 @@
<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,64 +2336,72 @@
<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>
+ <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>
+ <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">GTK_BUTTONBOX_START</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="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>
+ <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="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="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">GTK_PACK_END</property>
+ <property name="pack_type">end</property>
<property name="position">1</property>
</packing>
</child>
</widget>
<packing>
@@ -2322,40 +2416,47 @@
</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>
+ <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="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>
+ <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="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="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">GTK_PACK_END</property>
+ <property name="pack_type">end</property>
+ <property name="position">0</property>
</packing>
</child>
</widget>
</child>
</widget>
@@ -2364,13 +2465,13 @@
<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="window_position">center-on-parent</property>
<property name="icon">PM_app_48x.png</property>
- <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</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,15 +2496,16 @@
<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>
+ <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,19 +2520,20 @@
</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">GTK_POLICY_AUTOMATIC</property>
- <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</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,42 +2553,48 @@
</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>
+ <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="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>
+ <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="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="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">GTK_PACK_END</property>
+ <property name="pack_type">end</property>
+ <property name="position">0</property>
</packing>
</child>
</widget>
</child>
</widget>
@@ -2492,13 +2601,13 @@
<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="window_position">center-on-parent</property>
<property name="icon">PM_app_48x.png</property>
- <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</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,10 +2630,13 @@
<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,28 +2657,32 @@
<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>
+ <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,19 +2696,20 @@
<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>
+ <atkproperty name="AtkObject::accessible-name">repositorymodifyurl</atkproperty>
</accessibility>
<signal name="changed" handler="on_repositorymodifyurl_changed"/>
</widget>
<packing>
<property name="expand">False</property>
@@ -2618,10 +2735,11 @@
<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,10 +2755,13 @@
<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,10 +2783,11 @@
</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,18 +2794,17 @@
<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="label" translatable="yes">_Instructions</property>
- <property name="relief">GTK_RELIEF_NONE</property>
+ <property name="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>
@@ -2721,10 +2842,11 @@
</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,10 +2865,11 @@
<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,10 +2886,11 @@
</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,21 +2898,24 @@
<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>
+ <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>
+ <atkproperty name="AtkObject::accessible-name">modcertentry</atkproperty>
</accessibility>
<signal name="changed" handler="on_modcertentry_changed"/>
</widget>
<packing>
<property name="position">1</property>
@@ -2804,31 +2931,30 @@
<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="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>
+ <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="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>
@@ -2884,10 +3010,11 @@
</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,26 +3040,29 @@
<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>
+ <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">GTK_POLICY_AUTOMATIC</property>
- <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</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,31 +3083,30 @@
<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="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>
+ <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="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>
@@ -3021,40 +3150,45 @@
</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>
+ <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="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>
+ <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="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="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">GTK_PACK_END</property>
+ <property name="pack_type">end</property>
<property name="position">1</property>
</packing>
</child>
</widget>
</child>
@@ -3062,13 +3196,13 @@
<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="window_position">center-on-parent</property>
<property name="icon">PM_app_48x.png</property>
- <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</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,10 +3227,11 @@
<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,18 +3246,19 @@
<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>
+ <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,10 +3281,11 @@
<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,42 +3312,49 @@
</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>
+ <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="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>
+ <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="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="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>
- <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>
@@ -3218,10 +3362,13 @@
<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,17 +3402,20 @@
</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">GTK_PACK_END</property>
+ <property name="pack_type">end</property>
+ <property name="position">0</property>
</packing>
</child>
</widget>
</child>
</widget>
@@ -3274,13 +3424,13 @@
<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="window_position">center-on-parent</property>
<property name="icon">PM_app_48x.png</property>
- <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</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,14 +3459,15 @@
<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>
+ <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,10 +3490,11 @@
</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,12 +3501,12 @@
<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>
+ <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,10 +3514,13 @@
<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,30 +3536,33 @@
</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>
+ <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="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>
+ <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>
- <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>
@@ -3412,10 +3570,13 @@
<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,29 +3610,32 @@
</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">GTK_PACK_END</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">GTK_WIN_POS_CENTER_ON_PARENT</property>
+ <property name="window_position">center-on-parent</property>
<property name="icon">PM_app_48x.png</property>
- <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</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,10 +3654,13 @@
<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,19 +3688,20 @@
<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>
+ <atkproperty name="AtkObject::accessible-name">keyentry</atkproperty>
</accessibility>
<signal name="changed" handler="on_keyentry_changed"/>
</widget>
<packing>
<property name="expand">False</property>
@@ -3541,18 +3709,17 @@
<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="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>
+ <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,19 +3748,20 @@
<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>
+ <atkproperty name="AtkObject::accessible-name">certentry</atkproperty>
</accessibility>
<signal name="changed" handler="on_certentry_changed"/>
</widget>
<packing>
<property name="expand">False</property>
@@ -3601,18 +3769,17 @@
<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="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>
+ <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,40 +3800,46 @@
</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>
+ <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="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>
+ <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="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="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">GTK_PACK_END</property>
+ <property name="pack_type">end</property>
+ <property name="position">0</property>
</packing>
</child>
</widget>
</child>
</widget>
@@ -3673,13 +3846,13 @@
<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="window_position">center-on-parent</property>
<property name="icon">PM_app_48x.png</property>
- <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</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,10 +3874,13 @@
<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,10 +3892,11 @@
</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,25 +3904,29 @@
<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="label" translatable="yes">_Show Start Page on startup </property>
+ <property name="receives_default">False</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>
+ <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,40 +3968,46 @@
</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>
+ <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="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>
+ <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="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="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">GTK_PACK_END</property>
+ <property name="pack_type">end</property>
+ <property name="position">0</property>
</packing>
</child>
</widget>
</child>
</widget>
@@ -3827,15 +4014,15 @@
<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="window_position">center-on-parent</property>
+ <property name="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="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,11 +4047,11 @@
<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">
+ <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,19 +4059,20 @@
<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>
+ <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,16 +4095,18 @@
</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,18 +4147,19 @@
</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">GTK_POLICY_AUTOMATIC</property>
- <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</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,42 +4204,49 @@
</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>
+ <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="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>
+ <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="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="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>
- <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>
@@ -4056,10 +4254,13 @@
<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,42 +4294,47 @@
</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="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="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">GTK_PACK_END</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 Repositories Error</property>
+ <property name="title" translatable="yes">Search Publisher Errors</property>
<property name="modal">True</property>
- <property name="window_position">GTK_WIN_POS_CENTER_ON_PARENT</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,14 +4349,15 @@
<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>
+ <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,11 +4366,11 @@
<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="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,18 +4380,19 @@
</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">GTK_POLICY_AUTOMATIC</property>
- <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</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,14 +4403,14 @@
<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="label" translatable="yes">Do not notify me about these repositories again.</property>
- <property name="response_id">0</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,21 +4418,25 @@
</packing>
</child>
<child>
<widget class="GtkHButtonBox" id="hbuttonbox1">
<property name="visible">True</property>
- <property name="layout_style">GTK_BUTTONBOX_END</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="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>
+ <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,12 +4445,12 @@
</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="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,17 +4475,18 @@
<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>
+ <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,10 +4507,11 @@
</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,15 +4524,14 @@
<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="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>
@@ -4346,32 +4559,34 @@
<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>
+ <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="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="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">GTK_PACK_END</property>
+ <property name="pack_type">end</property>
+ <property name="position">0</property>
</packing>
</child>
</widget>
</child>
</widget>