1 <?xml version="1.0"?>
   2 <glade-interface>
   3   <!-- interface-requires gtk+ 2.16 -->
   4   <!-- interface-naming-policy toplevel-contextual -->
   5   <widget class="GtkWindow" id="mainwindow">
   6     <property name="width_request">750</property>
   7     <property name="height_request">500</property>
   8     <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
   9     <property name="title" translatable="yes">Package Manager</property>
  10     <property name="window_position">center</property>
  11     <property name="default_width">800</property>
  12     <property name="default_height">615</property>
  13     <property name="icon">PM_app_48x.png</property>
  14     <signal name="delete_event" handler="on_mainwindow_delete_event"/>
  15     <child>
  16       <widget class="GtkVBox" id="vbox1">
  17         <property name="visible">True</property>
  18         <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
  19         <child>
  20           <widget class="GtkMenuBar" id="menubar1">
  21             <property name="visible">True</property>
  22             <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
  23             <child>
  24               <widget class="GtkMenuItem" id="file">
  25                 <property name="visible">True</property>
  26                 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
  27                 <property name="label" translatable="yes">_File</property>
  28                 <property name="use_underline">True</property>
  29                 <child>
  30                   <widget class="GtkMenu" id="menu1">
  31                     <property name="visible">True</property>
  32                     <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
  33                     <child>
  34                       <widget class="GtkMenuItem" id="settings_edit_repositories">
  35                         <property name="visible">True</property>
  36                         <property name="tooltip" translatable="yes">Manage Repositories</property>
  37                         <property name="label" translatable="yes">_Manage Repositories...</property>
  38                         <property name="use_underline">True</property>
  39                         <signal name="activate" handler="on_settings_edit_repositories_activate"/>
  40                       </widget>
  41                     </child>
  42                     <child>
  43                       <widget class="GtkMenuItem" id="file_be">
  44                         <property name="visible">True</property>
  45                         <property name="tooltip" translatable="yes">Manage Boot Environments</property>
  46                         <property name="label" translatable="yes">Manage _Boot Environments...</property>
  47                         <property name="use_underline">True</property>
  48                         <signal name="activate" handler="on_file_be_activate"/>
  49                       </widget>
  50                     </child>
  51                     <child>
  52                       <widget class="GtkSeparatorMenuItem" id="separatormenuitem1">
  53                         <property name="visible">True</property>
  54                       </widget>
  55                     </child>
  56                     <child>
  57                       <widget class="GtkMenuItem" id="file_quit">
  58                         <property name="visible">True</property>
  59                         <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
  60                         <property name="tooltip" translatable="yes">Quit application</property>
  61                         <property name="label" translatable="yes">_Quit</property>
  62                         <property name="use_underline">True</property>
  63                         <signal name="activate" handler="on_file_quit_activate"/>
  64                       </widget>
  65                     </child>
  66                   </widget>
  67                 </child>
  68               </widget>
  69             </child>
  70             <child>
  71               <widget class="GtkMenuItem" id="edit">
  72                 <property name="visible">True</property>
  73                 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
  74                 <property name="label" translatable="yes">_Edit</property>
  75                 <property name="use_underline">True</property>
  76                 <child>
  77                   <widget class="GtkMenu" id="menu2">
  78                     <property name="visible">True</property>
  79                     <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
  80                     <child>
  81                       <widget class="GtkMenuItem" id="edit_cut">
  82                         <property name="visible">True</property>
  83                         <property name="sensitive">False</property>
  84                         <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
  85                         <property name="tooltip" translatable="yes">Cut action</property>
  86                         <property name="label" translatable="yes">Cu_t</property>
  87                         <property name="use_underline">True</property>
  88                         <signal name="activate" handler="on_edit_cut_activate"/>
  89                         <accelerator key="X" signal="activate" modifiers="GDK_CONTROL_MASK"/>
  90                       </widget>
  91                     </child>
  92                     <child>
  93                       <widget class="GtkMenuItem" id="edit_copy">
  94                         <property name="visible">True</property>
  95                         <property name="sensitive">False</property>
  96                         <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
  97                         <property name="tooltip" translatable="yes">Copy</property>
  98                         <property name="label" translatable="yes">_Copy</property>
  99                         <property name="use_underline">True</property>
 100                         <signal name="activate" handler="on_edit_copy_activate"/>
 101                         <accelerator key="C" signal="activate" modifiers="GDK_CONTROL_MASK"/>
 102                       </widget>
 103                     </child>
 104                     <child>
 105                       <widget class="GtkMenuItem" id="edit_paste">
 106                         <property name="visible">True</property>
 107                         <property name="sensitive">False</property>
 108                         <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 109                         <property name="tooltip" translatable="yes">Paste</property>
 110                         <property name="label" translatable="yes">_Paste</property>
 111                         <property name="use_underline">True</property>
 112                         <signal name="activate" handler="on_edit_paste_activate"/>
 113                         <accelerator key="V" signal="activate" modifiers="GDK_CONTROL_MASK"/>
 114                       </widget>
 115                     </child>
 116                     <child>
 117                       <widget class="GtkMenuItem" id="edit_clear">
 118                         <property name="visible">True</property>
 119                         <property name="sensitive">False</property>
 120                         <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 121                         <property name="tooltip" translatable="yes">Clear</property>
 122                         <property name="label" translatable="yes">_Clear</property>
 123                         <property name="use_underline">True</property>
 124                         <signal name="activate" handler="on_edit_clear_activate"/>
 125                       </widget>
 126                     </child>
 127                     <child>
 128                       <widget class="GtkSeparatorMenuItem" id="menuitem2">
 129                         <property name="visible">True</property>
 130                         <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 131                       </widget>
 132                     </child>
 133                     <child>
 134                       <widget class="GtkMenuItem" id="edit_select_all">
 135                         <property name="visible">True</property>
 136                         <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 137                         <property name="tooltip" translatable="yes">Select All Items</property>
 138                         <property name="label" translatable="yes">Select _All</property>
 139                         <property name="use_underline">True</property>
 140                         <signal name="activate" handler="on_edit_select_all_activate"/>
 141                         <accelerator key="A" signal="activate" modifiers="GDK_CONTROL_MASK"/>
 142                       </widget>
 143                     </child>
 144                     <child>
 145                       <widget class="GtkMenuItem" id="edit_select_updates">
 146                         <property name="visible">True</property>
 147                         <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 148                         <property name="tooltip" translatable="yes">Select Updates</property>
 149                         <property name="label" translatable="yes">Select _Updates</property>
 150                         <property name="use_underline">True</property>
 151                         <signal name="activate" handler="on_edit_select_updates_activate"/>
 152                       </widget>
 153                     </child>
 154                     <child>
 155                       <widget class="GtkMenuItem" id="edit_deselect">
 156                         <property name="visible">True</property>
 157                         <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 158                         <property name="tooltip" translatable="yes">Deselect selected packages</property>
 159                         <property name="label" translatable="yes">_Deselect All</property>
 160                         <property name="use_underline">True</property>
 161                         <signal name="activate" handler="on_edit_deselect_activate"/>
 162                         <accelerator key="A" signal="activate" modifiers="GDK_SHIFT_MASK | GDK_CONTROL_MASK"/>
 163                       </widget>
 164                     </child>
 165                     <child>
 166                       <widget class="GtkSeparatorMenuItem" id="separatormenuitem2">
 167                         <property name="visible">True</property>
 168                       </widget>
 169                     </child>
 170                     <child>
 171                       <widget class="GtkMenuItem" id="search">
 172                         <property name="visible">True</property>
 173                         <property name="tooltip" translatable="yes">Search</property>
 174                         <property name="label" translatable="yes">_Search</property>
 175                         <property name="use_underline">True</property>
 176                         <signal name="activate" handler="on_edit_search_activate"/>
 177                         <accelerator key="F" signal="activate" modifiers="GDK_CONTROL_MASK"/>
 178                       </widget>
 179                     </child>
 180                     <child>
 181                       <widget class="GtkSeparatorMenuItem" id="separatormenuitem3">
 182                         <property name="visible">True</property>
 183                       </widget>
 184                     </child>
 185                     <child>
 186                       <widget class="GtkMenuItem" id="edit_preferences">
 187                         <property name="visible">True</property>
 188                         <property name="tooltip" translatable="yes">Package Manager Preferences</property>
 189                         <property name="label" translatable="yes">Pre_ferences</property>
 190                         <property name="use_underline">True</property>
 191                         <signal name="activate" handler="on_edit_preferences_activate"/>
 192                       </widget>
 193                     </child>
 194                   </widget>
 195                 </child>
 196               </widget>
 197             </child>
 198             <child>
 199               <widget class="GtkMenuItem" id="view">
 200                 <property name="visible">True</property>
 201                 <property name="label" translatable="yes">_View</property>
 202                 <property name="use_underline">True</property>
 203                 <child>
 204                   <widget class="GtkMenu" id="menu4">
 205                     <property name="visible">True</property>
 206                     <child>
 207                       <widget class="GtkMenuItem" id="start_page">
 208                         <property name="visible">True</property>
 209                         <property name="tooltip" translatable="yes">Start Page</property>
 210                         <property name="label" translatable="yes">Start _Page</property>
 211                         <property name="use_underline">True</property>
 212                         <signal name="activate" handler="on_help_start_page_activate"/>
 213                         <accelerator key="Home" signal="activate" modifiers="GDK_MOD1_MASK"/>
 214                       </widget>
 215                     </child>
 216                   </widget>
 217                 </child>
 218               </widget>
 219             </child>
 220             <child>
 221               <widget class="GtkMenuItem" id="package">
 222                 <property name="visible">True</property>
 223                 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 224                 <property name="label" translatable="yes">_Package</property>
 225                 <property name="use_underline">True</property>
 226                 <child>
 227                   <widget class="GtkMenu" id="menu6">
 228                     <property name="visible">True</property>
 229                     <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 230                     <child>
 231                       <widget class="GtkMenuItem" id="package_update_all">
 232                         <property name="visible">True</property>
 233                         <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 234                         <property name="tooltip" translatable="yes">Update all packages</property>
 235                         <property name="label" translatable="yes">_Update All</property>
 236                         <property name="use_underline">True</property>
 237                         <signal name="activate" handler="on_package_update_all_activate"/>
 238                       </widget>
 239                     </child>
 240                     <child>
 241                       <widget class="GtkSeparatorMenuItem" id="menuitem3">
 242                         <property name="visible">True</property>
 243                         <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 244                       </widget>
 245                     </child>
 246                     <child>
 247                       <widget class="GtkMenuItem" id="package_install_update">
 248                         <property name="visible">True</property>
 249                         <property name="sensitive">False</property>
 250                         <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 251                         <property name="tooltip" translatable="yes">Install or Update selected packages</property>
 252                         <property name="label" translatable="yes">_Install / Update</property>
 253                         <property name="use_underline">True</property>
 254                         <signal name="activate" handler="on_package_install_update_activate"/>
 255                       </widget>
 256                     </child>
 257                     <child>
 258                       <widget class="GtkMenuItem" id="package_remove">
 259                         <property name="visible">True</property>
 260                         <property name="sensitive">False</property>
 261                         <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 262                         <property name="tooltip" translatable="yes">Remove selected packages</property>
 263                         <property name="label" translatable="yes">_Remove</property>
 264                         <property name="use_underline">True</property>
 265                         <signal name="activate" handler="on_package_remove_activate"/>
 266                       </widget>
 267                     </child>
 268                   </widget>
 269                 </child>
 270               </widget>
 271             </child>
 272             <child>
 273               <widget class="GtkMenuItem" id="help">
 274                 <property name="visible">True</property>
 275                 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 276                 <property name="label" translatable="yes">_Help</property>
 277                 <property name="use_underline">True</property>
 278                 <child>
 279                   <widget class="GtkMenu" id="menu3">
 280                     <property name="visible">True</property>
 281                     <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 282                     <child>
 283                       <widget class="GtkMenuItem" id="online_help">
 284                         <property name="visible">True</property>
 285                         <property name="tooltip" translatable="yes">Help</property>
 286                         <property name="label" translatable="yes">_Contents</property>
 287                         <property name="use_underline">True</property>
 288                         <signal name="activate" handler="on_help_help_activate"/>
 289                         <accelerator key="F1" signal="activate"/>
 290                       </widget>
 291                     </child>
 292                     <child>
 293                       <widget class="GtkSeparatorMenuItem" id="help_separator">
 294                         <property name="visible">True</property>
 295                         <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 296                       </widget>
 297                     </child>
 298                     <child>
 299                       <widget class="GtkMenuItem" id="help_about">
 300                         <property name="visible">True</property>
 301                         <property name="tooltip" translatable="yes">About</property>
 302                         <property name="label" translatable="yes">_About</property>
 303                         <property name="use_underline">True</property>
 304                         <signal name="activate" handler="on_help_about_activate"/>
 305                       </widget>
 306                     </child>
 307                   </widget>
 308                 </child>
 309               </widget>
 310             </child>
 311           </widget>
 312           <packing>
 313             <property name="expand">False</property>
 314             <property name="position">0</property>
 315           </packing>
 316         </child>
 317         <child>
 318           <widget class="GtkToolbar" id="actiontoolbar">
 319             <property name="visible">True</property>
 320             <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 321             <child>
 322               <widget class="GtkToolButton" id="reloadbutton">
 323                 <property name="visible">True</property>
 324                 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 325                 <property name="tooltip" translatable="yes">Click to get list of newest packages.</property>
 326                 <property name="is_important">True</property>
 327                 <property name="label" translatable="yes">Reload</property>
 328                 <property name="icon">reload24x.png</property>
 329                 <signal name="clicked" handler="on_reload_button_clicked"/>
 330               </widget>
 331               <packing>
 332                 <property name="expand">False</property>
 333                 <property name="homogeneous">True</property>
 334               </packing>
 335             </child>
 336             <child>
 337               <widget class="GtkToolButton" id="update_all_button">
 338                 <property name="visible">True</property>
 339                 <property name="sensitive">False</property>
 340                 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 341                 <property name="tooltip" translatable="yes">Click to update all installed packages.</property>
 342                 <property name="is_important">True</property>
 343                 <property name="label" translatable="yes">Update All</property>
 344                 <property name="icon">update_all24x.png</property>
 345                 <signal name="clicked" handler="on_update_all_button_clicked"/>
 346               </widget>
 347               <packing>
 348                 <property name="expand">False</property>
 349                 <property name="homogeneous">True</property>
 350               </packing>
 351             </child>
 352             <child>
 353               <widget class="GtkToolButton" id="install_update_button">
 354                 <property name="visible">True</property>
 355                 <property name="sensitive">False</property>
 356                 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 357                 <property name="tooltip" translatable="yes">Select packages by marking the checkbox and click to Install/Update.</property>
 358                 <property name="is_important">True</property>
 359                 <property name="label" translatable="yes">Install/Update</property>
 360                 <property name="icon">install_update24x.png</property>
 361                 <signal name="clicked" handler="on_install_update_button_clicked"/>
 362               </widget>
 363               <packing>
 364                 <property name="expand">False</property>
 365                 <property name="homogeneous">True</property>
 366               </packing>
 367             </child>
 368             <child>
 369               <widget class="GtkToolButton" id="remove_button">
 370                 <property name="visible">True</property>
 371                 <property name="sensitive">False</property>
 372                 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 373                 <property name="tooltip" translatable="yes">Select packages by marking the checkbox and click to Remove selected.</property>
 374                 <property name="is_important">True</property>
 375                 <property name="label" translatable="yes">Remove</property>
 376                 <property name="icon">remove24x.png</property>
 377                 <signal name="clicked" handler="on_remove_button_clicked"/>
 378               </widget>
 379               <packing>
 380                 <property name="expand">False</property>
 381                 <property name="homogeneous">True</property>
 382               </packing>
 383             </child>
 384             <child>
 385               <widget class="GtkSeparatorToolItem" id="toolbutton2">
 386                 <property name="visible">True</property>
 387                 <property name="draw">False</property>
 388               </widget>
 389               <packing>
 390                 <property name="expand">False</property>
 391               </packing>
 392             </child>
 393             <child>
 394               <widget class="GtkSeparatorToolItem" id="toolbutton3">
 395                 <property name="visible">True</property>
 396                 <property name="draw">False</property>
 397               </widget>
 398               <packing>
 399                 <property name="expand">False</property>
 400               </packing>
 401             </child>
 402             <child>
 403               <widget class="GtkToolItem" id="toolbutton1">
 404                 <property name="visible">True</property>
 405                 <property name="resize_mode">queue</property>
 406                 <child>
 407                   <widget class="GtkAlignment" id="alignment9">
 408                     <property name="visible">True</property>
 409                     <property name="resize_mode">queue</property>
 410                     <property name="xalign">1</property>
 411                     <property name="top_padding">11</property>
 412                     <property name="bottom_padding">11</property>
 413                     <property name="right_padding">14</property>
 414                     <child>
 415                       <widget class="GtkHBox" id="hbox5">
 416                         <property name="visible">True</property>
 417                         <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 418                         <child>
 419                           <widget class="GtkLabel" id="label3">
 420                             <property name="visible">True</property>
 421                             <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 422                             <property name="label" translatable="yes">Se_arch:</property>
 423                             <property name="use_underline">True</property>
 424                             <property name="mnemonic_widget">searchentry</property>
 425                           </widget>
 426                           <packing>
 427                             <property name="padding">6</property>
 428                             <property name="position">0</property>
 429                           </packing>
 430                         </child>
 431                         <child>
 432                           <widget class="GtkButton" id="set_search">
 433                             <property name="visible">True</property>
 434                             <property name="can_focus">True</property>
 435                             <property name="receives_default">True</property>
 436                             <property name="relief">none</property>
 437                             <property name="focus_on_click">False</property>
 438                             <property name="xalign">0</property>
 439                             <property name="yalign">0</property>
 440                             <signal name="button_press_event" handler="on_set_search_button_press_event"/>
 441                             <signal name="clicked" handler="on_set_search_clicked"/>
 442                             <child>
 443                               <widget class="GtkHBox" id="hbox23">
 444                                 <property name="visible">True</property>
 445                                 <child>
 446                                   <widget class="GtkImage" id="search_image">
 447                                     <property name="visible">True</property>
 448                                     <property name="xalign">0</property>
 449                                     <property name="stock">gtk-missing-image</property>
 450                                   </widget>
 451                                   <packing>
 452                                     <property name="position">0</property>
 453                                   </packing>
 454                                 </child>
 455                                 <child>
 456                                   <widget class="GtkImage" id="search_image_arrow">
 457                                     <property name="visible">True</property>
 458                                     <property name="pixbuf">arrow.png</property>
 459                                     <property name="icon-size">1</property>
 460                                   </widget>
 461                                   <packing>
 462                                     <property name="expand">False</property>
 463                                     <property name="fill">False</property>
 464                                     <property name="position">1</property>
 465                                   </packing>
 466                                 </child>
 467                               </widget>
 468                             </child>
 469                           </widget>
 470                           <packing>
 471                             <property name="expand">False</property>
 472                             <property name="fill">False</property>
 473                             <property name="position">1</property>
 474                           </packing>
 475                         </child>
 476                         <child>
 477                           <widget class="GtkEntry" id="searchentry">
 478                             <property name="width_request">177</property>
 479                             <property name="visible">True</property>
 480                             <property name="can_focus">True</property>
 481                             <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 482                             <property name="tooltip" translatable="yes">Type text to search name and description of the package.</property>
 483                             <accessibility>
 484                               <atkproperty name="AtkObject::accessible-name">Search</atkproperty>
 485                             </accessibility>
 486                             <signal name="changed" handler="on_searchentry_changed"/>
 487                             <signal name="focus_out_event" handler="on_searchentry_focus_out_event"/>
 488                             <signal name="focus_in_event" handler="on_searchentry_focus_in_event"/>
 489                             <signal name="activate" handler="on_searchentry_activate"/>
 490                           </widget>
 491                           <packing>
 492                             <property name="position">2</property>
 493                           </packing>
 494                         </child>
 495                         <child>
 496                           <widget class="GtkButton" id="clear_search">
 497                             <property name="visible">True</property>
 498                             <property name="can_focus">True</property>
 499                             <property name="receives_default">True</property>
 500                             <property name="relief">none</property>
 501                             <property name="focus_on_click">False</property>
 502                             <property name="xalign">0</property>
 503                             <property name="yalign">0</property>
 504                             <signal name="clicked" handler="on_clear_search_clicked"/>
 505                             <child>
 506                               <widget class="GtkImage" id="clear_image">
 507                                 <property name="visible">True</property>
 508                                 <property name="stock">gtk-missing-image</property>
 509                               </widget>
 510                             </child>
 511                           </widget>
 512                           <packing>
 513                             <property name="expand">False</property>
 514                             <property name="fill">False</property>
 515                             <property name="position">3</property>
 516                           </packing>
 517                         </child>
 518                       </widget>
 519                     </child>
 520                   </widget>
 521                 </child>
 522               </widget>
 523               <packing>
 524                 <property name="expand">False</property>
 525               </packing>
 526             </child>
 527           </widget>
 528           <packing>
 529             <property name="expand">False</property>
 530             <property name="position">1</property>
 531           </packing>
 532         </child>
 533         <child>
 534           <widget class="GtkHPaned" id="main_hpaned">
 535             <property name="visible">True</property>
 536             <property name="can_focus">True</property>
 537             <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 538             <child>
 539               <widget class="GtkVBox" id="vbox3">
 540                 <property name="visible">True</property>
 541                 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 542                 <child>
 543                   <widget class="GtkAlignment" id="alignment3">
 544                     <property name="visible">True</property>
 545                     <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 546                     <property name="border_width">6</property>
 547                     <child>
 548                       <widget class="GtkComboBox" id="sectionscombobox">
 549                         <property name="visible">True</property>
 550                         <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 551                         <signal name="changed" handler="on_sectionscombobox_changed"/>
 552                       </widget>
 553                     </child>
 554                   </widget>
 555                   <packing>
 556                     <property name="expand">False</property>
 557                     <property name="position">0</property>
 558                   </packing>
 559                 </child>
 560                 <child>
 561                   <widget class="GtkScrolledWindow" id="scrolledwindow1">
 562                     <property name="width_request">200</property>
 563                     <property name="visible">True</property>
 564                     <property name="can_focus">True</property>
 565                     <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 566                     <property name="hscrollbar_policy">automatic</property>
 567                     <property name="vscrollbar_policy">automatic</property>
 568                     <child>
 569                       <widget class="GtkTreeView" id="categoriestreeview">
 570                         <property name="visible">True</property>
 571                         <property name="can_focus">True</property>
 572                         <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 573                         <property name="headers_visible">False</property>
 574                         <accessibility>
 575                           <atkproperty name="AtkObject::accessible-name">Categories</atkproperty>
 576                         </accessibility>
 577                       </widget>
 578                     </child>
 579                   </widget>
 580                   <packing>
 581                     <property name="position">1</property>
 582                   </packing>
 583                 </child>
 584                 <child>
 585                   <widget class="GtkVBox" id="vbox15">
 586                     <property name="visible">True</property>
 587                     <child>
 588                       <widget class="GtkHBox" id="hbox15">
 589                         <property name="visible">True</property>
 590                         <child>
 591                           <placeholder/>
 592                         </child>
 593                       </widget>
 594                       <packing>
 595                         <property name="expand">False</property>
 596                         <property name="fill">False</property>
 597                         <property name="position">0</property>
 598                       </packing>
 599                     </child>
 600                     <child>
 601                       <placeholder/>
 602                     </child>
 603                   </widget>
 604                   <packing>
 605                     <property name="expand">False</property>
 606                     <property name="fill">False</property>
 607                     <property name="position">2</property>
 608                   </packing>
 609                 </child>
 610               </widget>
 611               <packing>
 612                 <property name="resize">False</property>
 613                 <property name="shrink">False</property>
 614               </packing>
 615             </child>
 616             <child>
 617               <widget class="GtkVBox" id="vbox2">
 618                 <property name="visible">True</property>
 619                 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 620                 <child>
 621                   <widget class="GtkHBox" id="hbox2">
 622                     <property name="visible">True</property>
 623                     <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 624                     <property name="border_width">6</property>
 625                     <property name="spacing">50</property>
 626                     <child>
 627                       <widget class="GtkHBox" id="hbox4">
 628                         <property name="visible">True</property>
 629                         <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 630                         <property name="spacing">6</property>
 631                         <child>
 632                           <widget class="GtkLabel" id="label2">
 633                             <property name="visible">True</property>
 634                             <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 635                             <property name="label" translatable="yes">Sho_w:</property>
 636                             <property name="use_underline">True</property>
 637                             <property name="mnemonic_widget">filtercombobox</property>
 638                           </widget>
 639                           <packing>
 640                             <property name="position">0</property>
 641                           </packing>
 642                         </child>
 643                         <child>
 644                           <widget class="GtkComboBox" id="filtercombobox">
 645                             <property name="width_request">150</property>
 646                             <property name="visible">True</property>
 647                             <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 648                             <signal name="changed" handler="on_filtercombobox_changed"/>
 649                           </widget>
 650                           <packing>
 651                             <property name="position">1</property>
 652                           </packing>
 653                         </child>
 654                       </widget>
 655                       <packing>
 656                         <property name="expand">False</property>
 657                         <property name="position">0</property>
 658                       </packing>
 659                     </child>
 660                     <child>
 661                       <widget class="GtkHBox" id="hbox16">
 662                         <property name="visible">True</property>
 663                         <property name="spacing">6</property>
 664                         <child>
 665                           <widget class="GtkLabel" id="label1">
 666                             <property name="visible">True</property>
 667                             <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 668                             <property name="xalign">1</property>
 669                             <property name="yalign">0.60000002384185791</property>
 670                             <property name="label" translatable="yes">&lt;i&gt;_Repository:&lt;/i&gt;</property>
 671                             <property name="use_markup">True</property>
 672                             <property name="use_underline">True</property>
 673                             <property name="justify">right</property>
 674                             <property name="mnemonic_widget">repositorycombobox</property>
 675                           </widget>
 676                           <packing>
 677                             <property name="position">0</property>
 678                           </packing>
 679                         </child>
 680                         <child>
 681                           <widget class="GtkComboBox" id="repositorycombobox">
 682                             <property name="width_request">210</property>
 683                             <property name="visible">True</property>
 684                             <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 685                             <signal name="changed" handler="on_repositorycombobox_changed"/>
 686                           </widget>
 687                           <packing>
 688                             <property name="position">1</property>
 689                           </packing>
 690                         </child>
 691                       </widget>
 692                       <packing>
 693                         <property name="expand">False</property>
 694                         <property name="padding">12</property>
 695                         <property name="pack_type">end</property>
 696                         <property name="position">1</property>
 697                       </packing>
 698                     </child>
 699                   </widget>
 700                   <packing>
 701                     <property name="expand">False</property>
 702                     <property name="position">0</property>
 703                   </packing>
 704                 </child>
 705                 <child>
 706                   <widget class="GtkNotebook" id="main_view_notebook">
 707                     <property name="visible">True</property>
 708                     <property name="can_focus">True</property>
 709                     <property name="show_tabs">False</property>
 710                     <property name="show_border">False</property>
 711                     <child>
 712                       <widget class="GtkVPaned" id="main_vpaned">
 713                         <property name="visible">True</property>
 714                         <property name="can_focus">True</property>
 715                         <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 716                         <child>
 717                           <widget class="GtkScrolledWindow" id="scrolledwindow2">
 718                             <property name="visible">True</property>
 719                             <property name="can_focus">True</property>
 720                             <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 721                             <property name="hscrollbar_policy">automatic</property>
 722                             <property name="vscrollbar_policy">automatic</property>
 723                             <child>
 724                               <widget class="GtkTreeView" id="applicationtreeview">
 725                                 <property name="height_request">270</property>
 726                                 <property name="visible">True</property>
 727                                 <property name="can_focus">True</property>
 728                                 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 729                                 <property name="rules_hint">True</property>
 730                                 <property name="enable_search">False</property>
 731                                 <accessibility>
 732                                   <atkproperty name="AtkObject::accessible-name">Packages</atkproperty>
 733                                 </accessibility>
 734                               </widget>
 735                             </child>
 736                           </widget>
 737                           <packing>
 738                             <property name="resize">True</property>
 739                             <property name="shrink">True</property>
 740                           </packing>
 741                         </child>
 742                         <child>
 743                           <widget class="GtkVBox" id="vbox4">
 744                             <property name="visible">True</property>
 745                             <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 746                             <property name="spacing">10</property>
 747                             <child>
 748                               <widget class="GtkHBox" id="package_hbox">
 749                                 <property name="visible">True</property>
 750                                 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 751                                 <property name="border_width">6</property>
 752                                 <property name="spacing">6</property>
 753                                 <child>
 754                                   <widget class="GtkImage" id="packageimage">
 755                                     <property name="visible">True</property>
 756                                     <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 757                                     <property name="xalign">0</property>
 758                                     <property name="yalign">0</property>
 759                                     <property name="xpad">5</property>
 760                                     <property name="ypad">5</property>
 761                                     <property name="pixbuf">PM_package_36x.png</property>
 762                                   </widget>
 763                                   <packing>
 764                                     <property name="expand">False</property>
 765                                     <property name="position">0</property>
 766                                   </packing>
 767                                 </child>
 768                                 <child>
 769                                   <widget class="GtkVBox" id="vbox6">
 770                                     <property name="visible">True</property>
 771                                     <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 772                                     <child>
 773                                       <widget class="GtkLabel" id="packagenamelabel">
 774                                         <property name="visible">True</property>
 775                                         <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 776                                         <property name="xalign">0</property>
 777                                         <property name="yalign">0</property>
 778                                         <property name="xpad">10</property>
 779                                         <property name="ypad">2</property>
 780                                         <property name="label" translatable="yes">&lt;b&gt;PACKAGE NAME&lt;/b&gt;</property>
 781                                         <property name="use_markup">True</property>
 782                                       </widget>
 783                                       <packing>
 784                                         <property name="position">0</property>
 785                                       </packing>
 786                                     </child>
 787                                     <child>
 788                                       <widget class="GtkLabel" id="shortdescriptionlabel">
 789                                         <property name="visible">True</property>
 790                                         <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 791                                         <property name="xalign">0</property>
 792                                         <property name="yalign">0</property>
 793                                         <property name="xpad">10</property>
 794                                         <property name="label" translatable="yes">Short description</property>
 795                                         <property name="use_markup">True</property>
 796                                       </widget>
 797                                       <packing>
 798                                         <property name="position">1</property>
 799                                       </packing>
 800                                     </child>
 801                                   </widget>
 802                                   <packing>
 803                                     <property name="position">1</property>
 804                                   </packing>
 805                                 </child>
 806                               </widget>
 807                               <packing>
 808                                 <property name="expand">False</property>
 809                                 <property name="fill">False</property>
 810                                 <property name="position">0</property>
 811                               </packing>
 812                             </child>
 813                             <child>
 814                               <widget class="GtkNotebook" id="details_notebook">
 815                                 <property name="visible">True</property>
 816                                 <property name="can_focus">True</property>
 817                                 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 818                                 <signal name="switch_page" handler="on_details_notebook_switch_page"/>
 819                                 <child>
 820                                   <widget class="GtkScrolledWindow" id="scrolledwindow7">
 821                                     <property name="visible">True</property>
 822                                     <property name="can_focus">True</property>
 823                                     <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 824                                     <property name="hscrollbar_policy">automatic</property>
 825                                     <property name="vscrollbar_policy">automatic</property>
 826                                     <child>
 827                                       <widget class="GtkTextView" id="generalinfotextview">
 828                                         <property name="visible">True</property>
 829                                         <property name="can_focus">True</property>
 830                                         <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 831                                         <property name="editable">False</property>
 832                                       </widget>
 833                                     </child>
 834                                   </widget>
 835                                 </child>
 836                                 <child>
 837                                   <widget class="GtkLabel" id="general_info_label">
 838                                     <property name="visible">True</property>
 839                                     <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 840                                     <property name="label" translatable="yes">&lt;b&gt;Package Name&lt;/b&gt;</property>
 841                                     <property name="use_markup">True</property>
 842                                   </widget>
 843                                   <packing>
 844                                     <property name="tab_fill">False</property>
 845                                     <property name="type">tab</property>
 846                                   </packing>
 847                                 </child>
 848                                 <child>
 849                                   <widget class="GtkScrolledWindow" id="scrolledwindow9">
 850                                     <property name="visible">True</property>
 851                                     <property name="can_focus">True</property>
 852                                     <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 853                                     <property name="hscrollbar_policy">automatic</property>
 854                                     <property name="vscrollbar_policy">automatic</property>
 855                                     <child>
 856                                       <widget class="GtkTextView" id="installedfilestextview">
 857                                         <property name="visible">True</property>
 858                                         <property name="can_focus">True</property>
 859                                         <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 860                                         <property name="editable">False</property>
 861                                       </widget>
 862                                     </child>
 863                                   </widget>
 864                                   <packing>
 865                                     <property name="position">1</property>
 866                                   </packing>
 867                                 </child>
 868                                 <child>
 869                                   <widget class="GtkLabel" id="label9">
 870                                     <property name="visible">True</property>
 871                                     <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 872                                     <property name="label" translatable="yes">Files</property>
 873                                   </widget>
 874                                   <packing>
 875                                     <property name="position">1</property>
 876                                     <property name="tab_fill">False</property>
 877                                     <property name="type">tab</property>
 878                                   </packing>
 879                                 </child>
 880                                 <child>
 881                                   <widget class="GtkScrolledWindow" id="scrolledwindow10">
 882                                     <property name="visible">True</property>
 883                                     <property name="can_focus">True</property>
 884                                     <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 885                                     <property name="hscrollbar_policy">automatic</property>
 886                                     <property name="vscrollbar_policy">automatic</property>
 887                                     <child>
 888                                       <widget class="GtkTextView" id="dependenciestextview">
 889                                         <property name="visible">True</property>
 890                                         <property name="can_focus">True</property>
 891                                         <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 892                                         <property name="editable">False</property>
 893                                       </widget>
 894                                     </child>
 895                                   </widget>
 896                                   <packing>
 897                                     <property name="position">2</property>
 898                                   </packing>
 899                                 </child>
 900                                 <child>
 901                                   <widget class="GtkLabel" id="label10">
 902                                     <property name="visible">True</property>
 903                                     <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 904                                     <property name="label" translatable="yes">Dependencies</property>
 905                                   </widget>
 906                                   <packing>
 907                                     <property name="position">2</property>
 908                                     <property name="tab_fill">False</property>
 909                                     <property name="type">tab</property>
 910                                   </packing>
 911                                 </child>
 912                                 <child>
 913                                   <widget class="GtkScrolledWindow" id="scrolledwindow16">
 914                                     <property name="visible">True</property>
 915                                     <property name="can_focus">True</property>
 916                                     <property name="hscrollbar_policy">automatic</property>
 917                                     <property name="vscrollbar_policy">automatic</property>
 918                                     <child>
 919                                       <widget class="GtkTextView" id="licensetextview">
 920                                         <property name="visible">True</property>
 921                                         <property name="can_focus">True</property>
 922                                       </widget>
 923                                     </child>
 924                                   </widget>
 925                                   <packing>
 926                                     <property name="position">3</property>
 927                                   </packing>
 928                                 </child>
 929                                 <child>
 930                                   <widget class="GtkLabel" id="label23">
 931                                     <property name="visible">True</property>
 932                                     <property name="label" translatable="yes">License</property>
 933                                   </widget>
 934                                   <packing>
 935                                     <property name="position">3</property>
 936                                     <property name="tab_fill">False</property>
 937                                     <property name="type">tab</property>
 938                                   </packing>
 939                                 </child>
 940                               </widget>
 941                               <packing>
 942                                 <property name="position">1</property>
 943                               </packing>
 944                             </child>
 945                           </widget>
 946                           <packing>
 947                             <property name="resize">False</property>
 948                             <property name="shrink">True</property>
 949                           </packing>
 950                         </child>
 951                       </widget>
 952                     </child>
 953                     <child>
 954                       <placeholder/>
 955                       <packing>
 956                         <property name="type">tab</property>
 957                       </packing>
 958                     </child>
 959                     <child>
 960                       <widget class="GtkVBox" id="vbox8">
 961                         <property name="visible">True</property>
 962                         <child>
 963                           <widget class="GtkEventBox" id="startpage_eventbox">
 964                             <property name="visible">True</property>
 965                             <child>
 966                               <widget class="GtkFrame" id="startpage_frame">
 967                                 <property name="visible">True</property>
 968                                 <property name="border_width">1</property>
 969                                 <property name="label_xalign">0</property>
 970                                 <property name="shadow_type">none</property>
 971                                 <child>
 972                                   <placeholder/>
 973                                 </child>
 974                                 <child>
 975                                   <placeholder/>
 976                                   <packing>
 977                                     <property name="type">label_item</property>
 978                                   </packing>
 979                                 </child>
 980                               </widget>
 981                             </child>
 982                           </widget>
 983                           <packing>
 984                             <property name="position">0</property>
 985                           </packing>
 986                         </child>
 987                       </widget>
 988                       <packing>
 989                         <property name="position">1</property>
 990                       </packing>
 991                     </child>
 992                     <child>
 993                       <placeholder/>
 994                       <packing>
 995                         <property name="type">tab</property>
 996                       </packing>
 997                     </child>
 998                   </widget>
 999                   <packing>
1000                     <property name="position">1</property>
1001                   </packing>
1002                 </child>
1003               </widget>
1004               <packing>
1005                 <property name="resize">True</property>
1006                 <property name="shrink">True</property>
1007               </packing>
1008             </child>
1009           </widget>
1010           <packing>
1011             <property name="padding">3</property>
1012             <property name="position">2</property>
1013           </packing>
1014         </child>
1015         <child>
1016           <widget class="GtkHBox" id="hbox29">
1017             <property name="visible">True</property>
1018             <property name="spacing">1</property>
1019             <child>
1020               <widget class="GtkAspectFrame" id="infosearch_frame">
1021                 <property name="no_show_all">True</property>
1022                 <property name="label_xalign">0</property>
1023                 <property name="label_yalign">0</property>
1024                 <property name="shadow_type">out</property>
1025                 <property name="xalign">0</property>
1026                 <property name="yalign">0</property>
1027                 <child>
1028                   <widget class="GtkButton" id="infosearch_button">
1029                     <property name="visible">True</property>
1030                     <property name="can_focus">True</property>
1031                     <property name="receives_default">True</property>
1032                     <property name="tooltip" translatable="yes">Search Repositories Error</property>
1033                     <property name="relief">none</property>
1034                     <property name="focus_on_click">False</property>
1035                     <property name="xalign">0</property>
1036                     <property name="yalign">0</property>
1037                     <accessibility>
1038                       <atkproperty name="AtkObject::accessible-name" translatable="yes">Remote search error</atkproperty>
1039                     </accessibility>
1040                     <signal name="clicked" handler="on_infosearch_button_clicked"/>
1041                     <child>
1042                       <widget class="GtkImage" id="infosearch_image">
1043                         <property name="visible">True</property>
1044                         <property name="xalign">0</property>
1045                         <property name="yalign">0</property>
1046                         <property name="stock">gtk-dialog-warning</property>
1047                         <property name="icon-size">1</property>
1048                       </widget>
1049                     </child>
1050                   </widget>
1051                 </child>
1052               </widget>
1053               <packing>
1054                 <property name="expand">False</property>
1055                 <property name="fill">False</property>
1056                 <property name="position">0</property>
1057               </packing>
1058             </child>
1059             <child>
1060               <widget class="GtkStatusbar" id="statusbar">
1061                 <property name="visible">True</property>
1062                 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
1063                 <property name="spacing">2</property>
1064                 <property name="has_resize_grip">False</property>
1065               </widget>
1066               <packing>
1067                 <property name="position">1</property>
1068               </packing>
1069             </child>
1070             <child>
1071               <widget class="GtkFrame" id="frame1">
1072                 <property name="visible">True</property>
1073                 <property name="label_xalign">0</property>
1074                 <property name="label_yalign">0</property>
1075                 <property name="shadow_type">out</property>
1076                 <child>
1077                   <widget class="GtkHBox" id="legend_hbox">
1078                     <property name="visible">True</property>
1079                     <child>
1080                       <widget class="GtkAlignment" id="alignment5">
1081                         <property name="visible">True</property>
1082                         <property name="left_padding">2</property>
1083                         <child>
1084                           <widget class="GtkLabel" id="label8">
1085                             <property name="visible">True</property>
1086                             <property name="label" translatable="yes">Legend:</property>
1087                             <property name="justify">right</property>
1088                           </widget>
1089                         </child>
1090                       </widget>
1091                       <packing>
1092                         <property name="position">0</property>
1093                       </packing>
1094                     </child>
1095                     <child>
1096                       <widget class="GtkImage" id="image2">
1097                         <property name="visible">True</property>
1098                         <property name="pixbuf">legend_installed.png</property>
1099                       </widget>
1100                       <packing>
1101                         <property name="position">1</property>
1102                       </packing>
1103                     </child>
1104                     <child>
1105                       <widget class="GtkLabel" id="label12">
1106                         <property name="visible">True</property>
1107                         <property name="label" translatable="yes">Installed</property>
1108                       </widget>
1109                       <packing>
1110                         <property name="position">2</property>
1111                       </packing>
1112                     </child>
1113                     <child>
1114                       <widget class="GtkImage" id="image7">
1115                         <property name="visible">True</property>
1116                         <property name="pixbuf">legend_newupdate.png</property>
1117                       </widget>
1118                       <packing>
1119                         <property name="position">3</property>
1120                       </packing>
1121                     </child>
1122                     <child>
1123                       <widget class="GtkAlignment" id="alignment6">
1124                         <property name="visible">True</property>
1125                         <property name="right_padding">2</property>
1126                         <child>
1127                           <widget class="GtkLabel" id="label18">
1128                             <property name="visible">True</property>
1129                             <property name="label" translatable="yes">Updates</property>
1130                             <property name="ellipsize">end</property>
1131                             <property name="max_width_chars">10</property>
1132                           </widget>
1133                         </child>
1134                       </widget>
1135                       <packing>
1136                         <property name="position">4</property>
1137                       </packing>
1138                     </child>
1139                   </widget>
1140                 </child>
1141                 <child>
1142                   <placeholder/>
1143                   <packing>
1144                     <property name="type">label_item</property>
1145                   </packing>
1146                 </child>
1147               </widget>
1148               <packing>
1149                 <property name="expand">False</property>
1150                 <property name="fill">False</property>
1151                 <property name="position">2</property>
1152               </packing>
1153             </child>
1154             <child>
1155               <widget class="GtkHBox" id="hbox18">
1156                 <property name="width_request">20</property>
1157                 <property name="height_request">0</property>
1158                 <property name="visible">True</property>
1159                 <child>
1160                   <widget class="GtkStatusbar" id="statusbar1">
1161                     <property name="visible">True</property>
1162                     <property name="spacing">2</property>
1163                   </widget>
1164                   <packing>
1165                     <property name="position">0</property>
1166                   </packing>
1167                 </child>
1168               </widget>
1169               <packing>
1170                 <property name="expand">False</property>
1171                 <property name="fill">False</property>
1172                 <property name="position">3</property>
1173               </packing>
1174             </child>
1175           </widget>
1176           <packing>
1177             <property name="expand">False</property>
1178             <property name="position">3</property>
1179           </packing>
1180         </child>
1181       </widget>
1182     </child>
1183   </widget>
1184   <widget class="GtkDialog" id="createplandialog">
1185     <property name="width_request">450</property>
1186     <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
1187     <property name="border_width">5</property>
1188     <property name="title" translatable="yes">Install/Upgrade Check</property>
1189     <property name="resizable">False</property>
1190     <property name="modal">True</property>
1191     <property name="window_position">center-on-parent</property>
1192     <property name="icon">PM_app_48x.png</property>
1193     <property name="type_hint">dialog</property>
1194     <property name="deletable">False</property>
1195     <property name="transient_for">mainwindow</property>
1196     <property name="has_separator">False</property>
1197     <signal name="delete_event" handler="on_createplandialog_delete_event"/>
1198     <child internal-child="vbox">
1199       <widget class="GtkVBox" id="dialog-vbox4">
1200         <property name="visible">True</property>
1201         <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
1202         <property name="spacing">20</property>
1203         <child>
1204           <widget class="GtkVBox" id="vbox9">
1205             <property name="visible">True</property>
1206             <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
1207             <property name="spacing">10</property>
1208             <child>
1209               <widget class="GtkVBox" id="stages_box">
1210                 <property name="visible">True</property>
1211                 <property name="spacing">3</property>
1212                 <child>
1213                   <widget class="GtkHBox" id="stage1">
1214                     <property name="visible">True</property>
1215                     <property name="spacing">10</property>
1216                     <child>
1217                       <widget class="GtkImage" id="icon_stage1">
1218                         <property name="visible">True</property>
1219                         <property name="stock">gtk-missing-image</property>
1220                         <property name="icon-size">2</property>
1221                       </widget>
1222                       <packing>
1223                         <property name="expand">False</property>
1224                         <property name="position">0</property>
1225                       </packing>
1226                     </child>
1227                     <child>
1228                       <widget class="GtkLabel" id="label_stage1">
1229                         <property name="visible">True</property>
1230                         <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
1231                         <property name="xalign">0</property>
1232                         <property name="yalign">0</property>
1233                         <property name="ypad">2</property>
1234                         <property name="label" translatable="yes">Preparation</property>
1235                         <property name="use_markup">True</property>
1236                         <property name="wrap">True</property>
1237                       </widget>
1238                       <packing>
1239                         <property name="position">1</property>
1240                       </packing>
1241                     </child>
1242                   </widget>
1243                   <packing>
1244                     <property name="expand">False</property>
1245                     <property name="position">0</property>
1246                   </packing>
1247                 </child>
1248                 <child>
1249                   <widget class="GtkHBox" id="stage2">
1250                     <property name="visible">True</property>
1251                     <property name="spacing">10</property>
1252                     <child>
1253                       <widget class="GtkImage" id="icon_stage2">
1254                         <property name="visible">True</property>
1255                         <property name="stock">gtk-missing-image</property>
1256                         <property name="icon-size">2</property>
1257                       </widget>
1258                       <packing>
1259                         <property name="expand">False</property>
1260                         <property name="position">0</property>
1261                       </packing>
1262                     </child>
1263                     <child>
1264                       <widget class="GtkLabel" id="label_stage2">
1265                         <property name="visible">True</property>
1266                         <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
1267                         <property name="xalign">0</property>
1268                         <property name="yalign">0</property>
1269                         <property name="ypad">2</property>
1270                         <property name="label" translatable="yes">Download</property>
1271                         <property name="use_markup">True</property>
1272                         <property name="wrap">True</property>
1273                       </widget>
1274                       <packing>
1275                         <property name="position">1</property>
1276                       </packing>
1277                     </child>
1278                   </widget>
1279                   <packing>
1280                     <property name="expand">False</property>
1281                     <property name="position">1</property>
1282                   </packing>
1283                 </child>
1284                 <child>
1285                   <widget class="GtkHBox" id="stage3">
1286                     <property name="visible">True</property>
1287                     <property name="spacing">10</property>
1288                     <child>
1289                       <widget class="GtkImage" id="icon_stage3">
1290                         <property name="visible">True</property>
1291                         <property name="stock">gtk-missing-image</property>
1292                         <property name="icon-size">2</property>
1293                       </widget>
1294                       <packing>
1295                         <property name="expand">False</property>
1296                         <property name="position">0</property>
1297                       </packing>
1298                     </child>
1299                     <child>
1300                       <widget class="GtkLabel" id="label_stage3">
1301                         <property name="visible">True</property>
1302                         <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
1303                         <property name="xalign">0</property>
1304                         <property name="yalign">0</property>
1305                         <property name="ypad">2</property>
1306                         <property name="label" translatable="yes">Install</property>
1307                         <property name="use_markup">True</property>
1308                         <property name="wrap">True</property>
1309                       </widget>
1310                       <packing>
1311                         <property name="position">1</property>
1312                       </packing>
1313                     </child>
1314                   </widget>
1315                   <packing>
1316                     <property name="expand">False</property>
1317                     <property name="position">2</property>
1318                   </packing>
1319                 </child>
1320               </widget>
1321               <packing>
1322                 <property name="expand">False</property>
1323                 <property name="padding">5</property>
1324                 <property name="position">0</property>
1325               </packing>
1326             </child>
1327             <child>
1328               <widget class="GtkVBox" id="vbox11">
1329                 <property name="visible">True</property>
1330                 <child>
1331                   <widget class="GtkHBox" id="hbox1">
1332                     <property name="visible">True</property>
1333                     <child>
1334                       <widget class="GtkImage" id="icon_stages">
1335                         <property name="stock">gtk-missing-image</property>
1336                       </widget>
1337                       <packing>
1338                         <property name="expand">False</property>
1339                         <property name="padding">5</property>
1340                         <property name="position">0</property>
1341                       </packing>
1342                     </child>
1343                     <child>
1344                       <widget class="GtkLabel" id="label_stages">
1345                         <property name="visible">True</property>
1346                         <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
1347                         <property name="xalign">0</property>
1348                         <property name="ypad">2</property>
1349                         <property name="label" translatable="yes">Checking package dependencies...</property>
1350                         <property name="use_markup">True</property>
1351                         <property name="wrap">True</property>
1352                       </widget>
1353                       <packing>
1354                         <property name="position">1</property>
1355                       </packing>
1356                     </child>
1357                   </widget>
1358                   <packing>
1359                     <property name="position">0</property>
1360                   </packing>
1361                 </child>
1362                 <child>
1363                   <widget class="GtkProgressBar" id="createplanprogress">
1364                     <property name="visible">True</property>
1365                     <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
1366                   </widget>
1367                   <packing>
1368                     <property name="expand">False</property>
1369                     <property name="position">1</property>
1370                   </packing>
1371                 </child>
1372               </widget>
1373               <packing>
1374                 <property name="expand">False</property>
1375                 <property name="position">1</property>
1376               </packing>
1377             </child>
1378             <child>
1379               <widget class="GtkExpander" id="expander3">
1380                 <property name="visible">True</property>
1381                 <property name="can_focus">True</property>
1382                 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
1383                 <child>
1384                   <widget class="GtkScrolledWindow" id="scrolledwindow5">
1385                     <property name="visible">True</property>
1386                     <property name="can_focus">True</property>
1387                     <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
1388                     <property name="hscrollbar_policy">automatic</property>
1389                     <property name="vscrollbar_policy">automatic</property>
1390                     <child>
1391                       <widget class="GtkTextView" id="createplantextview">
1392                         <property name="height_request">250</property>
1393                         <property name="visible">True</property>
1394                         <property name="can_focus">True</property>
1395                         <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
1396                         <property name="editable">False</property>
1397                       </widget>
1398                     </child>
1399                   </widget>
1400                 </child>
1401                 <child>
1402                   <widget class="GtkLabel" id="label13">
1403                     <property name="visible">True</property>
1404                     <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
1405                     <property name="label" translatable="yes">Details</property>
1406                   </widget>
1407                   <packing>
1408                     <property name="type">label_item</property>
1409                   </packing>
1410                 </child>
1411               </widget>
1412               <packing>
1413                 <property name="expand">False</property>
1414                 <property name="position">2</property>
1415               </packing>
1416             </child>
1417           </widget>
1418           <packing>
1419             <property name="position">1</property>
1420           </packing>
1421         </child>
1422         <child internal-child="action_area">
1423           <widget class="GtkHButtonBox" id="dialog-action_area4">
1424             <property name="visible">True</property>
1425             <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
1426             <property name="layout_style">end</property>
1427             <child>
1428               <widget class="GtkButton" id="cancelcreateplan">
1429                 <property name="label" translatable="yes">gtk-cancel</property>
1430                 <property name="visible">True</property>
1431                 <property name="can_focus">True</property>
1432                 <property name="receives_default">True</property>
1433                 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
1434                 <property name="use_stock">True</property>
1435                 <signal name="clicked" handler="on_cancelcreateplan_clicked"/>
1436               </widget>
1437               <packing>
1438                 <property name="expand">False</property>
1439                 <property name="fill">False</property>
1440                 <property name="position">0</property>
1441               </packing>
1442             </child>
1443           </widget>
1444           <packing>
1445             <property name="expand">False</property>
1446             <property name="pack_type">end</property>
1447             <property name="position">0</property>
1448           </packing>
1449         </child>
1450       </widget>
1451     </child>
1452   </widget>
1453   <widget class="GtkAboutDialog" id="aboutdialog">
1454     <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
1455     <property name="border_width">5</property>
1456     <property name="title" translatable="yes">About Glade</property>
1457     <property name="resizable">False</property>
1458     <property name="window_position">center-on-parent</property>
1459     <property name="icon">PM_app_48x.png</property>
1460     <property name="type_hint">dialog</property>
1461     <property name="program_name">Package Manager</property>
1462     <property name="version">2009.06</property>
1463     <property name="copyright" translatable="yes">Copyright 2009 Sun Microsystems, Inc.  
1464 All rights reserved.
1465 Use is subject to license terms.</property>
1466     <property name="license">COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0
1467 
1468 1. Definitions.
1469 
1470 1.1. Contributor means each individual or entity that creates or
1471 contributes to the creation of Modifications.
1472 
1473 1.2. Contributor Version means the combination of the Original
1474 Software, prior Modifications used by a Contributor (if any),
1475 and the Modifications made by that particular Contributor.
1476 
1477 1.3. Covered Software means (a) the Original Software, or (b)
1478 Modifications, or (c) the combination of files containing
1479 Original Software with files containing Modifications, in each
1480 case including portions thereof.
1481 
1482 1.4. Executable means the Covered Software in any form other
1483 than Source Code.
1484 
1485 1.5. Initial Developer means the individual or entity that first
1486 makes Original Software available under this License.
1487 
1488 1.6. Larger Workmeans a work which combines Covered Software or
1489 portions thereof with code not governed by the terms of this
1490 License.
1491 
1492 1.7. License means this document.
1493 
1494 1.8. Licensable means having the right to grant, to the maximum
1495 extent possible, whether at the time of the initial grant or 
1496 subsequently acquired, any and all of the rights conveyed herein.
1497 
1498 1.9. Modifications means the Source Code and Executable form of
1499 any of the following: A. Any file that results from an addition
1500 to, deletion from or modification of the contents of a file
1501 containing Original Software or previous Modifications; B. Any
1502 new file that contains any part of the Original Software or
1503 previous Modification; or C. Any new file that is contributed or
1504 otherwise made available under the terms of this License.
1505 
1506 1.10. Original Software means the Source Code and Executable
1507 form of computer software code that is originally released under
1508 this License.
1509 
1510 1.11. Patent Claims means any patent claim(s), now owned or
1511 hereafter acquired, including without limitation, method,
1512 process, and apparatus claims, in any patent Licensable by
1513 grantor.
1514 
1515 1.12. Source Code means (a) the common form of computer software
1516 code in which modifications are made and (b) associated
1517 documentation included in or with such code.
1518 
1519 1.13. You (or Your) means an individual or a legal entity
1520 exercising rights under, and complying with all of the terms of,
1521 this License. For legal entities, You includes any entity which
1522 controls, is controlled by, or is under common control with You.
1523 For purposes of this definition, control means (a) the power,
1524 direct or indirect, to cause the direction or management of such
1525 entity, whether by contract or otherwise, or (b) ownership of
1526 more than fifty percent (50%) of the outstanding shares or
1527 beneficial ownership of such entity.
1528 
1529 2. License Grants.
1530 
1531 2.1. The Initial Developer Grant. Conditioned upon Your
1532 compliance with Section 3.1 below and subject to third party
1533 intellectual property claims, the Initial Developer hereby
1534 grants You a world-wide, royalty-free, non-exclusive license:
1535 
1536 (a) under intellectual property rights (other than patent or
1537 trademark) Licensable by Initial Developer, to use, reproduce,
1538 modify, display, perform, sublicense and distribute the Original
1539 Software (or portions thereof), with or without Modifications,
1540 and/or as part of a Larger Work; and
1541 
1542 (b) under Patent Claims infringed by the making, using or
1543 selling of Original Software, to make, have made, use, practice,
1544 sell, and offer for sale, and/or otherwise dispose of the
1545 Original Software (or portions thereof);
1546 
1547 (c) The licenses granted in Sections 2.1(a) and (b) are
1548 effective on the date Initial Developer first distributes or
1549 otherwise makes the Original Software available to a third party
1550 under the terms of this License;
1551 
1552 (d) Notwithstanding Section 2.1(b) above, no patent license is
1553 granted: (1) for code that You delete from the Original
1554 Software, or (2) for infringements caused by: (i) the
1555 modification of the Original Software, or (ii) the combination
1556 of the Original Software with other software or devices.
1557 
1558 2.2. Contributor Grant. Conditioned upon Your compliance with
1559 Section 3.1 below and subject to third party intellectual
1560 property claims, each Contributor hereby grants You a
1561 world-wide, royalty-free, non-exclusive license:
1562 
1563 (a) under intellectual property rights (other than patent or
1564 trademark) Licensable by Contributor to use, reproduce, modify,
1565 display, perform, sublicense and distribute the Modifications
1566 created by such Contributor (or portions thereof), either on an
1567 unmodified basis, with other Modifications, as Covered Software
1568 and/or as part of a Larger Work; and
1569 
1570 (b) under Patent Claims infringed by the making, using, or
1571 selling of Modifications made by that Contributor either alone
1572 and/or in combination with its Contributor Version (or portions
1573 of such combination), to make, use, sell, offer for sale, have
1574 made, and/or otherwise dispose of: (1) Modifications made by
1575 that Contributor (or portions thereof); and (2) the combination
1576 of Modifications made by that Contributor with its Contributor
1577 Version (or portions of such combination).
1578 
1579 (c) The licenses granted in Sections 2.2(a) and 2.2(b)
1580 areeffective on the date Contributor first distributes or
1581 otherwise makes the Modifications available to a third party.
1582 
1583 (d) Notwithstanding Section 2.2(b) above, no patent license is
1584 granted: (1) for any code that Contributor has deleted from the
1585 Contributor Version; (2) for infringements caused by: (i) third
1586 party modifications of Contributor Version, or (ii) the
1587 combination of Modifications made by that Contributor with other
1588 software (except as part of the Contributor Version) or other
1589 devices; or (3) under Patent Claims infringed by Covered
1590 Software in the absence of Modifications made by that
1591 Contributor.
1592 
1593 3. Distribution Obligations.
1594 
1595 3.1. Availability of Source Code. Any Covered Software that You
1596 distribute or otherwise make available in Executable form must
1597 also be made available in Source Code form and that Source Code
1598 form must be distributed only under the terms of this License.
1599 You must include a copy of this License with every copy of the
1600 Source Code form of the Covered Software You distribute or
1601 otherwise make available. You must inform recipients of any such
1602 Covered Software in Executable form as to how they can obtain
1603 such Covered Software in Source Code form in a reasonable manner
1604 on or through a medium customarily used for software exchange.
1605 
1606 3.2. Modifications. The Modifications that You create or to
1607 which You contribute are governed by the terms of this License.
1608 You represent that You believe Your Modifications are Your
1609 original creation(s) and/or You have sufficient rights to grant
1610 the rights conveyed by this License.
1611 
1612 3.3. Required Notices. You must include a notice in each of Your
1613 Modifications that identifies You as the Contributor of the
1614 Modification. You may not remove or alter any copyright, patent
1615 or trademark notices contained within the Covered Software, or
1616 any notices of licensing or any descriptive text giving
1617 attribution to any Contributor or the Initial Developer.
1618 
1619 3.4. Application of Additional Terms. You may not offer or
1620 impose any terms on any Covered Software in Source Code form
1621 that alters or restricts the applicable version of this License
1622 or the recipients rights hereunder. You may choose to offer, and
1623 to charge a fee for, warranty, support, indemnity or liability
1624 obligations to one or more recipients of Covered
1625 Software. However, you may do so only on Your own behalf, and
1626 not on behalf of the Initial Developer or any Contributor. You
1627 must make it absolutely clear that any such warranty, support,
1628 indemnity or liability obligation is offered by You alone, and
1629 You hereby agree to indemnify the Initial Developer and every
1630 Contributor for any liability incurred by the Initial Developer
1631 or such Contributor as a result of warranty, support, indemnity
1632 or liability terms You offer.
1633 
1634 3.5. Distribution of Executable Versions. You may distribute the
1635 Executable form of the Covered Software under the terms of this
1636 License or under the terms of a license of Your choice, which
1637 may contain terms different from this License, provided that You
1638 are in compliance with the terms of this License and that the
1639 license for the Executable form does not attempt to limit or
1640 alter the recipients rights in the Source Code form from the
1641 rights set forth in this License. If You distribute the Covered
1642 Software in Executable form under a different license, You must
1643 make it absolutely clear that any terms which differ from this
1644 License are offered by You alone, not by the Initial Developer
1645 or Contributor. You hereby agree to indemnify the Initial
1646 Developer and every Contributor for any liability incurred by
1647 the Initial Developer or such Contributor as a result of any
1648 such terms You offer.
1649 
1650 3.6. Larger Works. You may create a Larger Work by combining
1651 Covered Software with other code not governed by the terms of
1652 this License and distribute the Larger Work as a single product.
1653 In such a case, You must make sure the requirements of this
1654 License are fulfilled for the Covered Software.
1655 
1656 4. Versions of the License.
1657 
1658 4.1. New Versions. Sun Microsystems, Inc. is the initial license
1659 steward and may publish revised and/or new versions of this
1660 License from time to time. Each version will be given a
1661 distinguishing version number. Except as provided in Section
1662 4.3, no one other than the license steward has the right to
1663 modify this License.
1664 
1665 4.2. Effect of New Versions. You may always continue to use,
1666 distribute or otherwise make the Covered Software available
1667 under the terms of the version of the License under which You
1668 originally received the Covered Software. If the Initial
1669 Developer includes a notice in the Original Software prohibiting
1670 it from being distributed or otherwise made available under any
1671 subsequent version of the License, You must distribute and make
1672 the Covered Software available under the terms of the version of
1673 the License under which You originally received the Covered
1674 Software.  Otherwise, You may also choose to use, distribute or
1675 otherwise make the Covered Software available under the terms of
1676 any subsequent version of the License published by the license
1677 steward.
1678 
1679 4.3. Modified Versions. When You are an Initial Developer and
1680 You want to create a new license for Your Original Software, You
1681 may create and use a modified version of this License if You:
1682 (a) rename the license and remove any references to the name of
1683 the license steward (except to note that the license differs
1684 from this License); and (b) otherwise make it clear that the
1685 license contains terms which differ from this License.
1686 
1687 5. DISCLAIMER OF WARRANTY. COVERED SOFTWARE IS PROVIDED UNDER
1688 THIS LICENSE ON AN AS IS BASIS, WITHOUT WARRANTY OF ANY KIND,
1689 EITHER EXPRESSED OR IMPLIED, INCLUDING, WITHOUT LIMITATION,
1690 WARRANTIES THAT THE COVERED SOFTWARE IS FREE OF DEFECTS,
1691 MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR NON-INFRINGING.
1692 THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE COVERED
1693 SOFTWARE IS WITH YOU. SHOULD ANY COVERED SOFTWARE PROVE
1694 DEFECTIVE IN ANY RESPECT, YOU (NOT THE INITIAL DEVELOPER OR ANY
1695 OTHER CONTRIBUTOR) ASSUME THE COST OF ANY NECESSARY SERVICING,
1696 REPAIR OR CORRECTION. THIS DISCLAIMER OF WARRANTY CONSTITUTES AN
1697 ESSENTIAL PART OF THIS LICENSE. NO USE OF ANY COVERED SOFTWARE
1698 IS AUTHORIZED HEREUNDER EXCEPT UNDER THIS DISCLAIMER.
1699 
1700 6. TERMINATION.
1701 
1702 6.1. This License and the rights granted hereunder will
1703 terminate automatically if You fail to comply with terms herein
1704 and fail to cure such breach within 30 days of becoming aware of
1705 the breach. Provisions which, by their nature, must remain in
1706 effect beyond the termination of this License shall survive.
1707 
1708 6.2. If You assert a patent infringement claim (excluding
1709 declaratory judgment actions) against Initial Developer or a
1710 Contributor (the Initial Developer or Contributor against whom
1711 You assert such claim is referred to as Participant) alleging
1712 that the Participant Software (meaning the Contributor Version
1713 where the Participant is a Contributor or the Original Software
1714 where the Participant is the Initial Developer) directly or
1715 indirectly infringes any patent, then any and all rights granted
1716 directly or indirectly to You by such Participant, the Initial
1717 Developer (if the Initial Developer is not the Participant) and
1718 all Contributors under Sections 2.1 and/or 2.2 of this License
1719 shall, upon 60 days notice from Participant terminate
1720 prospectively and automatically at the expiration of such 60 day
1721 notice period, unless if within such 60 day period You withdraw
1722 Your claim with respect to the Participant Software against such
1723 Participant either unilaterally or pursuant to a written
1724 agreement with Participant.
1725 
1726 6.3. In the event of termination under Sections 6.1 or 6.2
1727 above, all end user licenses that have been validly granted by
1728 You or any distributor hereunder prior to termination (excluding
1729 licenses granted to You by any distributor) shall survive
1730 termination.
1731 
1732 7. LIMITATION OF LIABILITY. UNDER NO CIRCUMSTANCES AND UNDER NO
1733 LEGAL THEORY, WHETHER TORT (INCLUDING NEGLIGENCE), CONTRACT, OR
1734 OTHERWISE, SHALL YOU, THE INITIAL DEVELOPER, ANY OTHER
1735 CONTRIBUTOR, OR ANY DISTRIBUTOR OF COVERED SOFTWARE, OR ANY
1736 SUPPLIER OF ANY OF SUCH PARTIES, BE LIABLE TO ANY PERSON FOR ANY
1737 INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF ANY
1738 CHARACTER INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOST
1739 PROFITS, LOSS OF GOODWILL, WORK STOPPAGE, COMPUTER FAILURE OR
1740 MALFUNCTION, OR ANY AND ALL OTHER COMMERCIAL DAMAGES OR LOSSES,
1741 EVEN IF SUCH PARTY SHALL HAVE BEEN INFORMED OF THE POSSIBILITY
1742 OF SUCH DAMAGES. THIS LIMITATION OF LIABILITY SHALL NOT APPLY TO
1743 LIABILITY FOR DEATH OR PERSONAL INJURY RESULTING FROM SUCH
1744 PARTYS NEGLIGENCE TO THE EXTENT APPLICABLE LAW PROHIBITS SUCH
1745 LIMITATION. SOME JURISDICTIONS DO NOT ALLOW THE EXCLUSION OR
1746 LIMITATION OF INCIDENTAL OR CONSEQUENTIAL DAMAGES, SO THIS
1747 EXCLUSION AND LIMITATION MAY NOT APPLY TO YOU.
1748 
1749 8. U.S. GOVERNMENT END USERS. The Covered Software is a
1750 commercial item, as that term is defined in 48 C.F.R. 2.101
1751 (Oct. 1995), consisting of commercial computer software (as that
1752 term is defined at 48 C.F.R. 252.227-7014(a)(1)) and commercial
1753 computer software documentation as such terms are used in 48
1754 C.F.R. 12.212 (Sept. 1995). Consistent with 48 C.F.R. 12.212 and
1755 48 C.F.R. 227.7202-1 through 227.7202-4 (June 1995), all
1756 U.S. Government End Users acquire Covered Software with only
1757 those rights set forth herein. This U.S. Government Rights
1758 clause is in lieu of, and supersedes, any other FAR, DFAR, or
1759 other clause or provision that addresses Government rights in
1760 computer software under this License.
1761 
1762 9. MISCELLANEOUS. This License represents the complete agreement
1763 concerning subject matter hereof. If any provision of this
1764 License is held to be unenforceable, such provision shall be
1765 reformed only to the extent necessary to make it enforceable.
1766 This License shall be governed by the law of the jurisdiction
1767 specified in a notice contained within the Original Software
1768 (except to the extent applicable law, if any, provides
1769 otherwise), excluding such jurisdictions conflict-of-law
1770 provisions. Any litigation relating to this License shall be
1771 subject to the jurisdiction of the courts located in the
1772 jurisdiction and venue specified in a notice contained within
1773 the Original Software, with the losing party responsible for
1774 costs, including, without limitation, court costs and reasonable
1775 attorneys fees and expenses. The application of the United
1776 Nations Convention on Contracts for the International Sale of
1777 Goods is expressly excluded. Any law or regulation which
1778 provides that the language of a contract shall be construed
1779 against the drafter shall not apply to this License. You agree
1780 that You alone are responsible for compliance with the United
1781 States export administration regulations (and the export control
1782 laws and regulation of any other countries) when You use,
1783 distribute or otherwise make available any Covered Software.
1784 
1785 10. RESPONSIBILITY FOR CLAIMS. As between Initial Developer and
1786 the Contributors, each party is responsible for claims and
1787 damages arising, directly or indirectly, out of its utilization
1788 of rights under this License and You agree to work with Initial
1789 Developer and Contributors to distribute such responsibility on
1790 an equitable basis. Nothing herein is intended or shall be
1791 deemed to constitute any admission of liability.
1792 
1793 ----------------------------------------------------------------
1794 
1795 NOTICE PURSUANT TO SECTION 9 OF THE COMMON DEVELOPMENT AND
1796 DISTRIBUTION LICENSE (CDDL): This code is released under the
1797 CDDL and shall be governed by the laws of the State of
1798 California (excluding conflict-of-law provisions). Any
1799 litigation relating to this License shall be subject to the
1800 jurisdiction of the Federal Courts of the Northern District of
1801 California and the state courts of the State of California, with
1802 venue lying in Santa Clara County, California.
1803 
1804 ----------------------------------------------------------------
1805 
1806 </property>
1807     <property name="authors">Frank Ludolph &lt;Frank.Ludolph@Sun.Com&gt;
1808 Jenya Gestrin &lt;Jenya.Gestrin@Sun.Com&gt;
1809 John Hawk &lt;johnthawk@excite.com&gt;
1810 John Rice &lt;John.Rice@Sun.Com&gt;
1811 Jyothi Srinath &lt;Jyothi.Srinath@Sun.COM&gt;
1812 Michal Pryc &lt;Michal.Pryc@Sun.Com&gt;
1813 Padraig O'Briain &lt;Padraig.Obriain@Sun.Com&gt;</property>
1814     <child internal-child="vbox">
1815       <widget class="GtkVBox" id="dialog-vbox9">
1816         <property name="visible">True</property>
1817         <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
1818         <property name="spacing">2</property>
1819         <child>
1820           <placeholder/>
1821         </child>
1822         <child internal-child="action_area">
1823           <widget class="GtkHButtonBox" id="dialog-action_area9">
1824             <property name="visible">True</property>
1825             <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
1826             <property name="layout_style">end</property>
1827           </widget>
1828           <packing>
1829             <property name="expand">False</property>
1830             <property name="pack_type">end</property>
1831             <property name="position">0</property>
1832           </packing>
1833         </child>
1834       </widget>
1835     </child>
1836   </widget>
1837   <widget class="GtkDialog" id="progressdialog">
1838     <property name="width_request">400</property>
1839     <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
1840     <property name="border_width">5</property>
1841     <property name="title" translatable="yes">Processing</property>
1842     <property name="resizable">False</property>
1843     <property name="modal">True</property>
1844     <property name="window_position">center-on-parent</property>
1845     <property name="icon">PM_app_48x.png</property>
1846     <property name="type_hint">dialog</property>
1847     <property name="deletable">False</property>
1848     <property name="transient_for">mainwindow</property>
1849     <property name="has_separator">False</property>
1850     <child internal-child="vbox">
1851       <widget class="GtkVBox" id="dialog-vbox17">
1852         <property name="visible">True</property>
1853         <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
1854         <property name="spacing">2</property>
1855         <child>
1856           <widget class="GtkVBox" id="vbox14">
1857             <property name="visible">True</property>
1858             <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
1859             <property name="spacing">6</property>
1860             <child>
1861               <widget class="GtkLabel" id="progressinfo">
1862                 <property name="visible">True</property>
1863                 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
1864                 <property name="xalign">0</property>
1865                 <property name="yalign">0</property>
1866                 <property name="label" translatable="yes">Checking for latest SUNWipkg and SUNWipkg-gui, please wait...</property>
1867                 <property name="use_markup">True</property>
1868               </widget>
1869               <packing>
1870                 <property name="expand">False</property>
1871                 <property name="position">0</property>
1872               </packing>
1873             </child>
1874             <child>
1875               <widget class="GtkProgressBar" id="progressbar">
1876                 <property name="visible">True</property>
1877                 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
1878               </widget>
1879               <packing>
1880                 <property name="expand">False</property>
1881                 <property name="position">1</property>
1882               </packing>
1883             </child>
1884           </widget>
1885           <packing>
1886             <property name="position">1</property>
1887           </packing>
1888         </child>
1889         <child internal-child="action_area">
1890           <widget class="GtkHButtonBox" id="dialog-action_area17">
1891             <property name="visible">True</property>
1892             <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
1893             <property name="layout_style">end</property>
1894             <child>
1895               <widget class="GtkButton" id="progresscancel">
1896                 <property name="label" translatable="yes">gtk-cancel</property>
1897                 <property name="visible">True</property>
1898                 <property name="can_focus">True</property>
1899                 <property name="receives_default">True</property>
1900                 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
1901                 <property name="use_stock">True</property>
1902                 <signal name="clicked" handler="on_cancel_progressdialog_clicked"/>
1903               </widget>
1904               <packing>
1905                 <property name="expand">False</property>
1906                 <property name="fill">False</property>
1907                 <property name="position">0</property>
1908               </packing>
1909             </child>
1910           </widget>
1911           <packing>
1912             <property name="expand">False</property>
1913             <property name="pack_type">end</property>
1914             <property name="position">0</property>
1915           </packing>
1916         </child>
1917       </widget>
1918     </child>
1919   </widget>
1920   <widget class="GtkDialog" id="beadmin">
1921     <property name="width_request">600</property>
1922     <property name="height_request">500</property>
1923     <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
1924     <property name="border_width">5</property>
1925     <property name="title" translatable="yes">Manage Boot Environments</property>
1926     <property name="modal">True</property>
1927     <property name="window_position">center-on-parent</property>
1928     <property name="icon">PM_app_48x.png</property>
1929     <property name="type_hint">dialog</property>
1930     <property name="transient_for">mainwindow</property>
1931     <property name="has_separator">False</property>
1932     <signal name="delete_event" handler="on_beadmin_delete_event"/>
1933     <child internal-child="vbox">
1934       <widget class="GtkVBox" id="dialog-vbox18">
1935         <property name="visible">True</property>
1936         <child>
1937           <widget class="GtkVBox" id="vbox10">
1938             <property name="visible">True</property>
1939             <property name="border_width">5</property>
1940             <property name="spacing">8</property>
1941             <child>
1942               <widget class="GtkLabel" id="betitlelabel">
1943                 <property name="visible">True</property>
1944                 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
1945                 <property name="xalign">0</property>
1946                 <property name="yalign">0</property>
1947                 <property name="ypad">2</property>
1948                 <property name="label" translatable="yes">&lt;b&gt;Delete, rename and activate boot environments.&lt;/b&gt;</property>
1949                 <property name="use_markup">True</property>
1950               </widget>
1951               <packing>
1952                 <property name="expand">False</property>
1953                 <property name="position">0</property>
1954               </packing>
1955             </child>
1956             <child>
1957               <widget class="GtkScrolledWindow" id="scrolledwindow11">
1958                 <property name="visible">True</property>
1959                 <property name="can_focus">True</property>
1960                 <property name="hscrollbar_policy">automatic</property>
1961                 <property name="vscrollbar_policy">automatic</property>
1962                 <child>
1963                   <widget class="GtkTreeView" id="betreeview">
1964                     <property name="visible">True</property>
1965                     <property name="can_focus">True</property>
1966                     <property name="enable_search">False</property>
1967                     <accessibility>
1968                       <atkproperty name="AtkObject::accessible-name">Bes</atkproperty>
1969                     </accessibility>
1970                   </widget>
1971                 </child>
1972               </widget>
1973               <packing>
1974                 <property name="position">1</property>
1975               </packing>
1976             </child>
1977             <child>
1978               <widget class="GtkHBox" id="hbox9">
1979                 <property name="visible">True</property>
1980                 <child>
1981                   <widget class="GtkImage" id="activebeimage">
1982                     <property name="visible">True</property>
1983                     <property name="xpad">2</property>
1984                     <property name="stock">gtk-missing-image</property>
1985                   </widget>
1986                   <packing>
1987                     <property name="expand">False</property>
1988                     <property name="position">0</property>
1989                   </packing>
1990                 </child>
1991                 <child>
1992                   <widget class="GtkLabel" id="bedescriptionlabel5">
1993                     <property name="visible">True</property>
1994                     <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
1995                     <property name="xalign">0</property>
1996                     <property name="yalign">0</property>
1997                     <property name="xpad">4</property>
1998                     <property name="ypad">4</property>
1999                     <property name="label" translatable="yes">Currently active boot environment</property>
2000                     <property name="use_markup">True</property>
2001                   </widget>
2002                   <packing>
2003                     <property name="expand">False</property>
2004                     <property name="position">1</property>
2005                   </packing>
2006                 </child>
2007               </widget>
2008               <packing>
2009                 <property name="expand">False</property>
2010                 <property name="padding">2</property>
2011                 <property name="position">2</property>
2012               </packing>
2013             </child>
2014           </widget>
2015           <packing>
2016             <property name="position">1</property>
2017           </packing>
2018         </child>
2019         <child internal-child="action_area">
2020           <widget class="GtkHButtonBox" id="dialog-action_area18">
2021             <property name="visible">True</property>
2022             <property name="layout_style">end</property>
2023             <child>
2024               <widget class="GtkButton" id="help_bebutton">
2025                 <property name="label" translatable="yes">gtk-help</property>
2026                 <property name="response_id">-11</property>
2027                 <property name="visible">True</property>
2028                 <property name="can_focus">True</property>
2029                 <property name="receives_default">True</property>
2030                 <property name="use_stock">True</property>
2031                 <signal name="clicked" handler="on_help_bebutton_clicked"/>
2032               </widget>
2033               <packing>
2034                 <property name="expand">False</property>
2035                 <property name="fill">False</property>
2036                 <property name="position">0</property>
2037               </packing>
2038             </child>
2039             <child>
2040               <widget class="GtkButton" id="cancelbebutton">
2041                 <property name="label" translatable="yes">gtk-cancel</property>
2042                 <property name="response_id">-2</property>
2043                 <property name="visible">True</property>
2044                 <property name="can_focus">True</property>
2045                 <property name="can_default">True</property>
2046                 <property name="receives_default">False</property>
2047                 <property name="use_stock">True</property>
2048                 <signal name="clicked" handler="on_cancel_be_clicked"/>
2049               </widget>
2050               <packing>
2051                 <property name="expand">False</property>
2052                 <property name="fill">False</property>
2053                 <property name="position">1</property>
2054               </packing>
2055             </child>
2056             <child>
2057               <widget class="GtkButton" id="okbebutton">
2058                 <property name="label" translatable="yes">gtk-ok</property>
2059                 <property name="response_id">-3</property>
2060                 <property name="visible">True</property>
2061                 <property name="can_focus">True</property>
2062                 <property name="can_default">True</property>
2063                 <property name="receives_default">False</property>
2064                 <property name="use_stock">True</property>
2065                 <signal name="clicked" handler="on_ok_be_clicked"/>
2066               </widget>
2067               <packing>
2068                 <property name="expand">False</property>
2069                 <property name="fill">False</property>
2070                 <property name="position">2</property>
2071               </packing>
2072             </child>
2073           </widget>
2074           <packing>
2075             <property name="expand">False</property>
2076             <property name="pack_type">end</property>
2077             <property name="position">0</property>
2078           </packing>
2079         </child>
2080       </widget>
2081     </child>
2082   </widget>
2083   <widget class="GtkDialog" id="repository">
2084     <property name="width_request">520</property>
2085     <property name="height_request">400</property>
2086     <property name="border_width">5</property>
2087     <property name="title" translatable="yes">Manage Repositories</property>
2088     <property name="modal">True</property>
2089     <property name="window_position">center-on-parent</property>
2090     <property name="icon">PM_app_48x.png</property>
2091     <property name="type_hint">dialog</property>
2092     <property name="transient_for">mainwindow</property>
2093     <property name="has_separator">False</property>
2094     <signal name="delete_event" handler="on_repository_delete_event"/>
2095     <child internal-child="vbox">
2096       <widget class="GtkVBox" id="dialog-vbox23">
2097         <property name="visible">True</property>
2098         <property name="spacing">5</property>
2099         <child>
2100           <widget class="GtkAlignment" id="alignment32">
2101             <property name="visible">True</property>
2102             <property name="xalign">1</property>
2103             <property name="top_padding">5</property>
2104             <property name="right_padding">4</property>
2105             <child>
2106               <widget class="GtkVBox" id="vbox17">
2107                 <property name="visible">True</property>
2108                 <child>
2109                   <widget class="GtkVBox" id="vbox18">
2110                     <property name="visible">True</property>
2111                     <property name="spacing">5</property>
2112                     <child>
2113                       <widget class="GtkAlignment" id="alignment37">
2114                         <property name="visible">True</property>
2115                         <property name="xalign">1</property>
2116                         <child>
2117                           <widget class="GtkLabel" id="label27">
2118                             <property name="width_request">500</property>
2119                             <property name="visible">True</property>
2120                             <property name="xalign">0</property>
2121                             <property name="yalign">0</property>
2122                             <property name="xpad">10</property>
2123                             <property name="ypad">4</property>
2124                             <property name="label" translatable="yes">&lt;b&gt;Add new repositories and manage existing ones.&lt;/b&gt;</property>
2125                             <property name="use_markup">True</property>
2126                             <property name="wrap">True</property>
2127                           </widget>
2128                         </child>
2129                       </widget>
2130                       <packing>
2131                         <property name="position">0</property>
2132                       </packing>
2133                     </child>
2134                     <child>
2135                       <widget class="GtkLabel" id="label14">
2136                         <property name="width_request">500</property>
2137                         <property name="visible">True</property>
2138                         <property name="xalign">0</property>
2139                         <property name="yalign">0</property>
2140                         <property name="xpad">10</property>
2141                         <property name="ypad">4</property>
2142                         <property name="label" translatable="yes">lf the repository requires a SSL key and certificate, or if it has mirrors, add the new
2143 repository, and then click Modify to add additional information.</property>
2144                         <property name="wrap">True</property>
2145                       </widget>
2146                       <packing>
2147                         <property name="expand">False</property>
2148                         <property name="padding">10</property>
2149                         <property name="position">1</property>
2150                       </packing>
2151                     </child>
2152                     <child>
2153                       <widget class="GtkHBox" id="hbox11">
2154                         <property name="visible">True</property>
2155                         <child>
2156                           <widget class="GtkLabel" id="label28">
2157                             <property name="width_request">80</property>
2158                             <property name="visible">True</property>
2159                             <property name="xalign">0</property>
2160                             <property name="yalign">0</property>
2161                             <property name="xpad">10</property>
2162                             <property name="ypad">4</property>
2163                             <property name="label" translatable="yes">_Name: </property>
2164                             <property name="use_underline">True</property>
2165                             <property name="mnemonic_widget">repositoryname</property>
2166                           </widget>
2167                           <packing>
2168                             <property name="expand">False</property>
2169                             <property name="padding">3</property>
2170                             <property name="position">0</property>
2171                           </packing>
2172                         </child>
2173                         <child>
2174                           <widget class="GtkEntry" id="repositoryname">
2175                             <property name="width_request">320</property>
2176                             <property name="visible">True</property>
2177                             <property name="can_focus">True</property>
2178                             <accessibility>
2179                               <atkproperty name="AtkObject::accessible-name">repositoryname</atkproperty>
2180                             </accessibility>
2181                             <signal name="changed" handler="on_repositoryname_changed"/>
2182                           </widget>
2183                           <packing>
2184                             <property name="expand">False</property>
2185                             <property name="padding">3</property>
2186                             <property name="position">1</property>
2187                           </packing>
2188                         </child>
2189                       </widget>
2190                       <packing>
2191                         <property name="position">2</property>
2192                       </packing>
2193                     </child>
2194                     <child>
2195                       <widget class="GtkHBox" id="hbox12">
2196                         <property name="visible">True</property>
2197                         <child>
2198                           <widget class="GtkLabel" id="label21">
2199                             <property name="width_request">80</property>
2200                             <property name="visible">True</property>
2201                             <property name="xalign">0</property>
2202                             <property name="yalign">0</property>
2203                             <property name="xpad">10</property>
2204                             <property name="ypad">4</property>
2205                             <property name="label" translatable="yes">_URL: </property>
2206                             <property name="use_underline">True</property>
2207                             <property name="mnemonic_widget">repositoryurl</property>
2208                           </widget>
2209                           <packing>
2210                             <property name="expand">False</property>
2211                             <property name="padding">3</property>
2212                             <property name="position">0</property>
2213                           </packing>
2214                         </child>
2215                         <child>
2216                           <widget class="GtkEntry" id="repositoryurl">
2217                             <property name="width_request">320</property>
2218                             <property name="visible">True</property>
2219                             <property name="can_focus">True</property>
2220                             <accessibility>
2221                               <atkproperty name="AtkObject::accessible-name">repositoryurl</atkproperty>
2222                             </accessibility>
2223                             <signal name="changed" handler="on_repositoryurl_changed"/>
2224                           </widget>
2225                           <packing>
2226                             <property name="expand">False</property>
2227                             <property name="padding">3</property>
2228                             <property name="position">1</property>
2229                           </packing>
2230                         </child>
2231                         <child>
2232                           <widget class="GtkVButtonBox" id="vbuttonbox2">
2233                             <property name="visible">True</property>
2234                             <child>
2235                               <widget class="GtkButton" id="repositoryadd">
2236                                 <property name="label" translatable="yes">_Add</property>
2237                                 <property name="visible">True</property>
2238                                 <property name="can_focus">True</property>
2239                                 <property name="receives_default">True</property>
2240                                 <property name="use_underline">True</property>
2241                                 <signal name="clicked" handler="on_repositoryadd_clicked"/>
2242                               </widget>
2243                               <packing>
2244                                 <property name="expand">False</property>
2245                                 <property name="fill">False</property>
2246                                 <property name="position">0</property>
2247                               </packing>
2248                             </child>
2249                           </widget>
2250                           <packing>
2251                             <property name="expand">False</property>
2252                             <property name="padding">4</property>
2253                             <property name="position">2</property>
2254                           </packing>
2255                         </child>
2256                       </widget>
2257                       <packing>
2258                         <property name="position">3</property>
2259                       </packing>
2260                     </child>
2261                     <child>
2262                       <placeholder/>
2263                     </child>
2264                   </widget>
2265                   <packing>
2266                     <property name="expand">False</property>
2267                     <property name="fill">False</property>
2268                     <property name="position">0</property>
2269                   </packing>
2270                 </child>
2271                 <child>
2272                   <widget class="GtkHBox" id="hbox8">
2273                     <property name="height_request">20</property>
2274                     <property name="visible">True</property>
2275                     <child>
2276                       <widget class="GtkAlignment" id="alignment17">
2277                         <property name="width_request">89</property>
2278                         <property name="visible">True</property>
2279                         <child>
2280                           <placeholder/>
2281                         </child>
2282                       </widget>
2283                       <packing>
2284                         <property name="expand">False</property>
2285                         <property name="position">0</property>
2286                       </packing>
2287                     </child>
2288                     <child>
2289                       <widget class="GtkLabel" id="error_label">
2290                         <property name="visible">True</property>
2291                         <property name="xalign">0</property>
2292                         <property name="use_markup">True</property>
2293                       </widget>
2294                       <packing>
2295                         <property name="position">1</property>
2296                       </packing>
2297                     </child>
2298                   </widget>
2299                   <packing>
2300                     <property name="expand">False</property>
2301                     <property name="position">1</property>
2302                   </packing>
2303                 </child>
2304                 <child>
2305                   <widget class="GtkAlignment" id="alignment33">
2306                     <property name="visible">True</property>
2307                     <property name="xalign">0</property>
2308                     <property name="xscale">0</property>
2309                     <property name="right_padding">10</property>
2310                     <child>
2311                       <widget class="GtkLabel" id="label26">
2312                         <property name="width_request">500</property>
2313                         <property name="visible">True</property>
2314                         <property name="xalign">0</property>
2315                         <property name="yalign">0</property>
2316                         <property name="xpad">10</property>
2317                         <property name="ypad">4</property>
2318                         <property name="label" translatable="yes">Select from the list to modify or remove existing repositories.</property>
2319                         <property name="wrap">True</property>
2320                       </widget>
2321                     </child>
2322                   </widget>
2323                   <packing>
2324                     <property name="expand">False</property>
2325                     <property name="fill">False</property>
2326                     <property name="position">2</property>
2327                   </packing>
2328                 </child>
2329                 <child>
2330                   <widget class="GtkHBox" id="hbox13">
2331                     <property name="visible">True</property>
2332                     <child>
2333                       <widget class="GtkAlignment" id="alignment34">
2334                         <property name="visible">True</property>
2335                         <property name="left_padding">6</property>
2336                         <property name="right_padding">7</property>
2337                         <child>
2338                           <widget class="GtkScrolledWindow" id="scrolledwindow15">
2339                             <property name="visible">True</property>
2340                             <property name="can_focus">True</property>
2341                             <property name="hscrollbar_policy">automatic</property>
2342                             <property name="vscrollbar_policy">automatic</property>
2343                             <child>
2344                               <widget class="GtkTreeView" id="repositorytreeview">
2345                                 <property name="visible">True</property>
2346                                 <property name="can_focus">True</property>
2347                                 <accessibility>
2348                                   <atkproperty name="AtkObject::accessible-name">Repositories</atkproperty>
2349                                 </accessibility>
2350                                 <signal name="move_cursor" handler="on_repositorytreeview_move_cursor"/>
2351                                 <signal name="button_release_event" handler="on_repositorytreeview_button_release_event"/>
2352                               </widget>
2353                             </child>
2354                           </widget>
2355                         </child>
2356                       </widget>
2357                       <packing>
2358                         <property name="position">0</property>
2359                       </packing>
2360                     </child>
2361                     <child>
2362                       <placeholder/>
2363                     </child>
2364                     <child>
2365                       <widget class="GtkVButtonBox" id="vbuttonbox1">
2366                         <property name="visible">True</property>
2367                         <property name="spacing">5</property>
2368                         <property name="layout_style">start</property>
2369                         <child>
2370                           <widget class="GtkButton" id="repositorymodify">
2371                             <property name="label" translatable="yes">_Modify...</property>
2372                             <property name="visible">True</property>
2373                             <property name="can_focus">True</property>
2374                             <property name="receives_default">True</property>
2375                             <property name="use_underline">True</property>
2376                             <signal name="clicked" handler="on_repositorymodify_clicked"/>
2377                           </widget>
2378                           <packing>
2379                             <property name="expand">False</property>
2380                             <property name="fill">False</property>
2381                             <property name="position">0</property>
2382                           </packing>
2383                         </child>
2384                         <child>
2385                           <widget class="GtkButton" id="repositoryremove">
2386                             <property name="label" translatable="yes">_Remove</property>
2387                             <property name="visible">True</property>
2388                             <property name="can_focus">True</property>
2389                             <property name="receives_default">True</property>
2390                             <property name="use_underline">True</property>
2391                             <signal name="clicked" handler="on_repositoryremove_clicked"/>
2392                           </widget>
2393                           <packing>
2394                             <property name="expand">False</property>
2395                             <property name="fill">False</property>
2396                             <property name="position">1</property>
2397                           </packing>
2398                         </child>
2399                       </widget>
2400                       <packing>
2401                         <property name="expand">False</property>
2402                         <property name="pack_type">end</property>
2403                         <property name="position">1</property>
2404                       </packing>
2405                     </child>
2406                   </widget>
2407                   <packing>
2408                     <property name="position">3</property>
2409                   </packing>
2410                 </child>
2411               </widget>
2412             </child>
2413           </widget>
2414           <packing>
2415             <property name="position">1</property>
2416           </packing>
2417         </child>
2418         <child internal-child="action_area">
2419           <widget class="GtkHButtonBox" id="dialog-action_area23">
2420             <property name="visible">True</property>
2421             <property name="layout_style">edge</property>
2422             <child>
2423               <widget class="GtkButton" id="repositoryhelp">
2424                 <property name="label" translatable="yes">gtk-help</property>
2425                 <property name="visible">True</property>
2426                 <property name="can_focus">True</property>
2427                 <property name="receives_default">True</property>
2428                 <property name="use_stock">True</property>
2429                 <signal name="clicked" handler="on_repositoryhelp_clicked"/>
2430               </widget>
2431               <packing>
2432                 <property name="expand">False</property>
2433                 <property name="fill">False</property>
2434                 <property name="position">0</property>
2435               </packing>
2436             </child>
2437             <child>
2438               <widget class="GtkButton" id="repositoryclose">
2439                 <property name="label" translatable="yes">gtk-close</property>
2440                 <property name="response_id">-1</property>
2441                 <property name="visible">True</property>
2442                 <property name="can_focus">True</property>
2443                 <property name="receives_default">True</property>
2444                 <property name="use_stock">True</property>
2445                 <signal name="clicked" handler="on_repositoryclose_clicked"/>
2446               </widget>
2447               <packing>
2448                 <property name="expand">False</property>
2449                 <property name="fill">False</property>
2450                 <property name="position">1</property>
2451               </packing>
2452             </child>
2453           </widget>
2454           <packing>
2455             <property name="expand">False</property>
2456             <property name="pack_type">end</property>
2457             <property name="position">0</property>
2458           </packing>
2459         </child>
2460       </widget>
2461     </child>
2462   </widget>
2463   <widget class="GtkDialog" id="beconfirmationdialog">
2464     <property name="width_request">450</property>
2465     <property name="height_request">350</property>
2466     <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
2467     <property name="border_width">5</property>
2468     <property name="title" translatable="yes">Boot Environment Confirmation</property>
2469     <property name="modal">True</property>
2470     <property name="window_position">center-on-parent</property>
2471     <property name="icon">PM_app_48x.png</property>
2472     <property name="type_hint">dialog</property>
2473     <property name="deletable">False</property>
2474     <property name="transient_for">beadmin</property>
2475     <property name="has_separator">False</property>
2476     <signal name="delete_event" handler="on_beconfirmationdialog_delete_event"/>
2477     <child internal-child="vbox">
2478       <widget class="GtkVBox" id="dialog-vbox21">
2479         <property name="visible">True</property>
2480         <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
2481         <property name="spacing">6</property>
2482         <child>
2483           <widget class="GtkAlignment" id="alignment31">
2484             <property name="visible">True</property>
2485             <child>
2486               <widget class="GtkVBox" id="vbox19">
2487                 <property name="visible">True</property>
2488                 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
2489                 <property name="border_width">5</property>
2490                 <property name="spacing">15</property>
2491                 <child>
2492                   <widget class="GtkHBox" id="hbox10">
2493                     <property name="visible">True</property>
2494                     <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
2495                     <property name="spacing">10</property>
2496                     <child>
2497                       <widget class="GtkImage" id="image3">
2498                         <property name="visible">True</property>
2499                         <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
2500                         <property name="stock">gtk-dialog-warning</property>
2501                         <property name="icon-size">5</property>
2502                       </widget>
2503                       <packing>
2504                         <property name="expand">False</property>
2505                         <property name="fill">False</property>
2506                         <property name="position">0</property>
2507                       </packing>
2508                     </child>
2509                     <child>
2510                       <widget class="GtkLabel" id="packagenamelabel4">
2511                         <property name="visible">True</property>
2512                         <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
2513                         <property name="xalign">0</property>
2514                         <property name="label" translatable="yes">&lt;b&gt;Apply the following changes:&lt;/b&gt;</property>
2515                         <property name="use_markup">True</property>
2516                       </widget>
2517                       <packing>
2518                         <property name="expand">False</property>
2519                         <property name="position">1</property>
2520                       </packing>
2521                     </child>
2522                   </widget>
2523                   <packing>
2524                     <property name="expand">False</property>
2525                     <property name="position">0</property>
2526                   </packing>
2527                 </child>
2528                 <child>
2529                   <widget class="GtkScrolledWindow" id="scrolledwindow14">
2530                     <property name="visible">True</property>
2531                     <property name="can_focus">True</property>
2532                     <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
2533                     <property name="hscrollbar_policy">automatic</property>
2534                     <property name="vscrollbar_policy">automatic</property>
2535                     <child>
2536                       <widget class="GtkTextView" id="beconfirmtext">
2537                         <property name="visible">True</property>
2538                         <property name="can_focus">True</property>
2539                         <property name="editable">False</property>
2540                       </widget>
2541                     </child>
2542                   </widget>
2543                   <packing>
2544                     <property name="position">1</property>
2545                   </packing>
2546                 </child>
2547               </widget>
2548             </child>
2549           </widget>
2550           <packing>
2551             <property name="position">1</property>
2552           </packing>
2553         </child>
2554         <child internal-child="action_area">
2555           <widget class="GtkHButtonBox" id="dialog-action_area21">
2556             <property name="visible">True</property>
2557             <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
2558             <property name="layout_style">end</property>
2559             <child>
2560               <widget class="GtkButton" id="cancel_be">
2561                 <property name="label" translatable="yes">gtk-cancel</property>
2562                 <property name="visible">True</property>
2563                 <property name="can_focus">True</property>
2564                 <property name="receives_default">True</property>
2565                 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
2566                 <property name="use_stock">True</property>
2567                 <signal name="clicked" handler="on_cancel_be_conf_clicked"/>
2568               </widget>
2569               <packing>
2570                 <property name="expand">False</property>
2571                 <property name="fill">False</property>
2572                 <property name="position">0</property>
2573               </packing>
2574             </child>
2575             <child>
2576               <widget class="GtkButton" id="ok_be">
2577                 <property name="label" translatable="yes">gtk-ok</property>
2578                 <property name="visible">True</property>
2579                 <property name="can_focus">True</property>
2580                 <property name="receives_default">True</property>
2581                 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
2582                 <property name="use_stock">True</property>
2583                 <signal name="clicked" handler="on_ok_be_conf_clicked"/>
2584               </widget>
2585               <packing>
2586                 <property name="expand">False</property>
2587                 <property name="fill">False</property>
2588                 <property name="position">1</property>
2589               </packing>
2590             </child>
2591           </widget>
2592           <packing>
2593             <property name="expand">False</property>
2594             <property name="pack_type">end</property>
2595             <property name="position">0</property>
2596           </packing>
2597         </child>
2598       </widget>
2599     </child>
2600   </widget>
2601   <widget class="GtkDialog" id="repositorymodif">
2602     <property name="border_width">5</property>
2603     <property name="title" translatable="yes">Modify Repository</property>
2604     <property name="resizable">False</property>
2605     <property name="modal">True</property>
2606     <property name="window_position">center-on-parent</property>
2607     <property name="icon">PM_app_48x.png</property>
2608     <property name="type_hint">dialog</property>
2609     <property name="transient_for">repository</property>
2610     <property name="has_separator">False</property>
2611     <signal name="delete_event" handler="on_repositorymodif_delete_event"/>
2612     <child internal-child="vbox">
2613       <widget class="GtkVBox" id="dialog-vbox24">
2614         <property name="visible">True</property>
2615         <property name="spacing">10</property>
2616         <child>
2617           <widget class="GtkAlignment" id="alignment1">
2618             <property name="visible">True</property>
2619             <property name="top_padding">5</property>
2620             <property name="left_padding">5</property>
2621             <property name="right_padding">5</property>
2622             <child>
2623               <widget class="GtkVBox" id="vbox16">
2624                 <property name="visible">True</property>
2625                 <property name="spacing">5</property>
2626                 <child>
2627                   <widget class="GtkLabel" id="repositorymodifytitlelabel">
2628                     <property name="visible">True</property>
2629                     <property name="xalign">0</property>
2630                     <property name="yalign">0</property>
2631                     <property name="ypad">2</property>
2632                     <property name="label" translatable="yes">&lt;b&gt;Modify Repository URL&lt;/b&gt;</property>
2633                     <property name="use_markup">True</property>
2634                   </widget>
2635                   <packing>
2636                     <property name="position">0</property>
2637                   </packing>
2638                 </child>
2639                 <child>
2640                   <widget class="GtkHBox" id="hbox14">
2641                     <property name="visible">True</property>
2642                     <child>
2643                       <widget class="GtkVBox" id="vbox13">
2644                         <property name="visible">True</property>
2645                         <property name="spacing">3</property>
2646                         <child>
2647                           <widget class="GtkHBox" id="hbox20">
2648                             <property name="visible">True</property>
2649                             <child>
2650                               <widget class="GtkLabel" id="label24">
2651                                 <property name="width_request">80</property>
2652                                 <property name="visible">True</property>
2653                                 <property name="xalign">0</property>
2654                                 <property name="yalign">0</property>
2655                                 <property name="ypad">4</property>
2656                                 <property name="label" translatable="yes">_Name: </property>
2657                                 <property name="use_underline">True</property>
2658                                 <property name="mnemonic_widget">repositorymodifyname</property>
2659                               </widget>
2660                               <packing>
2661                                 <property name="expand">False</property>
2662                                 <property name="position">0</property>
2663                               </packing>
2664                             </child>
2665                             <child>
2666                               <widget class="GtkEntry" id="repositorymodifyname">
2667                                 <property name="width_request">320</property>
2668                                 <property name="visible">True</property>
2669                                 <property name="can_focus">True</property>
2670                                 <accessibility>
2671                                   <atkproperty name="AtkObject::accessible-name">repositorymodifyname</atkproperty>
2672                                 </accessibility>
2673                               </widget>
2674                               <packing>
2675                                 <property name="expand">False</property>
2676                                 <property name="padding">3</property>
2677                                 <property name="position">1</property>
2678                               </packing>
2679                             </child>
2680                           </widget>
2681                           <packing>
2682                             <property name="position">0</property>
2683                           </packing>
2684                         </child>
2685                         <child>
2686                           <widget class="GtkHBox" id="hbox27">
2687                             <property name="visible">True</property>
2688                             <child>
2689                               <widget class="GtkLabel" id="label25">
2690                                 <property name="width_request">80</property>
2691                                 <property name="visible">True</property>
2692                                 <property name="xalign">0</property>
2693                                 <property name="yalign">0</property>
2694                                 <property name="ypad">4</property>
2695                                 <property name="label" translatable="yes">_URL: </property>
2696                                 <property name="use_underline">True</property>
2697                                 <property name="mnemonic_widget">repositorymodifyurl</property>
2698                               </widget>
2699                               <packing>
2700                                 <property name="expand">False</property>
2701                                 <property name="position">0</property>
2702                               </packing>
2703                             </child>
2704                             <child>
2705                               <widget class="GtkEntry" id="repositorymodifyurl">
2706                                 <property name="width_request">320</property>
2707                                 <property name="visible">True</property>
2708                                 <property name="can_focus">True</property>
2709                                 <accessibility>
2710                                   <atkproperty name="AtkObject::accessible-name">repositorymodifyurl</atkproperty>
2711                                 </accessibility>
2712                                 <signal name="changed" handler="on_repositorymodifyurl_changed"/>
2713                               </widget>
2714                               <packing>
2715                                 <property name="expand">False</property>
2716                                 <property name="padding">3</property>
2717                                 <property name="position">1</property>
2718                               </packing>
2719                             </child>
2720                           </widget>
2721                           <packing>
2722                             <property name="position">1</property>
2723                           </packing>
2724                         </child>
2725                         <child>
2726                           <widget class="GtkHBox" id="hbox39">
2727                             <property name="visible">True</property>
2728                             <child>
2729                               <widget class="GtkAlignment" id="alignment30">
2730                                 <property name="width_request">89</property>
2731                                 <property name="visible">True</property>
2732                                 <property name="xalign">0</property>
2733                                 <property name="xscale">0.93000000715255737</property>
2734                                 <child>
2735                                   <placeholder/>
2736                                 </child>
2737                               </widget>
2738                               <packing>
2739                                 <property name="expand">False</property>
2740                                 <property name="position">0</property>
2741                               </packing>
2742                             </child>
2743                             <child>
2744                               <widget class="GtkLabel" id="moderror_label">
2745                                 <property name="visible">True</property>
2746                                 <property name="xalign">0</property>
2747                                 <property name="use_markup">True</property>
2748                               </widget>
2749                               <packing>
2750                                 <property name="position">1</property>
2751                               </packing>
2752                             </child>
2753                           </widget>
2754                           <packing>
2755                             <property name="expand">False</property>
2756                             <property name="position">2</property>
2757                           </packing>
2758                         </child>
2759                       </widget>
2760                       <packing>
2761                         <property name="position">0</property>
2762                       </packing>
2763                     </child>
2764                   </widget>
2765                   <packing>
2766                     <property name="position">1</property>
2767                   </packing>
2768                 </child>
2769                 <child>
2770                   <widget class="GtkHBox" id="hbox36">
2771                     <property name="visible">True</property>
2772                     <property name="no_show_all">True</property>
2773                     <child>
2774                       <widget class="GtkAlignment" id="alignment27">
2775                         <property name="visible">True</property>
2776                         <property name="xalign">0</property>
2777                         <property name="xscale">0</property>
2778                         <property name="top_padding">3</property>
2779                         <child>
2780                           <widget class="GtkLabel" id="repositorymodifyregistrationcommentlabel">
2781                             <property name="visible">True</property>
2782                             <property name="label" translatable="yes">This is a secure repository. Refer to the posted</property>
2783                           </widget>
2784                         </child>
2785                       </widget>
2786                       <packing>
2787                         <property name="expand">False</property>
2788                         <property name="position">0</property>
2789                       </packing>
2790                     </child>
2791                     <child>
2792                       <widget class="GtkAlignment" id="alignment28">
2793                         <property name="visible">True</property>
2794                         <property name="xalign">0</property>
2795                         <property name="xscale">0</property>
2796                         <property name="top_padding">3</property>
2797                         <child>
2798                           <widget class="GtkLinkButton" id="repositorymodifyregistrationlinkbutton">
2799                             <property name="label" translatable="yes">_Instructions</property>
2800                             <property name="visible">True</property>
2801                             <property name="can_focus">True</property>
2802                             <property name="receives_default">True</property>
2803                             <property name="has_tooltip">True</property>
2804                             <property name="relief">none</property>
2805                             <property name="use_underline">True</property>
2806                             <property name="uri">http://glade.gnome.org</property>
2807                             <signal name="clicked" handler="on_repositorymodifyregistrationlinkbutton_clicked"/>
2808                           </widget>
2809                         </child>
2810                       </widget>
2811                       <packing>
2812                         <property name="expand">False</property>
2813                         <property name="fill">False</property>
2814                         <property name="position">1</property>
2815                       </packing>
2816                     </child>
2817                   </widget>
2818                   <packing>
2819                     <property name="position">2</property>
2820                   </packing>
2821                 </child>
2822                 <child>
2823                   <placeholder/>
2824                 </child>
2825                 <child>
2826                   <placeholder/>
2827                 </child>
2828                 <child>
2829                   <widget class="GtkExpander" id="repositorymodifysslexpander">
2830                     <property name="visible">True</property>
2831                     <property name="can_focus">True</property>
2832                     <property name="spacing">10</property>
2833                     <child>
2834                       <widget class="GtkHBox" id="hbox17">
2835                         <property name="visible">True</property>
2836                         <child>
2837                           <widget class="GtkAlignment" id="alignment21">
2838                             <property name="width_request">16</property>
2839                             <property name="visible">True</property>
2840                             <child>
2841                               <placeholder/>
2842                             </child>
2843                           </widget>
2844                           <packing>
2845                             <property name="expand">False</property>
2846                             <property name="fill">False</property>
2847                             <property name="position">0</property>
2848                           </packing>
2849                         </child>
2850                         <child>
2851                           <widget class="GtkHBox" id="hbox28">
2852                             <property name="visible">True</property>
2853                             <property name="spacing">6</property>
2854                             <child>
2855                               <widget class="GtkVBox" id="vbox24">
2856                                 <property name="visible">True</property>
2857                                 <property name="spacing">5</property>
2858                                 <child>
2859                                   <widget class="GtkLabel" id="label34">
2860                                     <property name="visible">True</property>
2861                                     <property name="xalign">0</property>
2862                                     <property name="yalign">0</property>
2863                                     <property name="ypad">4</property>
2864                                     <property name="label" translatable="yes">SSL _Key:</property>
2865                                     <property name="use_underline">True</property>
2866                                     <property name="mnemonic_widget">modkeyentry</property>
2867                                   </widget>
2868                                   <packing>
2869                                     <property name="expand">False</property>
2870                                     <property name="position">0</property>
2871                                   </packing>
2872                                 </child>
2873                                 <child>
2874                                   <widget class="GtkLabel" id="label35">
2875                                     <property name="visible">True</property>
2876                                     <property name="xalign">0</property>
2877                                     <property name="yalign">0</property>
2878                                     <property name="ypad">4</property>
2879                                     <property name="label" translatable="yes">SSL _Certificate:</property>
2880                                     <property name="use_underline">True</property>
2881                                     <property name="mnemonic_widget">modcertentry</property>
2882                                   </widget>
2883                                   <packing>
2884                                     <property name="expand">False</property>
2885                                     <property name="position">1</property>
2886                                   </packing>
2887                                 </child>
2888                               </widget>
2889                               <packing>
2890                                 <property name="expand">False</property>
2891                                 <property name="position">0</property>
2892                               </packing>
2893                             </child>
2894                             <child>
2895                               <widget class="GtkVBox" id="vbox25">
2896                                 <property name="visible">True</property>
2897                                 <property name="spacing">5</property>
2898                                 <child>
2899                                   <widget class="GtkEntry" id="modkeyentry">
2900                                     <property name="visible">True</property>
2901                                     <property name="can_focus">True</property>
2902                                     <accessibility>
2903                                       <atkproperty name="AtkObject::accessible-name">modkeyentry</atkproperty>
2904                                     </accessibility>
2905                                     <signal name="changed" handler="on_modkeyentry_changed"/>
2906                                   </widget>
2907                                   <packing>
2908                                     <property name="position">0</property>
2909                                   </packing>
2910                                 </child>
2911                                 <child>
2912                                   <widget class="GtkEntry" id="modcertentry">
2913                                     <property name="visible">True</property>
2914                                     <property name="can_focus">True</property>
2915                                     <accessibility>
2916                                       <atkproperty name="AtkObject::accessible-name">modcertentry</atkproperty>
2917                                     </accessibility>
2918                                     <signal name="changed" handler="on_modcertentry_changed"/>
2919                                   </widget>
2920                                   <packing>
2921                                     <property name="position">1</property>
2922                                   </packing>
2923                                 </child>
2924                               </widget>
2925                               <packing>
2926                                 <property name="position">1</property>
2927                               </packing>
2928                             </child>
2929                             <child>
2930                               <widget class="GtkVBox" id="vbox26">
2931                                 <property name="width_request">70</property>
2932                                 <property name="visible">True</property>
2933                                 <property name="spacing">5</property>
2934                                 <child>
2935                                   <widget class="GtkButton" id="modkeybrowse">
2936                                     <property name="label" translatable="yes">_Browse</property>
2937                                     <property name="visible">True</property>
2938                                     <property name="can_focus">True</property>
2939                                     <property name="receives_default">True</property>
2940                                     <property name="use_underline">True</property>
2941                                     <signal name="clicked" handler="on_sslkeybrowse_clicked"/>
2942                                   </widget>
2943                                   <packing>
2944                                     <property name="expand">False</property>
2945                                     <property name="fill">False</property>
2946                                     <property name="position">0</property>
2947                                   </packing>
2948                                 </child>
2949                                 <child>
2950                                   <widget class="GtkButton" id="modcertbrowse">
2951                                     <property name="label" translatable="yes">Br_owse</property>
2952                                     <property name="visible">True</property>
2953                                     <property name="can_focus">True</property>
2954                                     <property name="receives_default">True</property>
2955                                     <property name="use_underline">True</property>
2956                                     <signal name="clicked" handler="on_sslcertbrowse_clicked"/>
2957                                   </widget>
2958                                   <packing>
2959                                     <property name="expand">False</property>
2960                                     <property name="fill">False</property>
2961                                     <property name="position">1</property>
2962                                   </packing>
2963                                 </child>
2964                               </widget>
2965                               <packing>
2966                                 <property name="expand">False</property>
2967                                 <property name="position">2</property>
2968                               </packing>
2969                             </child>
2970                           </widget>
2971                           <packing>
2972                             <property name="position">1</property>
2973                           </packing>
2974                         </child>
2975                       </widget>
2976                     </child>
2977                     <child>
2978                       <widget class="GtkLabel" id="label4">
2979                         <property name="visible">True</property>
2980                         <property name="label" translatable="yes">&lt;b&gt;_SSL Key and Certificate&lt;/b&gt;</property>
2981                         <property name="use_markup">True</property>
2982                         <property name="use_underline">True</property>
2983                       </widget>
2984                       <packing>
2985                         <property name="type">label_item</property>
2986                       </packing>
2987                     </child>
2988                   </widget>
2989                   <packing>
2990                     <property name="expand">False</property>
2991                     <property name="position">5</property>
2992                   </packing>
2993                 </child>
2994                 <child>
2995                   <widget class="GtkExpander" id="repositorymodifymirrorsexpander">
2996                     <property name="visible">True</property>
2997                     <property name="can_focus">True</property>
2998                     <property name="use_underline">True</property>
2999                     <property name="spacing">10</property>
3000                     <child>
3001                       <widget class="GtkHBox" id="hbox21">
3002                         <property name="visible">True</property>
3003                         <property name="spacing">6</property>
3004                         <child>
3005                           <widget class="GtkAlignment" id="alignment29">
3006                             <property name="width_request">10</property>
3007                             <property name="visible">True</property>
3008                             <child>
3009                               <placeholder/>
3010                             </child>
3011                           </widget>
3012                           <packing>
3013                             <property name="expand">False</property>
3014                             <property name="fill">False</property>
3015                             <property name="position">0</property>
3016                           </packing>
3017                         </child>
3018                         <child>
3019                           <widget class="GtkVBox" id="vbox27">
3020                             <property name="visible">True</property>
3021                             <child>
3022                               <widget class="GtkHBox" id="hbox26">
3023                                 <property name="visible">True</property>
3024                                 <property name="spacing">62</property>
3025                                 <child>
3026                                   <widget class="GtkLabel" id="label36">
3027                                     <property name="visible">True</property>
3028                                     <property name="xalign">0</property>
3029                                     <property name="yalign">0</property>
3030                                     <property name="ypad">4</property>
3031                                     <property name="label" translatable="yes">M_irror:</property>
3032                                     <property name="use_underline">True</property>
3033                                     <property name="mnemonic_widget">addmirror_entry</property>
3034                                   </widget>
3035                                   <packing>
3036                                     <property name="expand">False</property>
3037                                     <property name="position">1</property>
3038                                   </packing>
3039                                 </child>
3040                                 <child>
3041                                   <widget class="GtkEntry" id="addmirror_entry">
3042                                     <property name="visible">True</property>
3043                                     <property name="can_focus">True</property>
3044                                     <accessibility>
3045                                       <atkproperty name="AtkObject::accessible-name">addmirror_entry</atkproperty>
3046                                     </accessibility>
3047                                     <signal name="changed" handler="on_addmirror_entry_changed"/>
3048                                   </widget>
3049                                   <packing>
3050                                     <property name="position">1</property>
3051                                   </packing>
3052                                 </child>
3053                               </widget>
3054                               <packing>
3055                                 <property name="position">0</property>
3056                               </packing>
3057                             </child>
3058                             <child>
3059                               <widget class="GtkScrolledWindow" id="scrolledwindow8">
3060                                 <property name="visible">True</property>
3061                                 <property name="can_focus">True</property>
3062                                 <property name="hscrollbar_policy">automatic</property>
3063                                 <property name="vscrollbar_policy">automatic</property>
3064                                 <child>
3065                                   <widget class="GtkTreeView" id="mirrortreeview">
3066                                     <property name="visible">True</property>
3067                                     <property name="can_focus">True</property>
3068                                     <property name="headers_visible">False</property>
3069                                   </widget>
3070                                 </child>
3071                               </widget>
3072                               <packing>
3073                                 <property name="padding">8</property>
3074                                 <property name="position">1</property>
3075                               </packing>
3076                             </child>
3077                           </widget>
3078                           <packing>
3079                             <property name="position">1</property>
3080                           </packing>
3081                         </child>
3082                         <child>
3083                           <widget class="GtkVBox" id="vbox21">
3084                             <property name="width_request">70</property>
3085                             <property name="visible">True</property>
3086                             <child>
3087                               <widget class="GtkButton" id="addmirror_button">
3088                                 <property name="label" translatable="yes">_Add</property>
3089                                 <property name="visible">True</property>
3090                                 <property name="can_focus">True</property>
3091                                 <property name="receives_default">True</property>
3092                                 <property name="use_underline">True</property>
3093                                 <signal name="clicked" handler="on_addmirror_button_clicked"/>
3094                               </widget>
3095                               <packing>
3096                                 <property name="expand">False</property>
3097                                 <property name="fill">False</property>
3098                                 <property name="position">0</property>
3099                               </packing>
3100                             </child>
3101                             <child>
3102                               <widget class="GtkButton" id="mirrorremove">
3103                                 <property name="label" translatable="yes">_Remove</property>
3104                                 <property name="visible">True</property>
3105                                 <property name="can_focus">True</property>
3106                                 <property name="receives_default">True</property>
3107                                 <property name="use_underline">True</property>
3108                                 <signal name="clicked" handler="on_mirrorremove_clicked"/>
3109                               </widget>
3110                               <packing>
3111                                 <property name="expand">False</property>
3112                                 <property name="fill">False</property>
3113                                 <property name="padding">5</property>
3114                                 <property name="position">1</property>
3115                               </packing>
3116                             </child>
3117                           </widget>
3118                           <packing>
3119                             <property name="expand">False</property>
3120                             <property name="position">2</property>
3121                           </packing>
3122                         </child>
3123                       </widget>
3124                     </child>
3125                     <child>
3126                       <widget class="GtkLabel" id="label33">
3127                         <property name="visible">True</property>
3128                         <property name="label" translatable="yes">&lt;b&gt;_Mirrors&lt;/b&gt;</property>
3129                         <property name="use_markup">True</property>
3130                         <property name="use_underline">True</property>
3131                       </widget>
3132                       <packing>
3133                         <property name="type">label_item</property>
3134                       </packing>
3135                     </child>
3136                   </widget>
3137                   <packing>
3138                     <property name="expand">False</property>
3139                     <property name="position">6</property>
3140                   </packing>
3141                 </child>
3142                 <child>
3143                   <placeholder/>
3144                 </child>
3145               </widget>
3146             </child>
3147           </widget>
3148           <packing>
3149             <property name="position">1</property>
3150           </packing>
3151         </child>
3152         <child internal-child="action_area">
3153           <widget class="GtkHButtonBox" id="dialog-action_area24">
3154             <property name="visible">True</property>
3155             <property name="layout_style">end</property>
3156             <child>
3157               <widget class="GtkButton" id="repositorymodifycancel">
3158                 <property name="label" translatable="yes">gtk-cancel</property>
3159                 <property name="visible">True</property>
3160                 <property name="can_focus">True</property>
3161                 <property name="receives_default">True</property>
3162                 <property name="use_stock">True</property>
3163                 <signal name="clicked" handler="on_repositorymodifycancel_clicked"/>
3164               </widget>
3165               <packing>
3166                 <property name="expand">False</property>
3167                 <property name="fill">False</property>
3168                 <property name="position">0</property>
3169               </packing>
3170             </child>
3171             <child>
3172               <widget class="GtkButton" id="repositorymodifyok">
3173                 <property name="label" translatable="yes">gtk-ok</property>
3174                 <property name="visible">True</property>
3175                 <property name="can_focus">True</property>
3176                 <property name="receives_default">True</property>
3177                 <property name="use_stock">True</property>
3178                 <signal name="clicked" handler="on_repositorymodifyok_clicked"/>
3179               </widget>
3180               <packing>
3181                 <property name="expand">False</property>
3182                 <property name="fill">False</property>
3183                 <property name="position">1</property>
3184               </packing>
3185             </child>
3186           </widget>
3187           <packing>
3188             <property name="expand">False</property>
3189             <property name="pack_type">end</property>
3190             <property name="position">1</property>
3191           </packing>
3192         </child>
3193       </widget>
3194     </child>
3195   </widget>
3196   <widget class="GtkDialog" id="ua_confirm_dialog">
3197     <property name="border_width">5</property>
3198     <property name="title" translatable="yes">Update All</property>
3199     <property name="resizable">False</property>
3200     <property name="modal">True</property>
3201     <property name="window_position">center-on-parent</property>
3202     <property name="icon">PM_app_48x.png</property>
3203     <property name="type_hint">dialog</property>
3204     <property name="deletable">False</property>
3205     <property name="transient_for">mainwindow</property>
3206     <property name="has_separator">False</property>
3207     <child internal-child="vbox">
3208       <widget class="GtkVBox" id="dialog-vbox15">
3209         <property name="visible">True</property>
3210         <property name="spacing">16</property>
3211         <child>
3212           <widget class="GtkVBox" id="vbox12">
3213             <property name="visible">True</property>
3214             <property name="border_width">5</property>
3215             <property name="spacing">4</property>
3216             <child>
3217               <widget class="GtkLabel" id="label11">
3218                 <property name="width_request">480</property>
3219                 <property name="visible">True</property>
3220                 <property name="xalign">0</property>
3221                 <property name="yalign">0</property>
3222                 <property name="label" translatable="yes">&lt;b&gt;Create New Boot Environment&lt;/b&gt;
3223 
3224 Update All creates a new boot environment (BE) as a means of archiving the current BE. The new BE consists of the updated packages and is the default BE when the system is rebooted.
3225 </property>
3226                 <property name="use_markup">True</property>
3227                 <property name="wrap">True</property>
3228               </widget>
3229               <packing>
3230                 <property name="expand">False</property>
3231                 <property name="padding">5</property>
3232                 <property name="position">0</property>
3233               </packing>
3234             </child>
3235             <child>
3236               <widget class="GtkHBox" id="ua_be_name_box">
3237                 <property name="height_request">20</property>
3238                 <property name="visible">True</property>
3239                 <child>
3240                   <widget class="GtkLabel" id="label20">
3241                     <property name="width_request">80</property>
3242                     <property name="visible">True</property>
3243                     <property name="xalign">0</property>
3244                     <property name="yalign">0</property>
3245                     <property name="ypad">4</property>
3246                     <property name="label" translatable="yes">_Name: </property>
3247                     <property name="use_underline">True</property>
3248                   </widget>
3249                   <packing>
3250                     <property name="expand">False</property>
3251                     <property name="position">0</property>
3252                   </packing>
3253                 </child>
3254                 <child>
3255                   <widget class="GtkEntry" id="ua_be_name_entry">
3256                     <property name="visible">True</property>
3257                     <property name="can_focus">True</property>
3258                     <accessibility>
3259                       <atkproperty name="AtkObject::accessible-name">BEName</atkproperty>
3260                     </accessibility>
3261                     <signal name="changed" handler="on_ua_be_name_entry_changed"/>
3262                   </widget>
3263                   <packing>
3264                     <property name="position">1</property>
3265                   </packing>
3266                 </child>
3267               </widget>
3268               <packing>
3269                 <property name="position">1</property>
3270               </packing>
3271             </child>
3272             <child>
3273               <widget class="GtkHBox" id="hbox35">
3274                 <property name="height_request">20</property>
3275                 <property name="visible">True</property>
3276                 <child>
3277                   <widget class="GtkAlignment" id="alignment10">
3278                     <property name="width_request">80</property>
3279                     <property name="visible">True</property>
3280                     <child>
3281                       <placeholder/>
3282                     </child>
3283                   </widget>
3284                   <packing>
3285                     <property name="expand">False</property>
3286                     <property name="position">0</property>
3287                   </packing>
3288                 </child>
3289                 <child>
3290                   <widget class="GtkLabel" id="ua_confirm_error_label">
3291                     <property name="visible">True</property>
3292                     <property name="xalign">0</property>
3293                     <property name="use_markup">True</property>
3294                   </widget>
3295                   <packing>
3296                     <property name="position">1</property>
3297                   </packing>
3298                 </child>
3299               </widget>
3300               <packing>
3301                 <property name="expand">False</property>
3302                 <property name="position">2</property>
3303               </packing>
3304             </child>
3305             <child>
3306               <placeholder/>
3307             </child>
3308           </widget>
3309           <packing>
3310             <property name="padding">2</property>
3311             <property name="position">1</property>
3312           </packing>
3313         </child>
3314         <child internal-child="action_area">
3315           <widget class="GtkHButtonBox" id="dialog-action_area15">
3316             <property name="visible">True</property>
3317             <property name="layout_style">end</property>
3318             <child>
3319               <widget class="GtkButton" id="ua_help_button">
3320                 <property name="label" translatable="yes">gtk-help</property>
3321                 <property name="response_id">-11</property>
3322                 <property name="visible">True</property>
3323                 <property name="can_focus">True</property>
3324                 <property name="receives_default">True</property>
3325                 <property name="use_stock">True</property>
3326                 <signal name="clicked" handler="on_ua_help_button_clicked"/>
3327               </widget>
3328               <packing>
3329                 <property name="expand">False</property>
3330                 <property name="fill">False</property>
3331                 <property name="position">0</property>
3332               </packing>
3333             </child>
3334             <child>
3335               <widget class="GtkButton" id="ua_cancel_button">
3336                 <property name="label" translatable="yes">gtk-cancel</property>
3337                 <property name="response_id">-2</property>
3338                 <property name="visible">True</property>
3339                 <property name="can_focus">True</property>
3340                 <property name="receives_default">True</property>
3341                 <property name="use_stock">True</property>
3342                 <signal name="clicked" handler="on_ua_cancel_button_clicked"/>
3343               </widget>
3344               <packing>
3345                 <property name="expand">False</property>
3346                 <property name="fill">False</property>
3347                 <property name="position">1</property>
3348               </packing>
3349             </child>
3350             <child>
3351               <widget class="GtkButton" id="ua_proceed_button">
3352                 <property name="response_id">-3</property>
3353                 <property name="visible">True</property>
3354                 <property name="can_focus">True</property>
3355                 <property name="receives_default">True</property>
3356                 <signal name="clicked" handler="on_ua_proceed_button_clicked"/>
3357                 <child>
3358                   <widget class="GtkHBox" id="hbox3">
3359                     <property name="visible">True</property>
3360                     <child>
3361                       <widget class="GtkAlignment" id="alignment18">
3362                         <property name="visible">True</property>
3363                         <child>
3364                           <placeholder/>
3365                         </child>
3366                       </widget>
3367                       <packing>
3368                         <property name="position">0</property>
3369                       </packing>
3370                     </child>
3371                     <child>
3372                       <widget class="GtkImage" id="image8">
3373                         <property name="visible">True</property>
3374                         <property name="stock">gtk-ok</property>
3375                       </widget>
3376                       <packing>
3377                         <property name="expand">False</property>
3378                         <property name="position">1</property>
3379                       </packing>
3380                     </child>
3381                     <child>
3382                       <widget class="GtkLabel" id="label29">
3383                         <property name="visible">True</property>
3384                         <property name="label" translatable="yes">_Proceed</property>
3385                         <property name="use_underline">True</property>
3386                       </widget>
3387                       <packing>
3388                         <property name="padding">2</property>
3389                         <property name="position">2</property>
3390                       </packing>
3391                     </child>
3392                     <child>
3393                       <widget class="GtkAlignment" id="alignment19">
3394                         <property name="visible">True</property>
3395                         <child>
3396                           <placeholder/>
3397                         </child>
3398                       </widget>
3399                       <packing>
3400                         <property name="position">3</property>
3401                       </packing>
3402                     </child>
3403                   </widget>
3404                 </child>
3405               </widget>
3406               <packing>
3407                 <property name="expand">False</property>
3408                 <property name="fill">False</property>
3409                 <property name="position">2</property>
3410               </packing>
3411             </child>
3412           </widget>
3413           <packing>
3414             <property name="expand">False</property>
3415             <property name="pack_type">end</property>
3416             <property name="position">0</property>
3417           </packing>
3418         </child>
3419       </widget>
3420     </child>
3421   </widget>
3422   <widget class="GtkDialog" id="removeconfirmation">
3423     <property name="width_request">400</property>
3424     <property name="height_request">375</property>
3425     <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
3426     <property name="border_width">5</property>
3427     <property name="title" translatable="yes">Remove Confirmation</property>
3428     <property name="modal">True</property>
3429     <property name="window_position">center-on-parent</property>
3430     <property name="icon">PM_app_48x.png</property>
3431     <property name="type_hint">dialog</property>
3432     <property name="deletable">False</property>
3433     <property name="transient_for">mainwindow</property>
3434     <property name="has_separator">False</property>
3435     <child internal-child="vbox">
3436       <widget class="GtkVBox" id="dialog-vbox1">
3437         <property name="visible">True</property>
3438         <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
3439         <property name="spacing">6</property>
3440         <child>
3441           <widget class="GtkAlignment" id="alignment14">
3442             <property name="visible">True</property>
3443             <property name="top_padding">5</property>
3444             <property name="left_padding">5</property>
3445             <property name="right_padding">5</property>
3446             <child>
3447               <widget class="GtkAlignment" id="alignment15">
3448                 <property name="visible">True</property>
3449                 <child>
3450                   <widget class="GtkVBox" id="vbox5">
3451                     <property name="visible">True</property>
3452                     <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
3453                     <property name="spacing">8</property>
3454                     <child>
3455                       <widget class="GtkHBox" id="hbox6">
3456                         <property name="visible">True</property>
3457                         <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
3458                         <property name="spacing">5</property>
3459                         <child>
3460                           <widget class="GtkImage" id="warningtriangle">
3461                             <property name="visible">True</property>
3462                             <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
3463                             <property name="stock">gtk-dialog-warning</property>
3464                             <property name="icon-size">5</property>
3465                           </widget>
3466                           <packing>
3467                             <property name="expand">False</property>
3468                             <property name="position">0</property>
3469                           </packing>
3470                         </child>
3471                         <child>
3472                           <widget class="GtkAlignment" id="alignment16">
3473                             <property name="visible">True</property>
3474                             <property name="top_padding">7</property>
3475                             <child>
3476                               <widget class="GtkLabel" id="label5">
3477                                 <property name="visible">True</property>
3478                                 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
3479                                 <property name="xalign">0</property>
3480                                 <property name="yalign">0</property>
3481                                 <property name="label" translatable="yes">&lt;b&gt;Review the packages to be removed:&lt;/b&gt;</property>
3482                                 <property name="use_markup">True</property>
3483                                 <property name="wrap">True</property>
3484                               </widget>
3485                             </child>
3486                           </widget>
3487                           <packing>
3488                             <property name="position">1</property>
3489                           </packing>
3490                         </child>
3491                       </widget>
3492                       <packing>
3493                         <property name="expand">False</property>
3494                         <property name="padding">5</property>
3495                         <property name="position">0</property>
3496                       </packing>
3497                     </child>
3498                     <child>
3499                       <widget class="GtkVBox" id="vbox7">
3500                         <property name="visible">True</property>
3501                         <child>
3502                           <widget class="GtkScrolledWindow" id="scrolledwindow3">
3503                             <property name="visible">True</property>
3504                             <property name="can_focus">True</property>
3505                             <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
3506                             <property name="hscrollbar_policy">automatic</property>
3507                             <property name="vscrollbar_policy">automatic</property>
3508                             <child>
3509                               <widget class="GtkTreeView" id="removetreeview">
3510                                 <property name="visible">True</property>
3511                                 <property name="can_focus">True</property>
3512                                 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
3513                                 <property name="headers_visible">False</property>
3514                                 <property name="enable_search">False</property>
3515                                 <property name="level_indentation">70</property>
3516                               </widget>
3517                             </child>
3518                           </widget>
3519                           <packing>
3520                             <property name="position">0</property>
3521                           </packing>
3522                         </child>
3523                       </widget>
3524                       <packing>
3525                         <property name="position">1</property>
3526                       </packing>
3527                     </child>
3528                   </widget>
3529                 </child>
3530               </widget>
3531             </child>
3532           </widget>
3533           <packing>
3534             <property name="position">1</property>
3535           </packing>
3536         </child>
3537         <child internal-child="action_area">
3538           <widget class="GtkHButtonBox" id="dialog-action_area1">
3539             <property name="visible">True</property>
3540             <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
3541             <property name="layout_style">end</property>
3542             <child>
3543               <widget class="GtkButton" id="cancel">
3544                 <property name="label" translatable="yes">gtk-cancel</property>
3545                 <property name="visible">True</property>
3546                 <property name="can_focus">True</property>
3547                 <property name="receives_default">True</property>
3548                 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
3549                 <property name="use_stock">True</property>
3550                 <signal name="clicked" handler="on_cancel_button_clicked"/>
3551               </widget>
3552               <packing>
3553                 <property name="expand">False</property>
3554                 <property name="fill">False</property>
3555                 <property name="position">0</property>
3556               </packing>
3557             </child>
3558             <child>
3559               <widget class="GtkButton" id="remove_proceed">
3560                 <property name="visible">True</property>
3561                 <property name="can_focus">True</property>
3562                 <property name="receives_default">True</property>
3563                 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
3564                 <signal name="clicked" handler="on_proceed_button_clicked"/>
3565                 <child>
3566                   <widget class="GtkHBox" id="hbox19">
3567                     <property name="visible">True</property>
3568                     <child>
3569                       <widget class="GtkAlignment" id="alignment4">
3570                         <property name="visible">True</property>
3571                         <child>
3572                           <placeholder/>
3573                         </child>
3574                       </widget>
3575                       <packing>
3576                         <property name="position">0</property>
3577                       </packing>
3578                     </child>
3579                     <child>
3580                       <widget class="GtkImage" id="image6">
3581                         <property name="visible">True</property>
3582                         <property name="stock">gtk-ok</property>
3583                       </widget>
3584                       <packing>
3585                         <property name="expand">False</property>
3586                         <property name="position">1</property>
3587                       </packing>
3588                     </child>
3589                     <child>
3590                       <widget class="GtkLabel" id="proceed_label">
3591                         <property name="visible">True</property>
3592                         <property name="label" translatable="yes">_Proceed</property>
3593                         <property name="use_underline">True</property>
3594                       </widget>
3595                       <packing>
3596                         <property name="padding">2</property>
3597                         <property name="position">2</property>
3598                       </packing>
3599                     </child>
3600                     <child>
3601                       <widget class="GtkAlignment" id="alignment13">
3602                         <property name="visible">True</property>
3603                         <child>
3604                           <placeholder/>
3605                         </child>
3606                       </widget>
3607                       <packing>
3608                         <property name="position">3</property>
3609                       </packing>
3610                     </child>
3611                   </widget>
3612                 </child>
3613               </widget>
3614               <packing>
3615                 <property name="expand">False</property>
3616                 <property name="fill">False</property>
3617                 <property name="position">1</property>
3618               </packing>
3619             </child>
3620           </widget>
3621           <packing>
3622             <property name="expand">False</property>
3623             <property name="pack_type">end</property>
3624             <property name="position">0</property>
3625           </packing>
3626         </child>
3627       </widget>
3628     </child>
3629   </widget>
3630   <widget class="GtkDialog" id="sslkeyandcertdialog">
3631     <property name="border_width">5</property>
3632     <property name="title" translatable="yes">SSL Key and Certificate</property>
3633     <property name="modal">True</property>
3634     <property name="window_position">center-on-parent</property>
3635     <property name="icon">PM_app_48x.png</property>
3636     <property name="type_hint">dialog</property>
3637     <property name="transient_for">repository</property>
3638     <property name="has_separator">False</property>
3639     <signal name="delete_event" handler="on_sslkeyandcertdialog_delete_event"/>
3640     <child internal-child="vbox">
3641       <widget class="GtkVBox" id="dialog-vbox25">
3642         <property name="visible">True</property>
3643         <property name="spacing">16</property>
3644         <child>
3645           <widget class="GtkVBox" id="vbox20">
3646             <property name="visible">True</property>
3647             <property name="spacing">5</property>
3648             <child>
3649               <widget class="GtkLabel" id="label30">
3650                 <property name="visible">True</property>
3651                 <property name="xalign">0</property>
3652                 <property name="yalign">0</property>
3653                 <property name="xpad">10</property>
3654                 <property name="ypad">2</property>
3655                 <property name="label" translatable="yes">This repository requires a SSL Key and certificate.
3656 Enter the location of these files in the spaces provided, or use the Browse 
3657 buttons to provide their location.</property>
3658               </widget>
3659               <packing>
3660                 <property name="position">0</property>
3661               </packing>
3662             </child>
3663             <child>
3664               <widget class="GtkAlignment" id="alignment20">
3665                 <property name="visible">True</property>
3666                 <child>
3667                   <placeholder/>
3668                 </child>
3669               </widget>
3670               <packing>
3671                 <property name="padding">5</property>
3672                 <property name="position">1</property>
3673               </packing>
3674             </child>
3675             <child>
3676               <widget class="GtkHBox" id="hbox24">
3677                 <property name="visible">True</property>
3678                 <child>
3679                   <widget class="GtkLabel" id="label31">
3680                     <property name="width_request">100</property>
3681                     <property name="visible">True</property>
3682                     <property name="xalign">0</property>
3683                     <property name="yalign">0</property>
3684                     <property name="xpad">10</property>
3685                     <property name="ypad">4</property>
3686                     <property name="label" translatable="yes">SSL _Key: </property>
3687                     <property name="use_underline">True</property>
3688                     <property name="mnemonic_widget">keyentry</property>
3689                   </widget>
3690                   <packing>
3691                     <property name="expand">False</property>
3692                     <property name="padding">3</property>
3693                     <property name="position">0</property>
3694                   </packing>
3695                 </child>
3696                 <child>
3697                   <widget class="GtkEntry" id="keyentry">
3698                     <property name="width_request">300</property>
3699                     <property name="visible">True</property>
3700                     <property name="can_focus">True</property>
3701                     <accessibility>
3702                       <atkproperty name="AtkObject::accessible-name">keyentry</atkproperty>
3703                     </accessibility>
3704                     <signal name="changed" handler="on_keyentry_changed"/>
3705                   </widget>
3706                   <packing>
3707                     <property name="expand">False</property>
3708                     <property name="padding">3</property>
3709                     <property name="position">1</property>
3710                   </packing>
3711                 </child>
3712                 <child>
3713                   <widget class="GtkButton" id="keybrowse">
3714                     <property name="label" translatable="yes">_Browse</property>
3715                     <property name="visible">True</property>
3716                     <property name="can_focus">True</property>
3717                     <property name="receives_default">True</property>
3718                     <property name="use_underline">True</property>
3719                     <accessibility>
3720                       <atkproperty name="AtkObject::accessible-name" translatable="yes">Browse for SSL Key</atkproperty>
3721                     </accessibility>
3722                     <signal name="clicked" handler="on_keybrowse_clicked"/>
3723                   </widget>
3724                   <packing>
3725                     <property name="expand">False</property>
3726                     <property name="padding">10</property>
3727                     <property name="position">2</property>
3728                   </packing>
3729                 </child>
3730               </widget>
3731               <packing>
3732                 <property name="position">2</property>
3733               </packing>
3734             </child>
3735             <child>
3736               <widget class="GtkHBox" id="hbox25">
3737                 <property name="visible">True</property>
3738                 <child>
3739                   <widget class="GtkLabel" id="label32">
3740                     <property name="width_request">100</property>
3741                     <property name="visible">True</property>
3742                     <property name="xalign">0</property>
3743                     <property name="yalign">0</property>
3744                     <property name="xpad">10</property>
3745                     <property name="ypad">4</property>
3746                     <property name="label" translatable="yes">SSL C_ertificate: </property>
3747                     <property name="use_underline">True</property>
3748                     <property name="mnemonic_widget">certentry</property>
3749                   </widget>
3750                   <packing>
3751                     <property name="expand">False</property>
3752                     <property name="padding">3</property>
3753                     <property name="position">0</property>
3754                   </packing>
3755                 </child>
3756                 <child>
3757                   <widget class="GtkEntry" id="certentry">
3758                     <property name="width_request">300</property>
3759                     <property name="visible">True</property>
3760                     <property name="can_focus">True</property>
3761                     <accessibility>
3762                       <atkproperty name="AtkObject::accessible-name">certentry</atkproperty>
3763                     </accessibility>
3764                     <signal name="changed" handler="on_certentry_changed"/>
3765                   </widget>
3766                   <packing>
3767                     <property name="expand">False</property>
3768                     <property name="padding">3</property>
3769                     <property name="position">1</property>
3770                   </packing>
3771                 </child>
3772                 <child>
3773                   <widget class="GtkButton" id="certbrowse">
3774                     <property name="label" translatable="yes">B_rowse</property>
3775                     <property name="visible">True</property>
3776                     <property name="can_focus">True</property>
3777                     <property name="receives_default">True</property>
3778                     <property name="use_underline">True</property>
3779                     <accessibility>
3780                       <atkproperty name="AtkObject::accessible-name" translatable="yes">Browse for SSL Certificate</atkproperty>
3781                     </accessibility>
3782                     <signal name="clicked" handler="on_certbrowse_clicked"/>
3783                   </widget>
3784                   <packing>
3785                     <property name="expand">False</property>
3786                     <property name="padding">10</property>
3787                     <property name="position">2</property>
3788                   </packing>
3789                 </child>
3790               </widget>
3791               <packing>
3792                 <property name="position">3</property>
3793               </packing>
3794             </child>
3795           </widget>
3796           <packing>
3797             <property name="expand">False</property>
3798             <property name="fill">False</property>
3799             <property name="position">1</property>
3800           </packing>
3801         </child>
3802         <child internal-child="action_area">
3803           <widget class="GtkHButtonBox" id="dialog-action_area25">
3804             <property name="visible">True</property>
3805             <property name="layout_style">end</property>
3806             <child>
3807               <widget class="GtkButton" id="keyandcertcancel">
3808                 <property name="label" translatable="yes">gtk-cancel</property>
3809                 <property name="visible">True</property>
3810                 <property name="can_focus">True</property>
3811                 <property name="receives_default">True</property>
3812                 <property name="use_stock">True</property>
3813                 <signal name="clicked" handler="on_sslkeyandcertcancel_clicked"/>
3814               </widget>
3815               <packing>
3816                 <property name="expand">False</property>
3817                 <property name="fill">False</property>
3818                 <property name="position">0</property>
3819               </packing>
3820             </child>
3821             <child>
3822               <widget class="GtkButton" id="keyandcertok">
3823                 <property name="label" translatable="yes">gtk-ok</property>
3824                 <property name="visible">True</property>
3825                 <property name="can_focus">True</property>
3826                 <property name="receives_default">True</property>
3827                 <property name="use_stock">True</property>
3828                 <signal name="clicked" handler="on_sslkeyandcertok_clicked"/>
3829               </widget>
3830               <packing>
3831                 <property name="expand">False</property>
3832                 <property name="fill">False</property>
3833                 <property name="position">1</property>
3834               </packing>
3835             </child>
3836           </widget>
3837           <packing>
3838             <property name="expand">False</property>
3839             <property name="pack_type">end</property>
3840             <property name="position">0</property>
3841           </packing>
3842         </child>
3843       </widget>
3844     </child>
3845   </widget>
3846   <widget class="GtkDialog" id="preferencesdialog">
3847     <property name="border_width">5</property>
3848     <property name="title" translatable="yes">Preferences</property>
3849     <property name="resizable">False</property>
3850     <property name="modal">True</property>
3851     <property name="window_position">center-on-parent</property>
3852     <property name="icon">PM_app_48x.png</property>
3853     <property name="type_hint">dialog</property>
3854     <property name="transient_for">repository</property>
3855     <property name="has_separator">False</property>
3856     <child internal-child="vbox">
3857       <widget class="GtkVBox" id="dialog-vbox14">
3858         <property name="visible">True</property>
3859         <property name="spacing">10</property>
3860         <child>
3861           <widget class="GtkAlignment" id="alignment35">
3862             <property name="visible">True</property>
3863             <property name="top_padding">5</property>
3864             <property name="left_padding">5</property>
3865             <property name="right_padding">5</property>
3866             <child>
3867               <widget class="GtkVBox" id="vbox22">
3868                 <property name="visible">True</property>
3869                 <property name="spacing">5</property>
3870                 <child>
3871                   <widget class="GtkLabel" id="startup_label">
3872                     <property name="visible">True</property>
3873                     <property name="xalign">0</property>
3874                     <property name="yalign">0</property>
3875                     <property name="ypad">2</property>
3876                     <property name="label" translatable="yes">&lt;b&gt;Startup&lt;/b&gt;</property>
3877                     <property name="use_markup">True</property>
3878                   </widget>
3879                   <packing>
3880                     <property name="position">0</property>
3881                   </packing>
3882                 </child>
3883                 <child>
3884                   <widget class="GtkHBox" id="hbox7">
3885                     <property name="visible">True</property>
3886                     <child>
3887                       <widget class="GtkAlignment" id="alignment7">
3888                         <property name="width_request">17</property>
3889                         <property name="visible">True</property>
3890                         <child>
3891                           <placeholder/>
3892                         </child>
3893                       </widget>
3894                       <packing>
3895                         <property name="expand">False</property>
3896                         <property name="fill">False</property>
3897                         <property name="position">0</property>
3898                       </packing>
3899                     </child>
3900                     <child>
3901                       <widget class="GtkVBox" id="vbox23">
3902                         <property name="visible">True</property>
3903                         <property name="spacing">3</property>
3904                         <child>
3905                           <widget class="GtkHBox" id="hbox30">
3906                             <property name="visible">True</property>
3907                             <child>
3908                               <widget class="GtkCheckButton" id="startpage_checkbutton">
3909                                 <property name="label" translatable="yes">_Show Start Page on startup     </property>
3910                                 <property name="visible">True</property>
3911                                 <property name="can_focus">True</property>
3912                                 <property name="receives_default">False</property>
3913                                 <property name="use_underline">True</property>
3914                                 <property name="draw_indicator">True</property>
3915                                 <signal name="toggled" handler="on_startpage_checkbutton_toggled"/>
3916                               </widget>
3917                               <packing>
3918                                 <property name="position">0</property>
3919                               </packing>
3920                             </child>
3921                             <child>
3922                               <placeholder/>
3923                             </child>
3924                           </widget>
3925                           <packing>
3926                             <property name="padding">4</property>
3927                             <property name="position">0</property>
3928                           </packing>
3929                         </child>
3930                         <child>
3931                           <widget class="GtkHBox" id="hbox31">
3932                             <property name="visible">True</property>
3933                             <child>
3934                               <placeholder/>
3935                             </child>
3936                             <child>
3937                               <placeholder/>
3938                             </child>
3939                           </widget>
3940                           <packing>
3941                             <property name="position">1</property>
3942                           </packing>
3943                         </child>
3944                       </widget>
3945                       <packing>
3946                         <property name="position">1</property>
3947                       </packing>
3948                     </child>
3949                   </widget>
3950                   <packing>
3951                     <property name="position">1</property>
3952                   </packing>
3953                 </child>
3954                 <child>
3955                   <placeholder/>
3956                 </child>
3957                 <child>
3958                   <placeholder/>
3959                 </child>
3960                 <child>
3961                   <placeholder/>
3962                 </child>
3963               </widget>
3964             </child>
3965           </widget>
3966           <packing>
3967             <property name="position">1</property>
3968           </packing>
3969         </child>
3970         <child internal-child="action_area">
3971           <widget class="GtkHButtonBox" id="dialog-action_area14">
3972             <property name="visible">True</property>
3973             <property name="layout_style">edge</property>
3974             <child>
3975               <widget class="GtkButton" id="preferenceshelp">
3976                 <property name="label" translatable="yes">gtk-help</property>
3977                 <property name="visible">True</property>
3978                 <property name="can_focus">True</property>
3979                 <property name="receives_default">True</property>
3980                 <property name="use_stock">True</property>
3981                 <signal name="clicked" handler="on_preferenceshelp_clicked"/>
3982               </widget>
3983               <packing>
3984                 <property name="expand">False</property>
3985                 <property name="fill">False</property>
3986                 <property name="position">0</property>
3987               </packing>
3988             </child>
3989             <child>
3990               <widget class="GtkButton" id="preferencesclose">
3991                 <property name="label" translatable="yes">gtk-close</property>
3992                 <property name="visible">True</property>
3993                 <property name="can_focus">True</property>
3994                 <property name="receives_default">True</property>
3995                 <property name="use_stock">True</property>
3996                 <signal name="clicked" handler="on_preferencesclose_clicked"/>
3997               </widget>
3998               <packing>
3999                 <property name="expand">False</property>
4000                 <property name="fill">False</property>
4001                 <property name="position">1</property>
4002               </packing>
4003             </child>
4004           </widget>
4005           <packing>
4006             <property name="expand">False</property>
4007             <property name="pack_type">end</property>
4008             <property name="position">0</property>
4009           </packing>
4010         </child>
4011       </widget>
4012     </child>
4013   </widget>
4014   <widget class="GtkDialog" id="webinstalldialog">
4015     <property name="width_request">450</property>
4016     <property name="height_request">370</property>
4017     <property name="border_width">5</property>
4018     <property name="title" translatable="yes">Install/Update</property>
4019     <property name="window_position">center-on-parent</property>
4020     <property name="type_hint">normal</property>
4021     <property name="has_separator">False</property>
4022     <signal name="destroy_event" handler="on_webinstalldialog_close"/>
4023     <signal name="close" handler="on_webinstalldialog_close"/>
4024     <signal name="delete_event" handler="on_webinstalldialog_close"/>
4025     <child internal-child="vbox">
4026       <widget class="GtkVBox" id="dialog-vbox16">
4027         <property name="visible">True</property>
4028         <property name="spacing">6</property>
4029         <child>
4030           <widget class="GtkAlignment" id="alignment2">
4031             <property name="visible">True</property>
4032             <property name="top_padding">5</property>
4033             <property name="left_padding">5</property>
4034             <property name="right_padding">5</property>
4035             <child>
4036               <widget class="GtkVBox" id="vbox30">
4037                 <property name="visible">True</property>
4038                 <child>
4039                   <widget class="GtkHBox" id="hbox22">
4040                     <property name="visible">True</property>
4041                     <child>
4042                       <widget class="GtkAlignment" id="alignment22">
4043                         <property name="visible">True</property>
4044                         <property name="xalign">0</property>
4045                         <property name="yalign">0</property>
4046                         <property name="xscale">0</property>
4047                         <property name="yscale">0</property>
4048                         <property name="top_padding">2</property>
4049                         <property name="left_padding">4</property>
4050                         <property name="right_padding">4</property>
4051                         <child>
4052                           <widget class="GtkAlignment" id="alignment1">
4053                             <property name="visible">True</property>
4054                             <property name="xalign">0</property>
4055                             <property name="yalign">0</property>
4056                             <property name="xscale">0</property>
4057                             <property name="yscale">0</property>
4058                             <child>
4059                               <widget class="GtkImage" id="image4">
4060                                 <property name="visible">True</property>
4061                                 <property name="xalign">0</property>
4062                                 <property name="yalign">0</property>
4063                                 <property name="pixbuf">PM_app_48x.png</property>
4064                                 <property name="icon-size">10</property>
4065                               </widget>
4066                             </child>
4067                           </widget>
4068                         </child>
4069                       </widget>
4070                       <packing>
4071                         <property name="expand">False</property>
4072                         <property name="fill">False</property>
4073                         <property name="position">0</property>
4074                       </packing>
4075                     </child>
4076                     <child>
4077                       <widget class="GtkVBox" id="vbox29">
4078                         <property name="visible">True</property>
4079                         <child>
4080                           <widget class="GtkHBox" id="hbox37">
4081                             <property name="visible">True</property>
4082                             <child>
4083                               <widget class="GtkAlignment" id="alignment12">
4084                                 <property name="visible">True</property>
4085                                 <property name="xalign">0</property>
4086                                 <property name="xscale">0</property>
4087                                 <property name="top_padding">10</property>
4088                                 <property name="left_padding">10</property>
4089                                 <child>
4090                                   <widget class="GtkLabel" id="label15">
4091                                     <property name="visible">True</property>
4092                                     <property name="label" translatable="yes">&lt;big&gt;&lt;b&gt;Package Manager Web Installer&lt;/b&gt;&lt;/big&gt;</property>
4093                                     <property name="use_markup">True</property>
4094                                   </widget>
4095                                 </child>
4096                               </widget>
4097                               <packing>
4098                                 <property name="expand">False</property>
4099                                 <property name="fill">False</property>
4100                                 <property name="position">0</property>
4101                               </packing>
4102                             </child>
4103                           </widget>
4104                           <packing>
4105                             <property name="expand">False</property>
4106                             <property name="fill">False</property>
4107                             <property name="position">0</property>
4108                           </packing>
4109                         </child>
4110                         <child>
4111                           <widget class="GtkAlignment" id="alignment25">
4112                             <property name="visible">True</property>
4113                             <property name="bottom_padding">2</property>
4114                             <child>
4115                               <widget class="GtkAlignment" id="alignment26">
4116                                 <property name="visible">True</property>
4117                                 <property name="xalign">0</property>
4118                                 <property name="xscale">0</property>
4119                                 <property name="top_padding">6</property>
4120                                 <property name="bottom_padding">3</property>
4121                                 <property name="left_padding">10</property>
4122                                 <child>
4123                                   <widget class="GtkLabel" id="label19">
4124                                     <property name="visible">True</property>
4125                                     <property name="label" translatable="yes">The folllowing will be added to your system</property>
4126                                     <property name="use_markup">True</property>
4127                                   </widget>
4128                                 </child>
4129                               </widget>
4130                             </child>
4131                           </widget>
4132                           <packing>
4133                             <property name="expand">False</property>
4134                             <property name="fill">False</property>
4135                             <property name="position">1</property>
4136                           </packing>
4137                         </child>
4138                       </widget>
4139                       <packing>
4140                         <property name="expand">False</property>
4141                         <property name="fill">False</property>
4142                         <property name="position">1</property>
4143                       </packing>
4144                     </child>
4145                     <child>
4146                       <placeholder/>
4147                     </child>
4148                   </widget>
4149                   <packing>
4150                     <property name="expand">False</property>
4151                     <property name="fill">False</property>
4152                     <property name="position">0</property>
4153                   </packing>
4154                 </child>
4155                 <child>
4156                   <widget class="GtkScrolledWindow" id="scrolledwindow4">
4157                     <property name="visible">True</property>
4158                     <property name="can_focus">True</property>
4159                     <property name="hscrollbar_policy">automatic</property>
4160                     <property name="vscrollbar_policy">automatic</property>
4161                     <child>
4162                       <widget class="GtkTextView" id="webinstall_textview">
4163                         <property name="visible">True</property>
4164                         <property name="can_focus">True</property>
4165                         <property name="editable">False</property>
4166                       </widget>
4167                     </child>
4168                   </widget>
4169                   <packing>
4170                     <property name="position">1</property>
4171                   </packing>
4172                 </child>
4173                 <child>
4174                   <widget class="GtkAlignment" id="alignment11">
4175                     <property name="visible">True</property>
4176                     <property name="xalign">1</property>
4177                     <property name="yalign">0.49000000953674316</property>
4178                     <property name="top_padding">8</property>
4179                     <property name="left_padding">32</property>
4180                     <child>
4181                       <widget class="GtkLabel" id="proceed_new_repo_label">
4182                         <property name="width_request">300</property>
4183                         <property name="visible">True</property>
4184                         <property name="xalign">0</property>
4185                         <property name="yalign">0</property>
4186                         <property name="label" translatable="yes">Proceed only if you trust this new repository</property>
4187                         <property name="wrap">True</property>
4188                       </widget>
4189                     </child>
4190                   </widget>
4191                   <packing>
4192                     <property name="expand">False</property>
4193                     <property name="position">2</property>
4194                   </packing>
4195                 </child>
4196                 <child>
4197                   <placeholder/>
4198                 </child>
4199               </widget>
4200             </child>
4201           </widget>
4202           <packing>
4203             <property name="position">1</property>
4204           </packing>
4205         </child>
4206         <child internal-child="action_area">
4207           <widget class="GtkHButtonBox" id="dialog-action_area16">
4208             <property name="visible">True</property>
4209             <property name="layout_style">end</property>
4210             <child>
4211               <widget class="GtkButton" id="help_button">
4212                 <property name="label" translatable="yes">gtk-help</property>
4213                 <property name="response_id">-11</property>
4214                 <property name="visible">True</property>
4215                 <property name="can_focus">True</property>
4216                 <property name="receives_default">True</property>
4217                 <property name="use_stock">True</property>
4218                 <signal name="clicked" handler="on_help_button_clicked"/>
4219               </widget>
4220               <packing>
4221                 <property name="expand">False</property>
4222                 <property name="fill">False</property>
4223                 <property name="position">0</property>
4224               </packing>
4225             </child>
4226             <child>
4227               <widget class="GtkButton" id="cancel_button">
4228                 <property name="label" translatable="yes">gtk-cancel</property>
4229                 <property name="response_id">-2</property>
4230                 <property name="visible">True</property>
4231                 <property name="can_focus">True</property>
4232                 <property name="receives_default">True</property>
4233                 <property name="use_stock">True</property>
4234                 <signal name="clicked" handler="on_cancel_button_clicked"/>
4235               </widget>
4236               <packing>
4237                 <property name="expand">False</property>
4238                 <property name="fill">False</property>
4239                 <property name="position">1</property>
4240               </packing>
4241             </child>
4242             <child>
4243               <widget class="GtkButton" id="proceed_button">
4244                 <property name="response_id">-3</property>
4245                 <property name="visible">True</property>
4246                 <property name="can_focus">True</property>
4247                 <property name="receives_default">True</property>
4248                 <signal name="clicked" handler="on_proceed_button_clicked"/>
4249                 <child>
4250                   <widget class="GtkHBox" id="hbox38">
4251                     <property name="visible">True</property>
4252                     <child>
4253                       <widget class="GtkAlignment" id="alignment23">
4254                         <property name="visible">True</property>
4255                         <child>
4256                           <placeholder/>
4257                         </child>
4258                       </widget>
4259                       <packing>
4260                         <property name="position">0</property>
4261                       </packing>
4262                     </child>
4263                     <child>
4264                       <widget class="GtkImage" id="image5">
4265                         <property name="visible">True</property>
4266                         <property name="stock">gtk-ok</property>
4267                       </widget>
4268                       <packing>
4269                         <property name="expand">False</property>
4270                         <property name="position">1</property>
4271                       </packing>
4272                     </child>
4273                     <child>
4274                       <widget class="GtkLabel" id="label16">
4275                         <property name="visible">True</property>
4276                         <property name="label" translatable="yes">_Proceed</property>
4277                         <property name="use_underline">True</property>
4278                       </widget>
4279                       <packing>
4280                         <property name="padding">2</property>
4281                         <property name="position">2</property>
4282                       </packing>
4283                     </child>
4284                     <child>
4285                       <widget class="GtkAlignment" id="alignment24">
4286                         <property name="visible">True</property>
4287                         <child>
4288                           <placeholder/>
4289                         </child>
4290                       </widget>
4291                       <packing>
4292                         <property name="position">3</property>
4293                       </packing>
4294                     </child>
4295                   </widget>
4296                 </child>
4297               </widget>
4298               <packing>
4299                 <property name="expand">False</property>
4300                 <property name="fill">False</property>
4301                 <property name="position">2</property>
4302               </packing>
4303             </child>
4304             <child>
4305               <widget class="GtkButton" id="close_button">
4306                 <property name="label" translatable="yes">gtk-close</property>
4307                 <property name="response_id">-4</property>
4308                 <property name="can_focus">True</property>
4309                 <property name="receives_default">True</property>
4310                 <property name="no_show_all">True</property>
4311                 <property name="use_stock">True</property>
4312                 <signal name="clicked" handler="on_cancel_button_clicked"/>
4313               </widget>
4314               <packing>
4315                 <property name="expand">False</property>
4316                 <property name="fill">False</property>
4317                 <property name="position">3</property>
4318               </packing>
4319             </child>
4320           </widget>
4321           <packing>
4322             <property name="expand">False</property>
4323             <property name="pack_type">end</property>
4324             <property name="position">0</property>
4325           </packing>
4326         </child>
4327       </widget>
4328     </child>
4329   </widget>
4330   <widget class="GtkWindow" id="api_search_error">
4331     <property name="width_request">450</property>
4332     <property name="height_request">300</property>
4333     <property name="title" translatable="yes">Search Publisher Errors</property>
4334     <property name="modal">True</property>
4335     <property name="window_position">center-on-parent</property>
4336     <property name="transient_for">mainwindow</property>
4337     <signal name="delete_event" handler="on_remote_search_error_delete_event"/>
4338     <child>
4339       <widget class="GtkVBox" id="vbox31">
4340         <property name="visible">True</property>
4341         <property name="border_width">10</property>
4342         <property name="spacing">5</property>
4343         <child>
4344           <widget class="GtkHBox" id="hbox40">
4345             <property name="visible">True</property>
4346             <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
4347             <property name="spacing">5</property>
4348             <child>
4349               <widget class="GtkImage" id="warningtriangle1">
4350                 <property name="visible">True</property>
4351                 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
4352                 <property name="yalign">1</property>
4353                 <property name="stock">gtk-dialog-warning</property>
4354                 <property name="icon-size">5</property>
4355               </widget>
4356               <packing>
4357                 <property name="expand">False</property>
4358                 <property name="position">0</property>
4359               </packing>
4360             </child>
4361             <child>
4362               <widget class="GtkAlignment" id="alignment38">
4363                 <property name="visible">True</property>
4364                 <property name="top_padding">7</property>
4365                 <child>
4366                   <widget class="GtkLabel" id="label7">
4367                     <property name="visible">True</property>
4368                     <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
4369                     <property name="xalign">0</property>
4370                     <property name="yalign">0</property>
4371                     <property name="label" translatable="yes">Search errors with the following publishers:</property>
4372                     <property name="use_markup">True</property>
4373                     <property name="wrap">True</property>
4374                   </widget>
4375                 </child>
4376               </widget>
4377               <packing>
4378                 <property name="position">1</property>
4379               </packing>
4380             </child>
4381           </widget>
4382           <packing>
4383             <property name="expand">False</property>
4384             <property name="padding">5</property>
4385             <property name="position">0</property>
4386           </packing>
4387         </child>
4388         <child>
4389           <widget class="GtkScrolledWindow" id="scrolledwindow6">
4390             <property name="visible">True</property>
4391             <property name="can_focus">True</property>
4392             <property name="hscrollbar_policy">automatic</property>
4393             <property name="vscrollbar_policy">automatic</property>
4394             <child>
4395               <widget class="GtkTextView" id="api_search_error_text">
4396                 <property name="visible">True</property>
4397                 <property name="can_focus">True</property>
4398                 <property name="editable">False</property>
4399               </widget>
4400             </child>
4401           </widget>
4402           <packing>
4403             <property name="position">1</property>
4404           </packing>
4405         </child>
4406         <child>
4407           <widget class="GtkCheckButton" id="api_search_checkbox">
4408             <property name="label" translatable="yes">Do not notify me about these publishers again.</property>
4409             <property name="visible">True</property>
4410             <property name="can_focus">True</property>
4411             <property name="receives_default">False</property>
4412             <property name="draw_indicator">True</property>
4413             <signal name="toggled" handler="on_api_search_checkbox_toggled"/>
4414           </widget>
4415           <packing>
4416             <property name="expand">False</property>
4417             <property name="position">2</property>
4418           </packing>
4419         </child>
4420         <child>
4421           <widget class="GtkHButtonBox" id="hbuttonbox1">
4422             <property name="visible">True</property>
4423             <property name="layout_style">end</property>
4424             <child>
4425               <widget class="GtkButton" id="api_search_button">
4426                 <property name="label" translatable="yes">gtk-close</property>
4427                 <property name="visible">True</property>
4428                 <property name="can_focus">True</property>
4429                 <property name="receives_default">True</property>
4430                 <property name="use_stock">True</property>
4431                 <signal name="clicked" handler="on_api_search_button_clicked"/>
4432               </widget>
4433               <packing>
4434                 <property name="expand">False</property>
4435                 <property name="fill">False</property>
4436                 <property name="position">0</property>
4437               </packing>
4438             </child>
4439           </widget>
4440           <packing>
4441             <property name="expand">False</property>
4442             <property name="position">3</property>
4443           </packing>
4444         </child>
4445       </widget>
4446     </child>
4447   </widget>
4448   <widget class="GtkDialog" id="ua_completed_dialog">
4449     <property name="border_width">5</property>
4450     <property name="window_position">center-on-parent</property>
4451     <property name="type_hint">dialog</property>
4452     <property name="transient_for">mainwindow</property>
4453     <property name="has_separator">False</property>
4454     <signal name="close" handler="on_ua_dialog_close"/>
4455     <child internal-child="vbox">
4456       <widget class="GtkVBox" id="dialog-vbox3">
4457         <property name="visible">True</property>
4458         <property name="spacing">2</property>
4459         <child>
4460           <widget class="GtkAlignment" id="alignment39">
4461             <property name="visible">True</property>
4462             <property name="top_padding">5</property>
4463             <property name="bottom_padding">5</property>
4464             <property name="left_padding">5</property>
4465             <property name="right_padding">5</property>
4466             <child>
4467               <widget class="GtkHBox" id="hbox41">
4468                 <property name="visible">True</property>
4469                 <child>
4470                   <widget class="GtkAlignment" id="alignment40">
4471                     <property name="visible">True</property>
4472                     <property name="xalign">0</property>
4473                     <property name="yalign">0</property>
4474                     <property name="xscale">0</property>
4475                     <property name="yscale">0</property>
4476                     <child>
4477                       <widget class="GtkImage" id="image1">
4478                         <property name="visible">True</property>
4479                         <property name="stock">gtk-dialog-info</property>
4480                         <property name="icon-size">6</property>
4481                       </widget>
4482                     </child>
4483                   </widget>
4484                   <packing>
4485                     <property name="expand">False</property>
4486                     <property name="fill">False</property>
4487                     <property name="position">0</property>
4488                   </packing>
4489                 </child>
4490                 <child>
4491                   <widget class="GtkAlignment" id="alignment41">
4492                     <property name="visible">True</property>
4493                     <property name="xalign">0.56999999284744263</property>
4494                     <property name="left_padding">10</property>
4495                     <child>
4496                       <widget class="GtkVBox" id="vbox32">
4497                         <property name="visible">True</property>
4498                         <child>
4499                           <widget class="GtkAlignment" id="alignment43">
4500                             <property name="visible">True</property>
4501                             <property name="top_padding">10</property>
4502                             <child>
4503                               <widget class="GtkLabel" id="ua_completed_release_label">
4504                                 <property name="visible">True</property>
4505                                 <property name="xalign">0</property>
4506                               </widget>
4507                             </child>
4508                           </widget>
4509                           <packing>
4510                             <property name="expand">False</property>
4511                             <property name="fill">False</property>
4512                             <property name="position">0</property>
4513                           </packing>
4514                         </child>
4515                         <child>
4516                           <widget class="GtkAlignment" id="alignment44">
4517                             <property name="visible">True</property>
4518                             <property name="xalign">0</property>
4519                             <property name="yalign">0</property>
4520                             <property name="xscale">0</property>
4521                             <property name="yscale">0</property>
4522                             <property name="left_padding">8</property>
4523                             <child>
4524                               <widget class="GtkLinkButton" id="ua_completed_linkbutton">
4525                                 <property name="visible">True</property>
4526                                 <property name="can_focus">True</property>
4527                                 <property name="receives_default">True</property>
4528                                 <property name="has_tooltip">True</property>
4529                                 <property name="relief">none</property>
4530                                 <property name="focus_on_click">False</property>
4531                                 <property name="xalign">0</property>
4532                                 <property name="yalign">0</property>
4533                                 <property name="uri">http://www.opensolaris.org</property>
4534                                 <signal name="clicked" handler="on_ua_completed_linkbutton_clicked"/>
4535                               </widget>
4536                             </child>
4537                           </widget>
4538                           <packing>
4539                             <property name="expand">False</property>
4540                             <property name="fill">False</property>
4541                             <property name="position">1</property>
4542                           </packing>
4543                         </child>
4544                       </widget>
4545                     </child>
4546                   </widget>
4547                   <packing>
4548                     <property name="position">1</property>
4549                   </packing>
4550                 </child>
4551               </widget>
4552             </child>
4553           </widget>
4554           <packing>
4555             <property name="position">1</property>
4556           </packing>
4557         </child>
4558         <child>
4559           <placeholder/>
4560         </child>
4561         <child internal-child="action_area">
4562           <widget class="GtkHButtonBox" id="dialog-action_area3">
4563             <property name="visible">True</property>
4564             <property name="layout_style">end</property>
4565             <child>
4566               <placeholder/>
4567             </child>
4568             <child>
4569               <widget class="GtkButton" id="ua_complete_close_button">
4570                 <property name="label" translatable="yes">gtk-close</property>
4571                 <property name="visible">True</property>
4572                 <property name="can_focus">True</property>
4573                 <property name="receives_default">True</property>
4574                 <property name="use_stock">True</property>
4575                 <signal name="clicked" handler="on_ua_complete_close_button_clicked"/>
4576               </widget>
4577               <packing>
4578                 <property name="expand">False</property>
4579                 <property name="fill">False</property>
4580                 <property name="position">1</property>
4581               </packing>
4582             </child>
4583           </widget>
4584           <packing>
4585             <property name="expand">False</property>
4586             <property name="pack_type">end</property>
4587             <property name="position">0</property>
4588           </packing>
4589         </child>
4590       </widget>
4591     </child>
4592   </widget>
4593 </glade-interface>