1 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
   2 <!DOCTYPE glade-interface SYSTEM "glade-2.0.dtd">
   3 <!--Generated with glade3 3.4.5 on Fri Oct 17 10:49:14 2008 -->
   4 <glade-interface>
   5   <widget class="GtkWindow" id="mainwindow">
   6     <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
   7     <property name="title" translatable="yes">Package Manager</property>
   8     <property name="window_position">GTK_WIN_POS_CENTER</property>
   9     <property name="default_width">750</property>
  10     <property name="default_height">615</property>
  11     <property name="icon">PM_app_48x.png</property>
  12     <signal name="delete_event" handler="on_mainwindow_delete_event"/>
  13     <child>
  14       <widget class="GtkVBox" id="vbox1">
  15         <property name="visible">True</property>
  16         <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
  17         <child>
  18           <widget class="GtkMenuBar" id="menubar1">
  19             <property name="visible">True</property>
  20             <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
  21             <child>
  22               <widget class="GtkMenuItem" id="file">
  23                 <property name="visible">True</property>
  24                 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
  25                 <property name="label" translatable="yes">_File</property>
  26                 <property name="use_underline">True</property>
  27                 <child>
  28                   <widget class="GtkMenu" id="menu1">
  29                     <property name="visible">True</property>
  30                     <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
  31                     <child>
  32                       <widget class="GtkMenuItem" id="file_be">
  33                         <property name="visible">True</property>
  34                         <property name="tooltip" translatable="yes">Boot Environment Management</property>
  35                         <property name="label" translatable="yes">Boot Environment Management</property>
  36                         <property name="use_underline">True</property>
  37                         <signal name="activate" handler="on_file_be_activate"/>
  38                       </widget>
  39                     </child>
  40                     <child>
  41                       <widget class="GtkSeparatorMenuItem" id="separatormenuitem1">
  42                         <property name="visible">True</property>
  43                       </widget>
  44                     </child>
  45                     <child>
  46                       <widget class="GtkMenuItem" id="file_quit">
  47                         <property name="visible">True</property>
  48                         <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
  49                         <property name="tooltip" translatable="yes">Quit application</property>
  50                         <property name="label" translatable="yes">Quit</property>
  51                         <property name="use_underline">True</property>
  52                         <signal name="activate" handler="on_file_quit_activate"/>
  53                       </widget>
  54                     </child>
  55                   </widget>
  56                 </child>
  57               </widget>
  58             </child>
  59             <child>
  60               <widget class="GtkMenuItem" id="edit">
  61                 <property name="visible">True</property>
  62                 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
  63                 <property name="label" translatable="yes">_Edit</property>
  64                 <property name="use_underline">True</property>
  65                 <child>
  66                   <widget class="GtkMenu" id="menu2">
  67                     <property name="visible">True</property>
  68                     <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
  69                     <child>
  70                       <widget class="GtkMenuItem" id="edit_cut">
  71                         <property name="visible">True</property>
  72                         <property name="sensitive">False</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="tooltip" translatable="yes">Cut action</property>
  75                         <property name="label" translatable="yes">Cut</property>
  76                         <property name="use_underline">True</property>
  77                         <signal name="activate" handler="on_edit_cut_activate"/>
  78                       </widget>
  79                     </child>
  80                     <child>
  81                       <widget class="GtkMenuItem" id="edit_copy">
  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">Copy</property>
  86                         <property name="label" translatable="yes">Copy</property>
  87                         <property name="use_underline">True</property>
  88                         <signal name="activate" handler="on_edit_copy_activate"/>
  89                       </widget>
  90                     </child>
  91                     <child>
  92                       <widget class="GtkMenuItem" id="edit_paste">
  93                         <property name="visible">True</property>
  94                         <property name="sensitive">False</property>
  95                         <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
  96                         <property name="tooltip" translatable="yes">Paste</property>
  97                         <property name="label" translatable="yes">Paste</property>
  98                         <property name="use_underline">True</property>
  99                         <signal name="activate" handler="on_edit_paste_activate"/>
 100                       </widget>
 101                     </child>
 102                     <child>
 103                       <widget class="GtkMenuItem" id="edit_clear">
 104                         <property name="visible">True</property>
 105                         <property name="sensitive">False</property>
 106                         <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 107                         <property name="tooltip" translatable="yes">Clear</property>
 108                         <property name="label" translatable="yes">Clear</property>
 109                         <property name="use_underline">True</property>
 110                         <signal name="activate" handler="on_edit_clear_activate"/>
 111                       </widget>
 112                     </child>
 113                     <child>
 114                       <widget class="GtkSeparatorMenuItem" id="menuitem2">
 115                         <property name="visible">True</property>
 116                         <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 117                       </widget>
 118                     </child>
 119                     <child>
 120                       <widget class="GtkMenuItem" id="edit_select_all">
 121                         <property name="visible">True</property>
 122                         <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 123                         <property name="tooltip" translatable="yes">Select All Items</property>
 124                         <property name="label" translatable="yes">Select All</property>
 125                         <property name="use_underline">True</property>
 126                         <signal name="activate" handler="on_edit_select_all_activate"/>
 127                       </widget>
 128                     </child>
 129                     <child>
 130                       <widget class="GtkMenuItem" id="edit_select_updates">
 131                         <property name="visible">True</property>
 132                         <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 133                         <property name="tooltip" translatable="yes">Select Updates</property>
 134                         <property name="label" translatable="yes">Select Updates</property>
 135                         <property name="use_underline">True</property>
 136                         <signal name="activate" handler="on_edit_select_updates_activate"/>
 137                       </widget>
 138                     </child>
 139                     <child>
 140                       <widget class="GtkMenuItem" id="edit_deselect">
 141                         <property name="visible">True</property>
 142                         <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 143                         <property name="tooltip" translatable="yes">Deselect selected packages</property>
 144                         <property name="label" translatable="yes">Deselect</property>
 145                         <property name="use_underline">True</property>
 146                         <signal name="activate" handler="on_edit_deselect_activate"/>
 147                       </widget>
 148                     </child>
 149                   </widget>
 150                 </child>
 151               </widget>
 152             </child>
 153             <child>
 154               <widget class="GtkMenuItem" id="package">
 155                 <property name="visible">True</property>
 156                 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 157                 <property name="label" translatable="yes">_Package</property>
 158                 <property name="use_underline">True</property>
 159                 <child>
 160                   <widget class="GtkMenu" id="menu6">
 161                     <property name="visible">True</property>
 162                     <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 163                     <child>
 164                       <widget class="GtkMenuItem" id="package_update_all">
 165                         <property name="visible">True</property>
 166                         <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 167                         <property name="tooltip" translatable="yes">Update all packages</property>
 168                         <property name="label" translatable="yes">Update All</property>
 169                         <property name="use_underline">True</property>
 170                         <signal name="activate" handler="on_package_update_all_activate"/>
 171                       </widget>
 172                     </child>
 173                     <child>
 174                       <widget class="GtkSeparatorMenuItem" id="menuitem3">
 175                         <property name="visible">True</property>
 176                         <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 177                       </widget>
 178                     </child>
 179                     <child>
 180                       <widget class="GtkMenuItem" id="package_install_update">
 181                         <property name="visible">True</property>
 182                         <property name="sensitive">False</property>
 183                         <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 184                         <property name="tooltip" translatable="yes">Install or Update selected packages</property>
 185                         <property name="label" translatable="yes">Install / Update</property>
 186                         <property name="use_underline">True</property>
 187                         <signal name="activate" handler="on_package_install_update_activate"/>
 188                       </widget>
 189                     </child>
 190                     <child>
 191                       <widget class="GtkMenuItem" id="package_remove">
 192                         <property name="visible">True</property>
 193                         <property name="sensitive">False</property>
 194                         <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 195                         <property name="tooltip" translatable="yes">Remove selected packages</property>
 196                         <property name="label" translatable="yes">Remove</property>
 197                         <property name="use_underline">True</property>
 198                         <signal name="activate" handler="on_package_remove_activate"/>
 199                       </widget>
 200                     </child>
 201                   </widget>
 202                 </child>
 203               </widget>
 204             </child>
 205             <child>
 206               <widget class="GtkMenuItem" id="settings">
 207                 <property name="visible">True</property>
 208                 <property name="label" translatable="yes">_Settings</property>
 209                 <property name="use_underline">True</property>
 210                 <child>
 211                   <widget class="GtkMenu" id="menu4">
 212                     <property name="visible">True</property>
 213                     <child>
 214                       <widget class="GtkMenuItem" id="settings_edit_repositories">
 215                         <property name="visible">True</property>
 216                         <property name="tooltip" translatable="yes">Manage Repositories</property>
 217                         <property name="label" translatable="yes">Manage Repositories...</property>
 218                         <property name="use_underline">True</property>
 219                         <signal name="activate" handler="on_settings_edit_repositories_activate"/>
 220                       </widget>
 221                     </child>
 222                   </widget>
 223                 </child>
 224               </widget>
 225             </child>
 226             <child>
 227               <widget class="GtkMenuItem" id="help">
 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                 <property name="label" translatable="yes">_Help</property>
 231                 <property name="use_underline">True</property>
 232                 <child>
 233                   <widget class="GtkMenu" id="menu3">
 234                     <property name="visible">True</property>
 235                     <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 236                     <child>
 237                       <widget class="GtkMenuItem" id="help_about">
 238                         <property name="visible">True</property>
 239                         <property name="tooltip" translatable="yes">About</property>
 240                         <property name="label" translatable="yes">About</property>
 241                         <property name="use_underline">True</property>
 242                         <signal name="activate" handler="on_help_about_activate"/>
 243                       </widget>
 244                     </child>
 245                     <child>
 246                       <widget class="GtkMenuItem" id="online_help">
 247                         <property name="visible">True</property>
 248                         <property name="tooltip" translatable="yes">Online Help</property>
 249                         <property name="label" translatable="yes">Online Help</property>
 250                         <property name="use_underline">True</property>
 251                         <signal name="activate" handler="on_help_help_activate"/>
 252                       </widget>
 253                     </child>
 254                   </widget>
 255                 </child>
 256               </widget>
 257             </child>
 258           </widget>
 259           <packing>
 260             <property name="expand">False</property>
 261           </packing>
 262         </child>
 263         <child>
 264           <widget class="GtkToolbar" id="actiontoolbar">
 265             <property name="visible">True</property>
 266             <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 267             <property name="toolbar_style">GTK_TOOLBAR_BOTH</property>
 268             <child>
 269               <widget class="GtkToolButton" id="reloadbutton">
 270                 <property name="visible">True</property>
 271                 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 272                 <property name="tooltip" translatable="yes">Click to get list of newest packages.</property>
 273                 <property name="label" translatable="yes">Reload</property>
 274                 <property name="icon">reload24x.png</property>
 275                 <signal name="clicked" handler="on_reload_button_clicked"/>
 276               </widget>
 277               <packing>
 278                 <property name="expand">False</property>
 279               </packing>
 280             </child>
 281             <child>
 282               <widget class="GtkToolButton" id="update_all_button">
 283                 <property name="visible">True</property>
 284                 <property name="sensitive">False</property>
 285                 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 286                 <property name="tooltip" translatable="yes">Click to update all installed packages.</property>
 287                 <property name="label" translatable="yes">Update All</property>
 288                 <property name="icon">update_all24x.png</property>
 289                 <signal name="clicked" handler="on_update_all_button_clicked"/>
 290               </widget>
 291               <packing>
 292                 <property name="expand">False</property>
 293               </packing>
 294             </child>
 295             <child>
 296               <widget class="GtkToolButton" id="install_update_button">
 297                 <property name="visible">True</property>
 298                 <property name="sensitive">False</property>
 299                 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 300                 <property name="tooltip" translatable="yes">Select packages by marking the checkbox and click to Install/Update.</property>
 301                 <property name="label" translatable="yes">Install/Update</property>
 302                 <property name="icon">install_update24x.png</property>
 303                 <signal name="clicked" handler="on_install_update_button_clicked"/>
 304               </widget>
 305               <packing>
 306                 <property name="expand">False</property>
 307               </packing>
 308             </child>
 309             <child>
 310               <widget class="GtkToolButton" id="remove_button">
 311                 <property name="visible">True</property>
 312                 <property name="sensitive">False</property>
 313                 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 314                 <property name="tooltip" translatable="yes">Select packages by marking the checkbox and click to Remove selected.</property>
 315                 <property name="label" translatable="yes">Remove</property>
 316                 <property name="icon">remove24x.png</property>
 317                 <signal name="clicked" handler="on_remove_button_clicked"/>
 318               </widget>
 319               <packing>
 320                 <property name="expand">False</property>
 321               </packing>
 322             </child>
 323             <child>
 324               <widget class="GtkSeparatorToolItem" id="toolbutton2">
 325                 <property name="visible">True</property>
 326                 <property name="draw">False</property>
 327               </widget>
 328               <packing>
 329                 <property name="expand">False</property>
 330                 <property name="homogeneous">False</property>
 331               </packing>
 332             </child>
 333             <child>
 334               <widget class="GtkToolItem" id="toolbutton1">
 335                 <property name="visible">True</property>
 336                 <property name="resize_mode">GTK_RESIZE_QUEUE</property>
 337                 <child>
 338                   <widget class="GtkAlignment" id="alignment9">
 339                     <property name="visible">True</property>
 340                     <property name="resize_mode">GTK_RESIZE_QUEUE</property>
 341                     <property name="xalign">1</property>
 342                     <property name="top_padding">11</property>
 343                     <property name="bottom_padding">11</property>
 344                     <property name="right_padding">14</property>
 345                     <child>
 346                       <widget class="GtkHBox" id="hbox16">
 347                         <property name="visible">True</property>
 348                         <property name="spacing">6</property>
 349                         <child>
 350                           <widget class="GtkLabel" id="label1">
 351                             <property name="visible">True</property>
 352                             <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 353                             <property name="xalign">1</property>
 354                             <property name="yalign">0.60000002384185791</property>
 355                             <property name="label" translatable="yes">&lt;i&gt;Repository:&lt;/i&gt;</property>
 356                             <property name="use_markup">True</property>
 357                             <property name="justify">GTK_JUSTIFY_RIGHT</property>
 358                           </widget>
 359                         </child>
 360                         <child>
 361                           <widget class="GtkComboBox" id="repositorycombobox">
 362                             <property name="width_request">205</property>
 363                             <property name="visible">True</property>
 364                             <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 365                             <signal name="changed" handler="on_repositorycombobox_changed"/>
 366                           </widget>
 367                           <packing>
 368                             <property name="pack_type">GTK_PACK_END</property>
 369                             <property name="position">1</property>
 370                           </packing>
 371                         </child>
 372                       </widget>
 373                     </child>
 374                   </widget>
 375                 </child>
 376               </widget>
 377               <packing>
 378                 <property name="expand">False</property>
 379                 <property name="homogeneous">False</property>
 380               </packing>
 381             </child>
 382           </widget>
 383           <packing>
 384             <property name="expand">False</property>
 385             <property name="position">1</property>
 386           </packing>
 387         </child>
 388         <child>
 389           <widget class="GtkHPaned" id="hpaned1">
 390             <property name="visible">True</property>
 391             <property name="can_focus">True</property>
 392             <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 393             <child>
 394               <widget class="GtkVBox" id="vbox3">
 395                 <property name="visible">True</property>
 396                 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 397                 <child>
 398                   <widget class="GtkAlignment" id="alignment3">
 399                     <property name="visible">True</property>
 400                     <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 401                     <property name="border_width">6</property>
 402                     <child>
 403                       <widget class="GtkComboBox" id="sectionscombobox">
 404                         <property name="visible">True</property>
 405                         <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 406                         <signal name="changed" handler="on_sectionscombobox_changed"/>
 407                       </widget>
 408                     </child>
 409                   </widget>
 410                   <packing>
 411                     <property name="expand">False</property>
 412                   </packing>
 413                 </child>
 414                 <child>
 415                   <widget class="GtkScrolledWindow" id="scrolledwindow1">
 416                     <property name="width_request">200</property>
 417                     <property name="visible">True</property>
 418                     <property name="can_focus">True</property>
 419                     <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 420                     <property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
 421                     <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
 422                     <child>
 423                       <widget class="GtkTreeView" id="categoriestreeview">
 424                         <property name="visible">True</property>
 425                         <property name="can_focus">True</property>
 426                         <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 427                         <property name="headers_visible">False</property>
 428                       </widget>
 429                     </child>
 430                   </widget>
 431                   <packing>
 432                     <property name="position">1</property>
 433                   </packing>
 434                 </child>
 435               </widget>
 436               <packing>
 437                 <property name="resize">False</property>
 438                 <property name="shrink">True</property>
 439               </packing>
 440             </child>
 441             <child>
 442               <widget class="GtkVBox" id="vbox2">
 443                 <property name="visible">True</property>
 444                 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 445                 <child>
 446                   <widget class="GtkHBox" id="hbox2">
 447                     <property name="visible">True</property>
 448                     <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 449                     <property name="border_width">6</property>
 450                     <property name="spacing">50</property>
 451                     <child>
 452                       <widget class="GtkHBox" id="hbox4">
 453                         <property name="visible">True</property>
 454                         <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 455                         <property name="spacing">6</property>
 456                         <child>
 457                           <widget class="GtkLabel" id="label2">
 458                             <property name="visible">True</property>
 459                             <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 460                             <property name="label" translatable="yes">Show:</property>
 461                           </widget>
 462                         </child>
 463                         <child>
 464                           <widget class="GtkComboBox" id="filtercombobox">
 465                             <property name="width_request">150</property>
 466                             <property name="visible">True</property>
 467                             <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 468                             <signal name="changed" handler="on_filtercombobox_changed"/>
 469                           </widget>
 470                           <packing>
 471                             <property name="position">1</property>
 472                           </packing>
 473                         </child>
 474                       </widget>
 475                       <packing>
 476                         <property name="expand">False</property>
 477                       </packing>
 478                     </child>
 479                     <child>
 480                       <widget class="GtkHBox" id="hbox5">
 481                         <property name="visible">True</property>
 482                         <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 483                         <child>
 484                           <widget class="GtkLabel" id="label3">
 485                             <property name="visible">True</property>
 486                             <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 487                             <property name="label" translatable="yes">Search:</property>
 488                           </widget>
 489                           <packing>
 490                             <property name="padding">6</property>
 491                           </packing>
 492                         </child>
 493                         <child>
 494                           <widget class="GtkEntry" id="searchentry">
 495                             <property name="width_request">177</property>
 496                             <property name="visible">True</property>
 497                             <property name="can_focus">True</property>
 498                             <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 499                             <property name="tooltip" translatable="yes">Type text to search name and description of the package.</property>
 500                             <signal name="changed" handler="on_searchentry_changed"/>
 501                             <signal name="focus_out_event" handler="on_searchentry_focus_out_event"/>
 502                             <signal name="focus_in_event" handler="on_searchentry_focus_in_event"/>
 503                             <signal name="event" handler="on_searchentry_event"/>
 504                           </widget>
 505                           <packing>
 506                             <property name="position">1</property>
 507                           </packing>
 508                         </child>
 509                         <child>
 510                           <widget class="GtkButton" id="clear_search">
 511                             <property name="visible">True</property>
 512                             <property name="can_focus">True</property>
 513                             <property name="receives_default">True</property>
 514                             <property name="relief">GTK_RELIEF_NONE</property>
 515                             <property name="focus_on_click">False</property>
 516                             <property name="xalign">0</property>
 517                             <property name="yalign">0</property>
 518                             <property name="response_id">0</property>
 519                             <signal name="clicked" handler="on_clear_search_clicked"/>
 520                             <child>
 521                               <widget class="GtkImage" id="clear_image">
 522                                 <property name="visible">True</property>
 523                                 <property name="stock">gtk-missing-image</property>
 524                               </widget>
 525                             </child>
 526                           </widget>
 527                           <packing>
 528                             <property name="expand">False</property>
 529                             <property name="fill">False</property>
 530                             <property name="position">2</property>
 531                           </packing>
 532                         </child>
 533                       </widget>
 534                       <packing>
 535                         <property name="expand">False</property>
 536                         <property name="padding">12</property>
 537                         <property name="pack_type">GTK_PACK_END</property>
 538                         <property name="position">1</property>
 539                       </packing>
 540                     </child>
 541                   </widget>
 542                   <packing>
 543                     <property name="expand">False</property>
 544                   </packing>
 545                 </child>
 546                 <child>
 547                   <widget class="GtkVPaned" id="vpaned1">
 548                     <property name="visible">True</property>
 549                     <property name="can_focus">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                     <child>
 552                       <widget class="GtkScrolledWindow" id="scrolledwindow2">
 553                         <property name="visible">True</property>
 554                         <property name="can_focus">True</property>
 555                         <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 556                         <property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
 557                         <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
 558                         <child>
 559                           <widget class="GtkTreeView" id="applicationtreeview">
 560                             <property name="height_request">270</property>
 561                             <property name="visible">True</property>
 562                             <property name="can_focus">True</property>
 563                             <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 564                             <property name="rules_hint">True</property>
 565                             <property name="enable_search">False</property>
 566                           </widget>
 567                         </child>
 568                       </widget>
 569                       <packing>
 570                         <property name="resize">True</property>
 571                         <property name="shrink">True</property>
 572                       </packing>
 573                     </child>
 574                     <child>
 575                       <widget class="GtkVBox" id="vbox4">
 576                         <property name="visible">True</property>
 577                         <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 578                         <property name="spacing">10</property>
 579                         <child>
 580                           <widget class="GtkHBox" id="hbox15">
 581                             <property name="visible">True</property>
 582                             <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 583                             <property name="border_width">6</property>
 584                             <property name="spacing">6</property>
 585                             <child>
 586                               <widget class="GtkImage" id="packageimage">
 587                                 <property name="visible">True</property>
 588                                 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 589                                 <property name="xalign">0</property>
 590                                 <property name="yalign">0</property>
 591                                 <property name="xpad">5</property>
 592                                 <property name="ypad">5</property>
 593                                 <property name="pixbuf">PM_package_36x.png</property>
 594                               </widget>
 595                               <packing>
 596                                 <property name="expand">False</property>
 597                               </packing>
 598                             </child>
 599                             <child>
 600                               <widget class="GtkVBox" id="vbox6">
 601                                 <property name="visible">True</property>
 602                                 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 603                                 <child>
 604                                   <widget class="GtkLabel" id="packagenamelabel">
 605                                     <property name="visible">True</property>
 606                                     <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 607                                     <property name="xalign">0</property>
 608                                     <property name="yalign">0</property>
 609                                     <property name="xpad">10</property>
 610                                     <property name="ypad">2</property>
 611                                     <property name="label" translatable="yes">&lt;b&gt;PACKAGE NAME&lt;/b&gt;</property>
 612                                     <property name="use_markup">True</property>
 613                                   </widget>
 614                                 </child>
 615                                 <child>
 616                                   <widget class="GtkLabel" id="shortdescriptionlabel">
 617                                     <property name="visible">True</property>
 618                                     <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 619                                     <property name="xalign">0</property>
 620                                     <property name="yalign">0</property>
 621                                     <property name="xpad">10</property>
 622                                     <property name="label" translatable="yes">Short description</property>
 623                                     <property name="use_markup">True</property>
 624                                   </widget>
 625                                   <packing>
 626                                     <property name="position">1</property>
 627                                   </packing>
 628                                 </child>
 629                               </widget>
 630                               <packing>
 631                                 <property name="position">1</property>
 632                               </packing>
 633                             </child>
 634                           </widget>
 635                           <packing>
 636                             <property name="expand">False</property>
 637                             <property name="fill">False</property>
 638                           </packing>
 639                         </child>
 640                         <child>
 641                           <widget class="GtkNotebook" id="notebook1">
 642                             <property name="visible">True</property>
 643                             <property name="can_focus">True</property>
 644                             <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 645                             <signal name="switch_page" handler="on_notebook1_switch_page"/>
 646                             <child>
 647                               <widget class="GtkScrolledWindow" id="scrolledwindow7">
 648                                 <property name="visible">True</property>
 649                                 <property name="can_focus">True</property>
 650                                 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 651                                 <property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
 652                                 <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
 653                                 <child>
 654                                   <widget class="GtkTextView" id="generalinfotextview">
 655                                     <property name="visible">True</property>
 656                                     <property name="can_focus">True</property>
 657                                     <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 658                                     <property name="editable">False</property>
 659                                   </widget>
 660                                 </child>
 661                               </widget>
 662                             </child>
 663                             <child>
 664                               <widget class="GtkLabel" id="label8">
 665                                 <property name="visible">True</property>
 666                                 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 667                                 <property name="label" translatable="yes">General Info</property>
 668                               </widget>
 669                               <packing>
 670                                 <property name="type">tab</property>
 671                                 <property name="tab_fill">False</property>
 672                               </packing>
 673                             </child>
 674                             <child>
 675                               <widget class="GtkScrolledWindow" id="scrolledwindow9">
 676                                 <property name="visible">True</property>
 677                                 <property name="can_focus">True</property>
 678                                 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 679                                 <property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
 680                                 <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
 681                                 <child>
 682                                   <widget class="GtkTextView" id="installedfilestextview">
 683                                     <property name="visible">True</property>
 684                                     <property name="can_focus">True</property>
 685                                     <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 686                                     <property name="editable">False</property>
 687                                   </widget>
 688                                 </child>
 689                               </widget>
 690                               <packing>
 691                                 <property name="position">1</property>
 692                               </packing>
 693                             </child>
 694                             <child>
 695                               <widget class="GtkLabel" id="label9">
 696                                 <property name="visible">True</property>
 697                                 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 698                                 <property name="label" translatable="yes">Files Details</property>
 699                               </widget>
 700                               <packing>
 701                                 <property name="type">tab</property>
 702                                 <property name="position">1</property>
 703                                 <property name="tab_fill">False</property>
 704                               </packing>
 705                             </child>
 706                             <child>
 707                               <widget class="GtkScrolledWindow" id="scrolledwindow10">
 708                                 <property name="visible">True</property>
 709                                 <property name="can_focus">True</property>
 710                                 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 711                                 <property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
 712                                 <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
 713                                 <child>
 714                                   <widget class="GtkTextView" id="dependenciestextview">
 715                                     <property name="visible">True</property>
 716                                     <property name="can_focus">True</property>
 717                                     <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 718                                     <property name="editable">False</property>
 719                                   </widget>
 720                                 </child>
 721                               </widget>
 722                               <packing>
 723                                 <property name="position">2</property>
 724                               </packing>
 725                             </child>
 726                             <child>
 727                               <widget class="GtkLabel" id="label10">
 728                                 <property name="visible">True</property>
 729                                 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 730                                 <property name="label" translatable="yes">Dependencies</property>
 731                               </widget>
 732                               <packing>
 733                                 <property name="type">tab</property>
 734                                 <property name="position">2</property>
 735                                 <property name="tab_fill">False</property>
 736                               </packing>
 737                             </child>
 738                             <child>
 739                               <widget class="GtkScrolledWindow" id="scrolledwindow16">
 740                                 <property name="visible">True</property>
 741                                 <property name="can_focus">True</property>
 742                                 <property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
 743                                 <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
 744                                 <child>
 745                                   <widget class="GtkTextView" id="licensetextview">
 746                                     <property name="visible">True</property>
 747                                     <property name="can_focus">True</property>
 748                                   </widget>
 749                                 </child>
 750                               </widget>
 751                               <packing>
 752                                 <property name="position">3</property>
 753                               </packing>
 754                             </child>
 755                             <child>
 756                               <widget class="GtkLabel" id="label23">
 757                                 <property name="visible">True</property>
 758                                 <property name="label" translatable="yes">Legal</property>
 759                               </widget>
 760                               <packing>
 761                                 <property name="type">tab</property>
 762                                 <property name="position">3</property>
 763                                 <property name="tab_fill">False</property>
 764                               </packing>
 765                             </child>
 766                           </widget>
 767                           <packing>
 768                             <property name="position">1</property>
 769                           </packing>
 770                         </child>
 771                       </widget>
 772                       <packing>
 773                         <property name="resize">False</property>
 774                         <property name="shrink">True</property>
 775                       </packing>
 776                     </child>
 777                   </widget>
 778                   <packing>
 779                     <property name="position">1</property>
 780                   </packing>
 781                 </child>
 782               </widget>
 783               <packing>
 784                 <property name="resize">True</property>
 785                 <property name="shrink">True</property>
 786               </packing>
 787             </child>
 788           </widget>
 789           <packing>
 790             <property name="padding">3</property>
 791             <property name="position">2</property>
 792           </packing>
 793         </child>
 794         <child>
 795           <widget class="GtkStatusbar" id="statusbar">
 796             <property name="visible">True</property>
 797             <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 798             <property name="spacing">2</property>
 799           </widget>
 800           <packing>
 801             <property name="expand">False</property>
 802             <property name="position">3</property>
 803           </packing>
 804         </child>
 805       </widget>
 806     </child>
 807   </widget>
 808   <widget class="GtkDialog" id="installupdate">
 809     <property name="width_request">385</property>
 810     <property name="height_request">365</property>
 811     <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 812     <property name="border_width">5</property>
 813     <property name="title" translatable="yes">Install / Update Confirmation</property>
 814     <property name="modal">True</property>
 815     <property name="window_position">GTK_WIN_POS_CENTER_ON_PARENT</property>
 816     <property name="icon">PM_app_48x.png</property>
 817     <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
 818     <property name="deletable">False</property>
 819     <property name="transient_for">mainwindow</property>
 820     <property name="has_separator">False</property>
 821     <child internal-child="vbox">
 822       <widget class="GtkVBox" id="dialog-vbox1">
 823         <property name="visible">True</property>
 824         <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 825         <property name="spacing">5</property>
 826         <child>
 827           <widget class="GtkHBox" id="hbox6">
 828             <property name="visible">True</property>
 829             <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 830             <property name="spacing">10</property>
 831             <child>
 832               <widget class="GtkAlignment" id="alignment1">
 833                 <property name="visible">True</property>
 834                 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 835                 <child>
 836                   <placeholder/>
 837                 </child>
 838               </widget>
 839             </child>
 840             <child>
 841               <widget class="GtkImage" id="warningtriangle">
 842                 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 843                 <property name="stock">gtk-dialog-warning</property>
 844                 <property name="icon_size">6</property>
 845               </widget>
 846               <packing>
 847                 <property name="expand">False</property>
 848                 <property name="fill">False</property>
 849                 <property name="position">1</property>
 850               </packing>
 851             </child>
 852             <child>
 853               <widget class="GtkLabel" id="label5">
 854                 <property name="visible">True</property>
 855                 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 856                 <property name="xalign">0</property>
 857                 <property name="yalign">0</property>
 858                 <property name="label" translatable="yes">This action affects other packages.
 859 Review the packages to be installed or updated.
 860 Click Next to continue.</property>
 861                 <property name="use_markup">True</property>
 862                 <property name="wrap">True</property>
 863               </widget>
 864               <packing>
 865                 <property name="position">2</property>
 866               </packing>
 867             </child>
 868             <child>
 869               <widget class="GtkAlignment" id="alignment2">
 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                 <child>
 873                   <placeholder/>
 874                 </child>
 875               </widget>
 876               <packing>
 877                 <property name="position">3</property>
 878               </packing>
 879             </child>
 880           </widget>
 881           <packing>
 882             <property name="expand">False</property>
 883             <property name="padding">5</property>
 884             <property name="position">1</property>
 885           </packing>
 886         </child>
 887         <child>
 888           <widget class="GtkScrolledWindow" id="scrolledwindow3">
 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="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
 893             <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
 894             <child>
 895               <widget class="GtkTreeView" id="treeview1">
 896                 <property name="visible">True</property>
 897                 <property name="can_focus">True</property>
 898                 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 899                 <property name="headers_visible">False</property>
 900                 <property name="enable_search">False</property>
 901                 <property name="level_indentation">70</property>
 902               </widget>
 903             </child>
 904           </widget>
 905           <packing>
 906             <property name="padding">6</property>
 907             <property name="position">2</property>
 908           </packing>
 909         </child>
 910         <child>
 911           <widget class="GtkLabel" id="packagenamelabel2">
 912             <property name="visible">True</property>
 913             <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 914             <property name="xalign">0</property>
 915             <property name="yalign">0</property>
 916             <property name="label" translatable="yes">&lt;b&gt;Summary&lt;/b&gt;</property>
 917             <property name="use_markup">True</property>
 918           </widget>
 919           <packing>
 920             <property name="expand">False</property>
 921             <property name="position">3</property>
 922           </packing>
 923         </child>
 924         <child>
 925           <widget class="GtkLabel" id="packagenamelabel3">
 926             <property name="visible">True</property>
 927             <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 928             <property name="xalign">0</property>
 929             <property name="yalign">0</property>
 930             <property name="label" translatable="yes">6 packages will be installed
 931 28 packages will be updated
 932 
 933 20.1 MB will be downloaded</property>
 934             <property name="use_markup">True</property>
 935           </widget>
 936           <packing>
 937             <property name="expand">False</property>
 938             <property name="position">4</property>
 939           </packing>
 940         </child>
 941         <child>
 942           <widget class="GtkHSeparator" id="hseparator3">
 943             <property name="visible">True</property>
 944             <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 945           </widget>
 946           <packing>
 947             <property name="expand">False</property>
 948             <property name="padding">5</property>
 949             <property name="position">5</property>
 950           </packing>
 951         </child>
 952         <child internal-child="action_area">
 953           <widget class="GtkHButtonBox" id="dialog-action_area1">
 954             <property name="visible">True</property>
 955             <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 956             <property name="layout_style">GTK_BUTTONBOX_END</property>
 957             <child>
 958               <widget class="GtkButton" id="cancel">
 959                 <property name="visible">True</property>
 960                 <property name="can_focus">True</property>
 961                 <property name="receives_default">True</property>
 962                 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 963                 <property name="label" translatable="yes">Cancel</property>
 964                 <property name="response_id">0</property>
 965                 <signal name="clicked" handler="on_cancel_button_clicked"/>
 966               </widget>
 967             </child>
 968             <child>
 969               <widget class="GtkButton" id="next">
 970                 <property name="visible">True</property>
 971                 <property name="can_focus">True</property>
 972                 <property name="receives_default">True</property>
 973                 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 974                 <property name="label" translatable="yes">Next</property>
 975                 <property name="response_id">0</property>
 976                 <signal name="clicked" handler="on_next_button_clicked"/>
 977               </widget>
 978               <packing>
 979                 <property name="position">1</property>
 980               </packing>
 981             </child>
 982           </widget>
 983           <packing>
 984             <property name="expand">False</property>
 985             <property name="pack_type">GTK_PACK_END</property>
 986           </packing>
 987         </child>
 988       </widget>
 989     </child>
 990   </widget>
 991   <widget class="GtkDialog" id="downloadingfiles">
 992     <property name="width_request">350</property>
 993     <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 994     <property name="border_width">5</property>
 995     <property name="title" translatable="yes">Downloading Packages</property>
 996     <property name="resizable">False</property>
 997     <property name="modal">True</property>
 998     <property name="window_position">GTK_WIN_POS_CENTER_ON_PARENT</property>
 999     <property name="icon">PM_app_48x.png</property>
1000     <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
1001     <property name="deletable">False</property>
1002     <property name="transient_for">mainwindow</property>
1003     <property name="has_separator">False</property>
1004     <child internal-child="vbox">
1005       <widget class="GtkVBox" id="dialog-vbox3">
1006         <property name="visible">True</property>
1007         <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
1008         <property name="spacing">2</property>
1009         <child>
1010           <widget class="GtkVBox" id="vbox7">
1011             <property name="visible">True</property>
1012             <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
1013             <property name="spacing">10</property>
1014             <child>
1015               <widget class="GtkLabel" id="packagedependencies2">
1016                 <property name="visible">True</property>
1017                 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
1018                 <property name="xalign">0</property>
1019                 <property name="yalign">0</property>
1020                 <property name="label" translatable="yes">Downloading files...</property>
1021                 <property name="use_markup">True</property>
1022               </widget>
1023               <packing>
1024                 <property name="expand">False</property>
1025               </packing>
1026             </child>
1027             <child>
1028               <widget class="GtkProgressBar" id="downloadprogress">
1029                 <property name="visible">True</property>
1030                 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
1031               </widget>
1032               <packing>
1033                 <property name="expand">False</property>
1034                 <property name="position">1</property>
1035               </packing>
1036             </child>
1037             <child>
1038               <widget class="GtkExpander" id="expander2">
1039                 <property name="visible">True</property>
1040                 <property name="can_focus">True</property>
1041                 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
1042                 <child>
1043                   <widget class="GtkScrolledWindow" id="scrolledwindow4">
1044                     <property name="visible">True</property>
1045                     <property name="can_focus">True</property>
1046                     <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
1047                     <property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
1048                     <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
1049                     <child>
1050                       <widget class="GtkTextView" id="downloadtextview">
1051                         <property name="height_request">250</property>
1052                         <property name="visible">True</property>
1053                         <property name="can_focus">True</property>
1054                         <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
1055                         <property name="editable">False</property>
1056                       </widget>
1057                     </child>
1058                   </widget>
1059                 </child>
1060                 <child>
1061                   <widget class="GtkLabel" id="label12">
1062                     <property name="visible">True</property>
1063                     <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
1064                     <property name="label" translatable="yes">Show Details</property>
1065                   </widget>
1066                   <packing>
1067                     <property name="type">label_item</property>
1068                   </packing>
1069                 </child>
1070               </widget>
1071               <packing>
1072                 <property name="expand">False</property>
1073                 <property name="position">2</property>
1074               </packing>
1075             </child>
1076             <child>
1077               <widget class="GtkHSeparator" id="hseparator2">
1078                 <property name="visible">True</property>
1079                 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
1080               </widget>
1081               <packing>
1082                 <property name="expand">False</property>
1083                 <property name="position">3</property>
1084               </packing>
1085             </child>
1086           </widget>
1087           <packing>
1088             <property name="position">1</property>
1089           </packing>
1090         </child>
1091         <child internal-child="action_area">
1092           <widget class="GtkHButtonBox" id="dialog-action_area3">
1093             <property name="visible">True</property>
1094             <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
1095             <property name="layout_style">GTK_BUTTONBOX_END</property>
1096             <child>
1097               <widget class="GtkButton" id="canceldownload">
1098                 <property name="visible">True</property>
1099                 <property name="can_focus">True</property>
1100                 <property name="receives_default">True</property>
1101                 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
1102                 <property name="label" translatable="yes">Cancel</property>
1103                 <property name="response_id">0</property>
1104                 <signal name="clicked" handler="on_canceldownload_clicked"/>
1105               </widget>
1106             </child>
1107           </widget>
1108           <packing>
1109             <property name="expand">False</property>
1110             <property name="pack_type">GTK_PACK_END</property>
1111           </packing>
1112         </child>
1113       </widget>
1114     </child>
1115   </widget>
1116   <widget class="GtkDialog" id="createplandialog">
1117     <property name="width_request">350</property>
1118     <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
1119     <property name="border_width">5</property>
1120     <property name="title" translatable="yes">Install/Upgrade Check</property>
1121     <property name="resizable">False</property>
1122     <property name="modal">True</property>
1123     <property name="window_position">GTK_WIN_POS_CENTER_ON_PARENT</property>
1124     <property name="icon">PM_app_48x.png</property>
1125     <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
1126     <property name="deletable">False</property>
1127     <property name="transient_for">mainwindow</property>
1128     <property name="has_separator">False</property>
1129     <child internal-child="vbox">
1130       <widget class="GtkVBox" id="dialog-vbox4">
1131         <property name="visible">True</property>
1132         <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
1133         <property name="spacing">2</property>
1134         <child>
1135           <widget class="GtkVBox" id="vbox9">
1136             <property name="visible">True</property>
1137             <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
1138             <property name="spacing">10</property>
1139             <child>
1140               <widget class="GtkLabel" id="packagedependencies">
1141                 <property name="visible">True</property>
1142                 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
1143                 <property name="xalign">0</property>
1144                 <property name="yalign">0</property>
1145                 <property name="label" translatable="yes">Checking package dependencies...</property>
1146                 <property name="use_markup">True</property>
1147               </widget>
1148               <packing>
1149                 <property name="expand">False</property>
1150               </packing>
1151             </child>
1152             <child>
1153               <widget class="GtkProgressBar" id="createplanprogress">
1154                 <property name="visible">True</property>
1155                 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
1156               </widget>
1157               <packing>
1158                 <property name="expand">False</property>
1159                 <property name="position">1</property>
1160               </packing>
1161             </child>
1162             <child>
1163               <widget class="GtkExpander" id="expander3">
1164                 <property name="visible">True</property>
1165                 <property name="can_focus">True</property>
1166                 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
1167                 <child>
1168                   <widget class="GtkScrolledWindow" id="scrolledwindow5">
1169                     <property name="visible">True</property>
1170                     <property name="can_focus">True</property>
1171                     <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
1172                     <property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
1173                     <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
1174                     <child>
1175                       <widget class="GtkTextView" id="createplantextview">
1176                         <property name="height_request">250</property>
1177                         <property name="visible">True</property>
1178                         <property name="can_focus">True</property>
1179                         <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
1180                         <property name="editable">False</property>
1181                       </widget>
1182                     </child>
1183                   </widget>
1184                 </child>
1185                 <child>
1186                   <widget class="GtkLabel" id="label13">
1187                     <property name="visible">True</property>
1188                     <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
1189                     <property name="label" translatable="yes">Show Details</property>
1190                   </widget>
1191                   <packing>
1192                     <property name="type">label_item</property>
1193                   </packing>
1194                 </child>
1195               </widget>
1196               <packing>
1197                 <property name="expand">False</property>
1198                 <property name="position">2</property>
1199               </packing>
1200             </child>
1201             <child>
1202               <widget class="GtkHSeparator" id="hseparator1">
1203                 <property name="visible">True</property>
1204                 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
1205               </widget>
1206               <packing>
1207                 <property name="expand">False</property>
1208                 <property name="position">3</property>
1209               </packing>
1210             </child>
1211           </widget>
1212           <packing>
1213             <property name="position">1</property>
1214           </packing>
1215         </child>
1216         <child internal-child="action_area">
1217           <widget class="GtkHButtonBox" id="dialog-action_area4">
1218             <property name="visible">True</property>
1219             <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
1220             <property name="layout_style">GTK_BUTTONBOX_END</property>
1221             <child>
1222               <widget class="GtkButton" id="cancelcreateplan">
1223                 <property name="visible">True</property>
1224                 <property name="can_focus">True</property>
1225                 <property name="receives_default">True</property>
1226                 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
1227                 <property name="label" translatable="yes">Cancel</property>
1228                 <property name="response_id">0</property>
1229                 <signal name="clicked" handler="on_cancelcreateplan_clicked"/>
1230               </widget>
1231             </child>
1232           </widget>
1233           <packing>
1234             <property name="expand">False</property>
1235             <property name="pack_type">GTK_PACK_END</property>
1236           </packing>
1237         </child>
1238       </widget>
1239     </child>
1240   </widget>
1241   <widget class="GtkDialog" id="installingdialog">
1242     <property name="width_request">350</property>
1243     <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
1244     <property name="border_width">5</property>
1245     <property name="title" translatable="yes">Installing Packages</property>
1246     <property name="resizable">False</property>
1247     <property name="modal">True</property>
1248     <property name="window_position">GTK_WIN_POS_CENTER_ON_PARENT</property>
1249     <property name="icon">PM_app_48x.png</property>
1250     <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
1251     <property name="deletable">False</property>
1252     <property name="transient_for">mainwindow</property>
1253     <property name="has_separator">False</property>
1254     <child internal-child="vbox">
1255       <widget class="GtkVBox" id="dialog-vbox5">
1256         <property name="visible">True</property>
1257         <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
1258         <property name="spacing">2</property>
1259         <child>
1260           <widget class="GtkVBox" id="vbox8">
1261             <property name="visible">True</property>
1262             <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
1263             <property name="spacing">10</property>
1264             <child>
1265               <widget class="GtkLabel" id="packagedependencies3">
1266                 <property name="visible">True</property>
1267                 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
1268                 <property name="xalign">0</property>
1269                 <property name="yalign">0</property>
1270                 <property name="label" translatable="yes">Installing Packages...</property>
1271                 <property name="use_markup">True</property>
1272               </widget>
1273               <packing>
1274                 <property name="expand">False</property>
1275               </packing>
1276             </child>
1277             <child>
1278               <widget class="GtkProgressBar" id="installingprogress">
1279                 <property name="visible">True</property>
1280                 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
1281               </widget>
1282               <packing>
1283                 <property name="expand">False</property>
1284                 <property name="position">1</property>
1285               </packing>
1286             </child>
1287             <child>
1288               <widget class="GtkExpander" id="expander4">
1289                 <property name="visible">True</property>
1290                 <property name="can_focus">True</property>
1291                 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
1292                 <child>
1293                   <widget class="GtkScrolledWindow" id="scrolledwindow6">
1294                     <property name="visible">True</property>
1295                     <property name="can_focus">True</property>
1296                     <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
1297                     <property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
1298                     <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
1299                     <child>
1300                       <widget class="GtkTextView" id="installingtextview">
1301                         <property name="height_request">250</property>
1302                         <property name="visible">True</property>
1303                         <property name="can_focus">True</property>
1304                         <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
1305                         <property name="editable">False</property>
1306                       </widget>
1307                     </child>
1308                   </widget>
1309                 </child>
1310                 <child>
1311                   <widget class="GtkLabel" id="label4">
1312                     <property name="visible">True</property>
1313                     <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
1314                     <property name="label" translatable="yes">Show Details</property>
1315                   </widget>
1316                   <packing>
1317                     <property name="type">label_item</property>
1318                   </packing>
1319                 </child>
1320               </widget>
1321               <packing>
1322                 <property name="expand">False</property>
1323                 <property name="position">2</property>
1324               </packing>
1325             </child>
1326             <child>
1327               <widget class="GtkHSeparator" id="hseparator4">
1328                 <property name="visible">True</property>
1329                 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
1330               </widget>
1331               <packing>
1332                 <property name="expand">False</property>
1333                 <property name="position">3</property>
1334               </packing>
1335             </child>
1336           </widget>
1337           <packing>
1338             <property name="position">1</property>
1339           </packing>
1340         </child>
1341         <child internal-child="action_area">
1342           <widget class="GtkHButtonBox" id="dialog-action_area5">
1343             <property name="visible">True</property>
1344             <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
1345             <property name="layout_style">GTK_BUTTONBOX_END</property>
1346           </widget>
1347           <packing>
1348             <property name="expand">False</property>
1349             <property name="pack_type">GTK_PACK_END</property>
1350           </packing>
1351         </child>
1352       </widget>
1353     </child>
1354   </widget>
1355   <widget class="GtkAboutDialog" id="aboutdialog">
1356     <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
1357     <property name="border_width">5</property>
1358     <property name="title" translatable="yes">About Glade</property>
1359     <property name="resizable">False</property>
1360     <property name="window_position">GTK_WIN_POS_CENTER_ON_PARENT</property>
1361     <property name="icon">PM_app_48x.png</property>
1362     <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
1363     <property name="program_name">Package Manager</property>
1364     <property name="version">0.2</property>
1365     <property name="copyright" translatable="yes">Copyright 2008 Sun Microsystems, Inc.  
1366 All rights reserved.
1367 Use is subject to license terms.</property>
1368     <property name="license">COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0
1369 
1370 1. Definitions.
1371 
1372 1.1. Contributor means each individual or entity that creates or
1373 contributes to the creation of Modifications.
1374 
1375 1.2. Contributor Version means the combination of the Original
1376 Software, prior Modifications used by a Contributor (if any),
1377 and the Modifications made by that particular Contributor.
1378 
1379 1.3. Covered Software means (a) the Original Software, or (b)
1380 Modifications, or (c) the combination of files containing
1381 Original Software with files containing Modifications, in each
1382 case including portions thereof.
1383 
1384 1.4. Executable means the Covered Software in any form other
1385 than Source Code.
1386 
1387 1.5. Initial Developer means the individual or entity that first
1388 makes Original Software available under this License.
1389 
1390 1.6. Larger Workmeans a work which combines Covered Software or
1391 portions thereof with code not governed by the terms of this
1392 License.
1393 
1394 1.7. License means this document.
1395 
1396 1.8. Licensable means having the right to grant, to the maximum
1397 extent possible, whether at the time of the initial grant or 
1398 subsequently acquired, any and all of the rights conveyed herein.
1399 
1400 1.9. Modifications means the Source Code and Executable form of
1401 any of the following: A. Any file that results from an addition
1402 to, deletion from or modification of the contents of a file
1403 containing Original Software or previous Modifications; B. Any
1404 new file that contains any part of the Original Software or
1405 previous Modification; or C. Any new file that is contributed or
1406 otherwise made available under the terms of this License.
1407 
1408 1.10. Original Software means the Source Code and Executable
1409 form of computer software code that is originally released under
1410 this License.
1411 
1412 1.11. Patent Claims means any patent claim(s), now owned or
1413 hereafter acquired, including without limitation, method,
1414 process, and apparatus claims, in any patent Licensable by
1415 grantor.
1416 
1417 1.12. Source Code means (a) the common form of computer software
1418 code in which modifications are made and (b) associated
1419 documentation included in or with such code.
1420 
1421 1.13. You (or Your) means an individual or a legal entity
1422 exercising rights under, and complying with all of the terms of,
1423 this License. For legal entities, You includes any entity which
1424 controls, is controlled by, or is under common control with You.
1425 For purposes of this definition, control means (a) the power,
1426 direct or indirect, to cause the direction or management of such
1427 entity, whether by contract or otherwise, or (b) ownership of
1428 more than fifty percent (50%) of the outstanding shares or
1429 beneficial ownership of such entity.
1430 
1431 2. License Grants.
1432 
1433 2.1. The Initial Developer Grant. Conditioned upon Your
1434 compliance with Section 3.1 below and subject to third party
1435 intellectual property claims, the Initial Developer hereby
1436 grants You a world-wide, royalty-free, non-exclusive license:
1437 
1438 (a) under intellectual property rights (other than patent or
1439 trademark) Licensable by Initial Developer, to use, reproduce,
1440 modify, display, perform, sublicense and distribute the Original
1441 Software (or portions thereof), with or without Modifications,
1442 and/or as part of a Larger Work; and
1443 
1444 (b) under Patent Claims infringed by the making, using or
1445 selling of Original Software, to make, have made, use, practice,
1446 sell, and offer for sale, and/or otherwise dispose of the
1447 Original Software (or portions thereof);
1448 
1449 (c) The licenses granted in Sections 2.1(a) and (b) are
1450 effective on the date Initial Developer first distributes or
1451 otherwise makes the Original Software available to a third party
1452 under the terms of this License;
1453 
1454 (d) Notwithstanding Section 2.1(b) above, no patent license is
1455 granted: (1) for code that You delete from the Original
1456 Software, or (2) for infringements caused by: (i) the
1457 modification of the Original Software, or (ii) the combination
1458 of the Original Software with other software or devices.
1459 
1460 2.2. Contributor Grant. Conditioned upon Your compliance with
1461 Section 3.1 below and subject to third party intellectual
1462 property claims, each Contributor hereby grants You a
1463 world-wide, royalty-free, non-exclusive license:
1464 
1465 (a) under intellectual property rights (other than patent or
1466 trademark) Licensable by Contributor to use, reproduce, modify,
1467 display, perform, sublicense and distribute the Modifications
1468 created by such Contributor (or portions thereof), either on an
1469 unmodified basis, with other Modifications, as Covered Software
1470 and/or as part of a Larger Work; and
1471 
1472 (b) under Patent Claims infringed by the making, using, or
1473 selling of Modifications made by that Contributor either alone
1474 and/or in combination with its Contributor Version (or portions
1475 of such combination), to make, use, sell, offer for sale, have
1476 made, and/or otherwise dispose of: (1) Modifications made by
1477 that Contributor (or portions thereof); and (2) the combination
1478 of Modifications made by that Contributor with its Contributor
1479 Version (or portions of such combination).
1480 
1481 (c) The licenses granted in Sections 2.2(a) and 2.2(b)
1482 areeffective on the date Contributor first distributes or
1483 otherwise makes the Modifications available to a third party.
1484 
1485 (d) Notwithstanding Section 2.2(b) above, no patent license is
1486 granted: (1) for any code that Contributor has deleted from the
1487 Contributor Version; (2) for infringements caused by: (i) third
1488 party modifications of Contributor Version, or (ii) the
1489 combination of Modifications made by that Contributor with other
1490 software (except as part of the Contributor Version) or other
1491 devices; or (3) under Patent Claims infringed by Covered
1492 Software in the absence of Modifications made by that
1493 Contributor.
1494 
1495 3. Distribution Obligations.
1496 
1497 3.1. Availability of Source Code. Any Covered Software that You
1498 distribute or otherwise make available in Executable form must
1499 also be made available in Source Code form and that Source Code
1500 form must be distributed only under the terms of this License.
1501 You must include a copy of this License with every copy of the
1502 Source Code form of the Covered Software You distribute or
1503 otherwise make available. You must inform recipients of any such
1504 Covered Software in Executable form as to how they can obtain
1505 such Covered Software in Source Code form in a reasonable manner
1506 on or through a medium customarily used for software exchange.
1507 
1508 3.2. Modifications. The Modifications that You create or to
1509 which You contribute are governed by the terms of this License.
1510 You represent that You believe Your Modifications are Your
1511 original creation(s) and/or You have sufficient rights to grant
1512 the rights conveyed by this License.
1513 
1514 3.3. Required Notices. You must include a notice in each of Your
1515 Modifications that identifies You as the Contributor of the
1516 Modification. You may not remove or alter any copyright, patent
1517 or trademark notices contained within the Covered Software, or
1518 any notices of licensing or any descriptive text giving
1519 attribution to any Contributor or the Initial Developer.
1520 
1521 3.4. Application of Additional Terms. You may not offer or
1522 impose any terms on any Covered Software in Source Code form
1523 that alters or restricts the applicable version of this License
1524 or the recipients rights hereunder. You may choose to offer, and
1525 to charge a fee for, warranty, support, indemnity or liability
1526 obligations to one or more recipients of Covered
1527 Software. However, you may do so only on Your own behalf, and
1528 not on behalf of the Initial Developer or any Contributor. You
1529 must make it absolutely clear that any such warranty, support,
1530 indemnity or liability obligation is offered by You alone, and
1531 You hereby agree to indemnify the Initial Developer and every
1532 Contributor for any liability incurred by the Initial Developer
1533 or such Contributor as a result of warranty, support, indemnity
1534 or liability terms You offer.
1535 
1536 3.5. Distribution of Executable Versions. You may distribute the
1537 Executable form of the Covered Software under the terms of this
1538 License or under the terms of a license of Your choice, which
1539 may contain terms different from this License, provided that You
1540 are in compliance with the terms of this License and that the
1541 license for the Executable form does not attempt to limit or
1542 alter the recipients rights in the Source Code form from the
1543 rights set forth in this License. If You distribute the Covered
1544 Software in Executable form under a different license, You must
1545 make it absolutely clear that any terms which differ from this
1546 License are offered by You alone, not by the Initial Developer
1547 or Contributor. You hereby agree to indemnify the Initial
1548 Developer and every Contributor for any liability incurred by
1549 the Initial Developer or such Contributor as a result of any
1550 such terms You offer.
1551 
1552 3.6. Larger Works. You may create a Larger Work by combining
1553 Covered Software with other code not governed by the terms of
1554 this License and distribute the Larger Work as a single product.
1555 In such a case, You must make sure the requirements of this
1556 License are fulfilled for the Covered Software.
1557 
1558 4. Versions of the License.
1559 
1560 4.1. New Versions. Sun Microsystems, Inc. is the initial license
1561 steward and may publish revised and/or new versions of this
1562 License from time to time. Each version will be given a
1563 distinguishing version number. Except as provided in Section
1564 4.3, no one other than the license steward has the right to
1565 modify this License.
1566 
1567 4.2. Effect of New Versions. You may always continue to use,
1568 distribute or otherwise make the Covered Software available
1569 under the terms of the version of the License under which You
1570 originally received the Covered Software. If the Initial
1571 Developer includes a notice in the Original Software prohibiting
1572 it from being distributed or otherwise made available under any
1573 subsequent version of the License, You must distribute and make
1574 the Covered Software available under the terms of the version of
1575 the License under which You originally received the Covered
1576 Software.  Otherwise, You may also choose to use, distribute or
1577 otherwise make the Covered Software available under the terms of
1578 any subsequent version of the License published by the license
1579 steward.
1580 
1581 4.3. Modified Versions. When You are an Initial Developer and
1582 You want to create a new license for Your Original Software, You
1583 may create and use a modified version of this License if You:
1584 (a) rename the license and remove any references to the name of
1585 the license steward (except to note that the license differs
1586 from this License); and (b) otherwise make it clear that the
1587 license contains terms which differ from this License.
1588 
1589 5. DISCLAIMER OF WARRANTY. COVERED SOFTWARE IS PROVIDED UNDER
1590 THIS LICENSE ON AN AS IS BASIS, WITHOUT WARRANTY OF ANY KIND,
1591 EITHER EXPRESSED OR IMPLIED, INCLUDING, WITHOUT LIMITATION,
1592 WARRANTIES THAT THE COVERED SOFTWARE IS FREE OF DEFECTS,
1593 MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR NON-INFRINGING.
1594 THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE COVERED
1595 SOFTWARE IS WITH YOU. SHOULD ANY COVERED SOFTWARE PROVE
1596 DEFECTIVE IN ANY RESPECT, YOU (NOT THE INITIAL DEVELOPER OR ANY
1597 OTHER CONTRIBUTOR) ASSUME THE COST OF ANY NECESSARY SERVICING,
1598 REPAIR OR CORRECTION. THIS DISCLAIMER OF WARRANTY CONSTITUTES AN
1599 ESSENTIAL PART OF THIS LICENSE. NO USE OF ANY COVERED SOFTWARE
1600 IS AUTHORIZED HEREUNDER EXCEPT UNDER THIS DISCLAIMER.
1601 
1602 6. TERMINATION.
1603 
1604 6.1. This License and the rights granted hereunder will
1605 terminate automatically if You fail to comply with terms herein
1606 and fail to cure such breach within 30 days of becoming aware of
1607 the breach. Provisions which, by their nature, must remain in
1608 effect beyond the termination of this License shall survive.
1609 
1610 6.2. If You assert a patent infringement claim (excluding
1611 declaratory judgment actions) against Initial Developer or a
1612 Contributor (the Initial Developer or Contributor against whom
1613 You assert such claim is referred to as Participant) alleging
1614 that the Participant Software (meaning the Contributor Version
1615 where the Participant is a Contributor or the Original Software
1616 where the Participant is the Initial Developer) directly or
1617 indirectly infringes any patent, then any and all rights granted
1618 directly or indirectly to You by such Participant, the Initial
1619 Developer (if the Initial Developer is not the Participant) and
1620 all Contributors under Sections 2.1 and/or 2.2 of this License
1621 shall, upon 60 days notice from Participant terminate
1622 prospectively and automatically at the expiration of such 60 day
1623 notice period, unless if within such 60 day period You withdraw
1624 Your claim with respect to the Participant Software against such
1625 Participant either unilaterally or pursuant to a written
1626 agreement with Participant.
1627 
1628 6.3. In the event of termination under Sections 6.1 or 6.2
1629 above, all end user licenses that have been validly granted by
1630 You or any distributor hereunder prior to termination (excluding
1631 licenses granted to You by any distributor) shall survive
1632 termination.
1633 
1634 7. LIMITATION OF LIABILITY. UNDER NO CIRCUMSTANCES AND UNDER NO
1635 LEGAL THEORY, WHETHER TORT (INCLUDING NEGLIGENCE), CONTRACT, OR
1636 OTHERWISE, SHALL YOU, THE INITIAL DEVELOPER, ANY OTHER
1637 CONTRIBUTOR, OR ANY DISTRIBUTOR OF COVERED SOFTWARE, OR ANY
1638 SUPPLIER OF ANY OF SUCH PARTIES, BE LIABLE TO ANY PERSON FOR ANY
1639 INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF ANY
1640 CHARACTER INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOST
1641 PROFITS, LOSS OF GOODWILL, WORK STOPPAGE, COMPUTER FAILURE OR
1642 MALFUNCTION, OR ANY AND ALL OTHER COMMERCIAL DAMAGES OR LOSSES,
1643 EVEN IF SUCH PARTY SHALL HAVE BEEN INFORMED OF THE POSSIBILITY
1644 OF SUCH DAMAGES. THIS LIMITATION OF LIABILITY SHALL NOT APPLY TO
1645 LIABILITY FOR DEATH OR PERSONAL INJURY RESULTING FROM SUCH
1646 PARTYS NEGLIGENCE TO THE EXTENT APPLICABLE LAW PROHIBITS SUCH
1647 LIMITATION. SOME JURISDICTIONS DO NOT ALLOW THE EXCLUSION OR
1648 LIMITATION OF INCIDENTAL OR CONSEQUENTIAL DAMAGES, SO THIS
1649 EXCLUSION AND LIMITATION MAY NOT APPLY TO YOU.
1650 
1651 8. U.S. GOVERNMENT END USERS. The Covered Software is a
1652 commercial item, as that term is defined in 48 C.F.R. 2.101
1653 (Oct. 1995), consisting of commercial computer software (as that
1654 term is defined at 48 C.F.R. 252.227-7014(a)(1)) and commercial
1655 computer software documentation as such terms are used in 48
1656 C.F.R. 12.212 (Sept. 1995). Consistent with 48 C.F.R. 12.212 and
1657 48 C.F.R. 227.7202-1 through 227.7202-4 (June 1995), all
1658 U.S. Government End Users acquire Covered Software with only
1659 those rights set forth herein. This U.S. Government Rights
1660 clause is in lieu of, and supersedes, any other FAR, DFAR, or
1661 other clause or provision that addresses Government rights in
1662 computer software under this License.
1663 
1664 9. MISCELLANEOUS. This License represents the complete agreement
1665 concerning subject matter hereof. If any provision of this
1666 License is held to be unenforceable, such provision shall be
1667 reformed only to the extent necessary to make it enforceable.
1668 This License shall be governed by the law of the jurisdiction
1669 specified in a notice contained within the Original Software
1670 (except to the extent applicable law, if any, provides
1671 otherwise), excluding such jurisdictions conflict-of-law
1672 provisions. Any litigation relating to this License shall be
1673 subject to the jurisdiction of the courts located in the
1674 jurisdiction and venue specified in a notice contained within
1675 the Original Software, with the losing party responsible for
1676 costs, including, without limitation, court costs and reasonable
1677 attorneys fees and expenses. The application of the United
1678 Nations Convention on Contracts for the International Sale of
1679 Goods is expressly excluded. Any law or regulation which
1680 provides that the language of a contract shall be construed
1681 against the drafter shall not apply to this License. You agree
1682 that You alone are responsible for compliance with the United
1683 States export administration regulations (and the export control
1684 laws and regulation of any other countries) when You use,
1685 distribute or otherwise make available any Covered Software.
1686 
1687 10. RESPONSIBILITY FOR CLAIMS. As between Initial Developer and
1688 the Contributors, each party is responsible for claims and
1689 damages arising, directly or indirectly, out of its utilization
1690 of rights under this License and You agree to work with Initial
1691 Developer and Contributors to distribute such responsibility on
1692 an equitable basis. Nothing herein is intended or shall be
1693 deemed to constitute any admission of liability.
1694 
1695 ----------------------------------------------------------------
1696 
1697 NOTICE PURSUANT TO SECTION 9 OF THE COMMON DEVELOPMENT AND
1698 DISTRIBUTION LICENSE (CDDL): This code is released under the
1699 CDDL and shall be governed by the laws of the State of
1700 California (excluding conflict-of-law provisions). Any
1701 litigation relating to this License shall be subject to the
1702 jurisdiction of the Federal Courts of the Northern District of
1703 California and the state courts of the State of California, with
1704 venue lying in Santa Clara County, California.
1705 
1706 ----------------------------------------------------------------
1707 
1708 </property>
1709     <property name="authors">Michal Pryc &lt;Michal.Pryc@Sun.Com&gt;
1710 John Hawk &lt;johnthawk@excite.com&gt;
1711 John Rice &lt;John.Rice@Sun.Com&gt;
1712 Jenya Gestrin &lt;Jenya.Gestrin@Sun.Com&gt;
1713 Frank Ludolph &lt;Frank.Ludolph@Sun.Com&gt;
1714 Padraig O'Briain &lt;Padraig.Obriain@Sun.Com&gt;</property>
1715     <child internal-child="vbox">
1716       <widget class="GtkVBox" id="dialog-vbox9">
1717         <property name="visible">True</property>
1718         <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
1719         <property name="spacing">2</property>
1720         <child>
1721           <placeholder/>
1722         </child>
1723         <child internal-child="action_area">
1724           <widget class="GtkHButtonBox" id="dialog-action_area9">
1725             <property name="visible">True</property>
1726             <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
1727             <property name="layout_style">GTK_BUTTONBOX_END</property>
1728           </widget>
1729           <packing>
1730             <property name="expand">False</property>
1731             <property name="pack_type">GTK_PACK_END</property>
1732           </packing>
1733         </child>
1734       </widget>
1735     </child>
1736   </widget>
1737   <widget class="GtkDialog" id="networkdown">
1738     <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
1739     <property name="border_width">5</property>
1740     <property name="title" translatable="yes">Network Problem</property>
1741     <property name="resizable">False</property>
1742     <property name="modal">True</property>
1743     <property name="window_position">GTK_WIN_POS_CENTER_ON_PARENT</property>
1744     <property name="icon">PM_app_48x.png</property>
1745     <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
1746     <property name="deletable">False</property>
1747     <property name="transient_for">mainwindow</property>
1748     <property name="has_separator">False</property>
1749     <child internal-child="vbox">
1750       <widget class="GtkVBox" id="dialog-vbox16">
1751         <property name="visible">True</property>
1752         <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
1753         <property name="spacing">2</property>
1754         <child>
1755           <widget class="GtkVBox" id="vbox13">
1756             <property name="visible">True</property>
1757             <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
1758             <property name="spacing">10</property>
1759             <child>
1760               <widget class="GtkHBox" id="hbox3">
1761                 <property name="visible">True</property>
1762                 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
1763                 <property name="spacing">12</property>
1764                 <child>
1765                   <widget class="GtkImage" id="image2">
1766                     <property name="visible">True</property>
1767                     <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
1768                     <property name="stock">gtk-dialog-info</property>
1769                   </widget>
1770                 </child>
1771                 <child>
1772                   <widget class="GtkLabel" id="label18">
1773                     <property name="visible">True</property>
1774                     <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
1775                     <property name="label" translatable="yes">&lt;b&gt;Can't establish a connection to the repository&lt;/b&gt;</property>
1776                     <property name="use_markup">True</property>
1777                   </widget>
1778                   <packing>
1779                     <property name="position">1</property>
1780                   </packing>
1781                 </child>
1782               </widget>
1783             </child>
1784             <child>
1785               <widget class="GtkLabel" id="label19">
1786                 <property name="visible">True</property>
1787                 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
1788                 <property name="label" translatable="yes">Please check your Internet settings.</property>
1789               </widget>
1790               <packing>
1791                 <property name="position">1</property>
1792               </packing>
1793             </child>
1794             <child>
1795               <widget class="GtkHSeparator" id="hseparator9">
1796                 <property name="visible">True</property>
1797                 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
1798               </widget>
1799               <packing>
1800                 <property name="expand">False</property>
1801                 <property name="position">2</property>
1802               </packing>
1803             </child>
1804           </widget>
1805           <packing>
1806             <property name="position">1</property>
1807           </packing>
1808         </child>
1809         <child internal-child="action_area">
1810           <widget class="GtkHButtonBox" id="dialog-action_area16">
1811             <property name="visible">True</property>
1812             <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
1813             <property name="layout_style">GTK_BUTTONBOX_END</property>
1814             <child>
1815               <widget class="GtkButton" id="closenetworkdown">
1816                 <property name="visible">True</property>
1817                 <property name="can_focus">True</property>
1818                 <property name="receives_default">True</property>
1819                 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
1820                 <property name="label" translatable="yes">Close</property>
1821                 <property name="response_id">0</property>
1822                 <signal name="clicked" handler="on_networkdown_close_clicked"/>
1823               </widget>
1824             </child>
1825           </widget>
1826           <packing>
1827             <property name="expand">False</property>
1828             <property name="pack_type">GTK_PACK_END</property>
1829           </packing>
1830         </child>
1831       </widget>
1832     </child>
1833   </widget>
1834   <widget class="GtkDialog" id="progressdialog">
1835     <property name="width_request">350</property>
1836     <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
1837     <property name="border_width">5</property>
1838     <property name="title" translatable="yes">Processing</property>
1839     <property name="resizable">False</property>
1840     <property name="modal">True</property>
1841     <property name="window_position">GTK_WIN_POS_CENTER_ON_PARENT</property>
1842     <property name="icon">PM_app_48x.png</property>
1843     <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
1844     <property name="deletable">False</property>
1845     <property name="transient_for">mainwindow</property>
1846     <property name="has_separator">False</property>
1847     <child internal-child="vbox">
1848       <widget class="GtkVBox" id="dialog-vbox17">
1849         <property name="visible">True</property>
1850         <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
1851         <property name="spacing">2</property>
1852         <child>
1853           <widget class="GtkVBox" id="vbox14">
1854             <property name="visible">True</property>
1855             <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
1856             <property name="spacing">6</property>
1857             <child>
1858               <widget class="GtkLabel" id="progressinfo">
1859                 <property name="visible">True</property>
1860                 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
1861                 <property name="xalign">0</property>
1862                 <property name="yalign">0</property>
1863                 <property name="label" translatable="yes">Checking for latest SUNWipkg and SUNWipkg-gui, please wait...</property>
1864                 <property name="use_markup">True</property>
1865               </widget>
1866               <packing>
1867                 <property name="expand">False</property>
1868               </packing>
1869             </child>
1870             <child>
1871               <widget class="GtkProgressBar" id="progressbar">
1872                 <property name="visible">True</property>
1873                 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
1874               </widget>
1875               <packing>
1876                 <property name="expand">False</property>
1877                 <property name="position">1</property>
1878               </packing>
1879             </child>
1880           </widget>
1881           <packing>
1882             <property name="position">1</property>
1883           </packing>
1884         </child>
1885         <child internal-child="action_area">
1886           <widget class="GtkHButtonBox" id="dialog-action_area17">
1887             <property name="visible">True</property>
1888             <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
1889             <property name="layout_style">GTK_BUTTONBOX_END</property>
1890             <child>
1891               <widget class="GtkButton" id="progresscancel">
1892                 <property name="visible">True</property>
1893                 <property name="can_focus">True</property>
1894                 <property name="receives_default">True</property>
1895                 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
1896                 <property name="label" translatable="yes">Cancel</property>
1897                 <property name="response_id">0</property>
1898                 <signal name="clicked" handler="on_cancel_progressdialog_clicked"/>
1899               </widget>
1900             </child>
1901           </widget>
1902           <packing>
1903             <property name="expand">False</property>
1904             <property name="pack_type">GTK_PACK_END</property>
1905           </packing>
1906         </child>
1907       </widget>
1908     </child>
1909   </widget>
1910   <widget class="GtkDialog" id="beadmin">
1911     <property name="width_request">600</property>
1912     <property name="height_request">500</property>
1913     <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
1914     <property name="border_width">5</property>
1915     <property name="title" translatable="yes">Boot Environment Management</property>
1916     <property name="modal">True</property>
1917     <property name="window_position">GTK_WIN_POS_CENTER_ON_PARENT</property>
1918     <property name="icon">PM_app_48x.png</property>
1919     <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
1920     <property name="transient_for">mainwindow</property>
1921     <property name="has_separator">False</property>
1922     <signal name="delete_event" handler="on_beadmin_delete_event"/>
1923     <child internal-child="vbox">
1924       <widget class="GtkVBox" id="dialog-vbox18">
1925         <property name="visible">True</property>
1926         <property name="spacing">2</property>
1927         <child>
1928           <widget class="GtkVBox" id="vbox10">
1929             <property name="visible">True</property>
1930             <property name="spacing">2</property>
1931             <child>
1932               <widget class="GtkLabel" id="betitlelabel">
1933                 <property name="visible">True</property>
1934                 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
1935                 <property name="xalign">0</property>
1936                 <property name="yalign">0</property>
1937                 <property name="xpad">10</property>
1938                 <property name="ypad">2</property>
1939                 <property name="label" translatable="yes">&lt;b&gt;Manage your BEs to:&lt;/b&gt;</property>
1940                 <property name="use_markup">True</property>
1941               </widget>
1942               <packing>
1943                 <property name="expand">False</property>
1944               </packing>
1945             </child>
1946             <child>
1947               <widget class="GtkLabel" id="bedescriptionlabel3">
1948                 <property name="width_request">575</property>
1949                 <property name="visible">True</property>
1950                 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
1951                 <property name="xalign">0</property>
1952                 <property name="yalign">0</property>
1953                 <property name="xpad">10</property>
1954                 <property name="ypad">4</property>
1955                 <property name="label" translatable="yes">1. Delete old and unused BEs to free up disk space.</property>
1956                 <property name="use_markup">True</property>
1957                 <property name="wrap">True</property>
1958               </widget>
1959               <packing>
1960                 <property name="expand">False</property>
1961                 <property name="position">1</property>
1962               </packing>
1963             </child>
1964             <child>
1965               <widget class="GtkLabel" id="bedescriptionlabel">
1966                 <property name="visible">True</property>
1967                 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
1968                 <property name="xalign">0</property>
1969                 <property name="yalign">0</property>
1970                 <property name="xpad">10</property>
1971                 <property name="ypad">4</property>
1972                 <property name="label" translatable="yes">2. Change the default BE on your system.</property>
1973                 <property name="use_markup">True</property>
1974               </widget>
1975               <packing>
1976                 <property name="expand">False</property>
1977                 <property name="position">2</property>
1978               </packing>
1979             </child>
1980             <child>
1981               <widget class="GtkLabel" id="bedescriptionlabel1">
1982                 <property name="visible">True</property>
1983                 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
1984                 <property name="xalign">0</property>
1985                 <property name="yalign">0</property>
1986                 <property name="xpad">20</property>
1987                 <property name="label" translatable="yes">Note: The current active BE cannot be deleted. To delete this BE, boot into another BE, then return here.</property>
1988                 <property name="use_markup">True</property>
1989               </widget>
1990               <packing>
1991                 <property name="expand">False</property>
1992                 <property name="position">3</property>
1993               </packing>
1994             </child>
1995             <child>
1996               <widget class="GtkAlignment" id="alignment4">
1997                 <property name="visible">True</property>
1998                 <child>
1999                   <placeholder/>
2000                 </child>
2001               </widget>
2002               <packing>
2003                 <property name="expand">False</property>
2004                 <property name="padding">5</property>
2005                 <property name="position">4</property>
2006               </packing>
2007             </child>
2008             <child>
2009               <widget class="GtkLabel" id="bedescriptionlabel4">
2010                 <property name="visible">True</property>
2011                 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
2012                 <property name="xalign">0</property>
2013                 <property name="yalign">0</property>
2014                 <property name="xpad">10</property>
2015                 <property name="ypad">4</property>
2016                 <property name="label" translatable="yes">The following BEs are available on your system:</property>
2017                 <property name="use_markup">True</property>
2018               </widget>
2019               <packing>
2020                 <property name="expand">False</property>
2021                 <property name="position">5</property>
2022               </packing>
2023             </child>
2024             <child>
2025               <widget class="GtkScrolledWindow" id="scrolledwindow11">
2026                 <property name="visible">True</property>
2027                 <property name="can_focus">True</property>
2028                 <property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
2029                 <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
2030                 <child>
2031                   <widget class="GtkTreeView" id="betreeview">
2032                     <property name="visible">True</property>
2033                     <property name="can_focus">True</property>
2034                     <property name="enable_search">False</property>
2035                   </widget>
2036                 </child>
2037               </widget>
2038               <packing>
2039                 <property name="position">6</property>
2040               </packing>
2041             </child>
2042             <child>
2043               <widget class="GtkHBox" id="hbox9">
2044                 <property name="visible">True</property>
2045                 <child>
2046                   <widget class="GtkImage" id="activebeimage">
2047                     <property name="visible">True</property>
2048                     <property name="xpad">5</property>
2049                     <property name="stock">gtk-missing-image</property>
2050                   </widget>
2051                   <packing>
2052                     <property name="expand">False</property>
2053                   </packing>
2054                 </child>
2055                 <child>
2056                   <widget class="GtkLabel" id="bedescriptionlabel2">
2057                     <property name="visible">True</property>
2058                     <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
2059                     <property name="xalign">0</property>
2060                     <property name="yalign">0</property>
2061                     <property name="xpad">10</property>
2062                     <property name="ypad">4</property>
2063                     <property name="label" translatable="yes">Currently Active Boot Environment</property>
2064                     <property name="use_markup">True</property>
2065                   </widget>
2066                   <packing>
2067                     <property name="expand">False</property>
2068                     <property name="position">1</property>
2069                   </packing>
2070                 </child>
2071               </widget>
2072               <packing>
2073                 <property name="expand">False</property>
2074                 <property name="padding">2</property>
2075                 <property name="position">7</property>
2076               </packing>
2077             </child>
2078             <child>
2079               <widget class="GtkHSeparator" id="hseparator5">
2080                 <property name="visible">True</property>
2081               </widget>
2082               <packing>
2083                 <property name="expand">False</property>
2084                 <property name="position">8</property>
2085               </packing>
2086             </child>
2087           </widget>
2088           <packing>
2089             <property name="position">1</property>
2090           </packing>
2091         </child>
2092         <child internal-child="action_area">
2093           <widget class="GtkHButtonBox" id="dialog-action_area18">
2094             <property name="visible">True</property>
2095             <property name="layout_style">GTK_BUTTONBOX_END</property>
2096             <child>
2097               <widget class="GtkButton" id="cancelbebutton">
2098                 <property name="visible">True</property>
2099                 <property name="can_focus">True</property>
2100                 <property name="receives_default">True</property>
2101                 <property name="label" translatable="yes">Cancel</property>
2102                 <property name="response_id">0</property>
2103                 <signal name="clicked" handler="on_cancel_be_clicked"/>
2104               </widget>
2105             </child>
2106             <child>
2107               <widget class="GtkButton" id="resetbebutton">
2108                 <property name="visible">True</property>
2109                 <property name="sensitive">False</property>
2110                 <property name="can_focus">True</property>
2111                 <property name="receives_default">True</property>
2112                 <property name="label" translatable="yes">Reset</property>
2113                 <property name="response_id">0</property>
2114                 <signal name="clicked" handler="on_reset_be_clicked"/>
2115               </widget>
2116               <packing>
2117                 <property name="position">1</property>
2118               </packing>
2119             </child>
2120             <child>
2121               <widget class="GtkButton" id="okbebutton">
2122                 <property name="visible">True</property>
2123                 <property name="can_focus">True</property>
2124                 <property name="receives_default">True</property>
2125                 <property name="label" translatable="yes">Ok</property>
2126                 <property name="response_id">0</property>
2127                 <signal name="clicked" handler="on_ok_be_clicked"/>
2128               </widget>
2129               <packing>
2130                 <property name="position">2</property>
2131               </packing>
2132             </child>
2133           </widget>
2134           <packing>
2135             <property name="expand">False</property>
2136             <property name="pack_type">GTK_PACK_END</property>
2137           </packing>
2138         </child>
2139       </widget>
2140     </child>
2141   </widget>
2142   <widget class="GtkDialog" id="repository">
2143     <property name="width_request">520</property>
2144     <property name="height_request">400</property>
2145     <property name="border_width">5</property>
2146     <property name="title" translatable="yes">Manage Repositories</property>
2147     <property name="resizable">False</property>
2148     <property name="modal">True</property>
2149     <property name="window_position">GTK_WIN_POS_CENTER_ON_PARENT</property>
2150     <property name="icon">PM_app_48x.png</property>
2151     <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
2152     <property name="transient_for">mainwindow</property>
2153     <property name="opacity">0.99999999977648257</property>
2154     <property name="has_separator">False</property>
2155     <child internal-child="vbox">
2156       <widget class="GtkVBox" id="dialog-vbox23">
2157         <property name="visible">True</property>
2158         <property name="spacing">2</property>
2159         <child>
2160           <widget class="GtkVBox" id="vbox17">
2161             <property name="visible">True</property>
2162             <child>
2163               <widget class="GtkVBox" id="vbox18">
2164                 <property name="visible">True</property>
2165                 <property name="spacing">5</property>
2166                 <child>
2167                   <widget class="GtkLabel" id="label27">
2168                     <property name="width_request">500</property>
2169                     <property name="visible">True</property>
2170                     <property name="xalign">0</property>
2171                     <property name="yalign">0</property>
2172                     <property name="xpad">10</property>
2173                     <property name="ypad">4</property>
2174                     <property name="label" translatable="yes">Type the repository name and URL you want to add as a new package source.</property>
2175                     <property name="wrap">True</property>
2176                   </widget>
2177                 </child>
2178                 <child>
2179                   <widget class="GtkHBox" id="hbox11">
2180                     <property name="visible">True</property>
2181                     <child>
2182                       <widget class="GtkLabel" id="label28">
2183                         <property name="width_request">80</property>
2184                         <property name="visible">True</property>
2185                         <property name="xalign">0</property>
2186                         <property name="yalign">0</property>
2187                         <property name="xpad">10</property>
2188                         <property name="ypad">4</property>
2189                         <property name="label" translatable="yes">_Name: </property>
2190                         <property name="use_underline">True</property>
2191                         <property name="mnemonic_widget">repositoryname</property>
2192                       </widget>
2193                       <packing>
2194                         <property name="expand">False</property>
2195                         <property name="padding">3</property>
2196                       </packing>
2197                     </child>
2198                     <child>
2199                       <widget class="GtkEntry" id="repositoryname">
2200                         <property name="width_request">320</property>
2201                         <property name="visible">True</property>
2202                         <property name="can_focus">True</property>
2203                         <signal name="changed" handler="on_repositoryname_changed"/>
2204                       </widget>
2205                       <packing>
2206                         <property name="expand">False</property>
2207                         <property name="padding">3</property>
2208                         <property name="position">1</property>
2209                       </packing>
2210                     </child>
2211                   </widget>
2212                   <packing>
2213                     <property name="position">1</property>
2214                   </packing>
2215                 </child>
2216                 <child>
2217                   <widget class="GtkHBox" id="hbox12">
2218                     <property name="visible">True</property>
2219                     <child>
2220                       <widget class="GtkLabel" id="label21">
2221                         <property name="width_request">80</property>
2222                         <property name="visible">True</property>
2223                         <property name="xalign">0</property>
2224                         <property name="yalign">0</property>
2225                         <property name="xpad">10</property>
2226                         <property name="ypad">4</property>
2227                         <property name="label" translatable="yes">_URL: </property>
2228                         <property name="use_underline">True</property>
2229                         <property name="mnemonic_widget">repositoryurl</property>
2230                       </widget>
2231                       <packing>
2232                         <property name="expand">False</property>
2233                         <property name="padding">3</property>
2234                       </packing>
2235                     </child>
2236                     <child>
2237                       <widget class="GtkEntry" id="repositoryurl">
2238                         <property name="width_request">320</property>
2239                         <property name="visible">True</property>
2240                         <property name="can_focus">True</property>
2241                         <signal name="changed" handler="on_repositoryurl_changed"/>
2242                       </widget>
2243                       <packing>
2244                         <property name="expand">False</property>
2245                         <property name="padding">3</property>
2246                         <property name="position">1</property>
2247                       </packing>
2248                     </child>
2249                     <child>
2250                       <widget class="GtkButton" id="repositoryadd">
2251                         <property name="width_request">50</property>
2252                         <property name="visible">True</property>
2253                         <property name="can_focus">True</property>
2254                         <property name="receives_default">True</property>
2255                         <property name="label" translatable="yes">_Add</property>
2256                         <property name="use_underline">True</property>
2257                         <property name="response_id">0</property>
2258                         <signal name="clicked" handler="on_repositoryadd_clicked"/>
2259                       </widget>
2260                       <packing>
2261                         <property name="expand">False</property>
2262                         <property name="fill">False</property>
2263                         <property name="padding">10</property>
2264                         <property name="position">2</property>
2265                       </packing>
2266                     </child>
2267                   </widget>
2268                   <packing>
2269                     <property name="position">2</property>
2270                   </packing>
2271                 </child>
2272               </widget>
2273               <packing>
2274                 <property name="expand">False</property>
2275                 <property name="fill">False</property>
2276               </packing>
2277             </child>
2278             <child>
2279               <widget class="GtkLabel" id="label26">
2280                 <property name="width_request">500</property>
2281                 <property name="visible">True</property>
2282                 <property name="xalign">0</property>
2283                 <property name="yalign">0</property>
2284                 <property name="xpad">10</property>
2285                 <property name="ypad">4</property>
2286                 <property name="label" translatable="yes">Select from the list to modify or remove existing repositories.</property>
2287                 <property name="wrap">True</property>
2288               </widget>
2289               <packing>
2290                 <property name="expand">False</property>
2291                 <property name="padding">10</property>
2292                 <property name="position">1</property>
2293               </packing>
2294             </child>
2295             <child>
2296               <widget class="GtkHBox" id="hbox13">
2297                 <property name="visible">True</property>
2298                 <child>
2299                   <widget class="GtkScrolledWindow" id="scrolledwindow15">
2300                     <property name="visible">True</property>
2301                     <property name="can_focus">True</property>
2302                     <property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
2303                     <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
2304                     <child>
2305                       <widget class="GtkTreeView" id="repositorytreeview">
2306                         <property name="visible">True</property>
2307                         <property name="can_focus">True</property>
2308                         <signal name="move_cursor" handler="on_repositorytreeview_move_cursor"/>
2309                         <signal name="button_release_event" handler="on_repositorytreeview_button_release_event"/>
2310                       </widget>
2311                     </child>
2312                   </widget>
2313                   <packing>
2314                     <property name="padding">10</property>
2315                   </packing>
2316                 </child>
2317                 <child>
2318                   <widget class="GtkVButtonBox" id="vbuttonbox1">
2319                     <property name="visible">True</property>
2320                     <property name="spacing">5</property>
2321                     <property name="layout_style">GTK_BUTTONBOX_START</property>
2322                     <child>
2323                       <widget class="GtkButton" id="repositorymodify">
2324                         <property name="visible">True</property>
2325                         <property name="can_focus">True</property>
2326                         <property name="receives_default">True</property>
2327                         <property name="label" translatable="yes">_Modify...</property>
2328                         <property name="use_underline">True</property>
2329                         <property name="response_id">0</property>
2330                         <signal name="clicked" handler="on_repositorymodify_clicked"/>
2331                       </widget>
2332                     </child>
2333                     <child>
2334                       <widget class="GtkButton" id="repositoryremove">
2335                         <property name="visible">True</property>
2336                         <property name="can_focus">True</property>
2337                         <property name="receives_default">True</property>
2338                         <property name="label" translatable="yes">_Remove</property>
2339                         <property name="use_underline">True</property>
2340                         <property name="response_id">0</property>
2341                         <signal name="clicked" handler="on_repositoryremove_clicked"/>
2342                       </widget>
2343                       <packing>
2344                         <property name="position">1</property>
2345                       </packing>
2346                     </child>
2347                   </widget>
2348                   <packing>
2349                     <property name="expand">False</property>
2350                     <property name="pack_type">GTK_PACK_END</property>
2351                     <property name="position">1</property>
2352                   </packing>
2353                 </child>
2354               </widget>
2355               <packing>
2356                 <property name="position">2</property>
2357               </packing>
2358             </child>
2359             <child>
2360               <widget class="GtkHSeparator" id="hseparator14">
2361                 <property name="visible">True</property>
2362               </widget>
2363               <packing>
2364                 <property name="expand">False</property>
2365                 <property name="padding">10</property>
2366                 <property name="position">3</property>
2367               </packing>
2368             </child>
2369           </widget>
2370           <packing>
2371             <property name="position">1</property>
2372           </packing>
2373         </child>
2374         <child internal-child="action_area">
2375           <widget class="GtkHButtonBox" id="dialog-action_area23">
2376             <property name="visible">True</property>
2377             <property name="layout_style">GTK_BUTTONBOX_END</property>
2378             <child>
2379               <widget class="GtkButton" id="repositoryclose">
2380                 <property name="visible">True</property>
2381                 <property name="can_focus">True</property>
2382                 <property name="receives_default">True</property>
2383                 <property name="label" translatable="yes">_Close</property>
2384                 <property name="use_underline">True</property>
2385                 <property name="response_id">0</property>
2386                 <signal name="clicked" handler="on_repositoryclose_clicked"/>
2387               </widget>
2388             </child>
2389           </widget>
2390           <packing>
2391             <property name="expand">False</property>
2392             <property name="pack_type">GTK_PACK_END</property>
2393           </packing>
2394         </child>
2395       </widget>
2396     </child>
2397   </widget>
2398   <widget class="GtkDialog" id="beconfirmationdialog">
2399     <property name="width_request">500</property>
2400     <property name="height_request">500</property>
2401     <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
2402     <property name="border_width">5</property>
2403     <property name="title" translatable="yes">BE Management Changes Confirmation</property>
2404     <property name="modal">True</property>
2405     <property name="window_position">GTK_WIN_POS_CENTER_ON_PARENT</property>
2406     <property name="icon">PM_app_48x.png</property>
2407     <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
2408     <property name="deletable">False</property>
2409     <property name="transient_for">beadmin</property>
2410     <property name="has_separator">False</property>
2411     <child internal-child="vbox">
2412       <widget class="GtkVBox" id="dialog-vbox21">
2413         <property name="visible">True</property>
2414         <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
2415         <property name="spacing">5</property>
2416         <child>
2417           <widget class="GtkHBox" id="hbox8">
2418             <property name="visible">True</property>
2419             <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
2420             <property name="spacing">10</property>
2421             <child>
2422               <widget class="GtkImage" id="image1">
2423                 <property name="visible">True</property>
2424                 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
2425                 <property name="stock">gtk-dialog-warning</property>
2426                 <property name="icon_size">5</property>
2427               </widget>
2428               <packing>
2429                 <property name="expand">False</property>
2430                 <property name="fill">False</property>
2431               </packing>
2432             </child>
2433             <child>
2434               <widget class="GtkLabel" id="label14">
2435                 <property name="visible">True</property>
2436                 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
2437                 <property name="xalign">0</property>
2438                 <property name="yalign">0</property>
2439                 <property name="label" translatable="yes">Review the information below.
2440 Click OK to proceed.
2441 Click Cancel to return to the Boot Environment
2442 Management panel.
2443 
2444 Note: Changes will occur upon reboot.</property>
2445                 <property name="use_markup">True</property>
2446                 <property name="wrap">True</property>
2447               </widget>
2448               <packing>
2449                 <property name="position">1</property>
2450               </packing>
2451             </child>
2452           </widget>
2453           <packing>
2454             <property name="expand">False</property>
2455             <property name="padding">15</property>
2456             <property name="position">1</property>
2457           </packing>
2458         </child>
2459         <child>
2460           <widget class="GtkLabel" id="packagenamelabel4">
2461             <property name="visible">True</property>
2462             <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
2463             <property name="xalign">0</property>
2464             <property name="yalign">0</property>
2465             <property name="label" translatable="yes">&lt;b&gt;Boot Environments to be deleted:&lt;/b&gt;</property>
2466             <property name="use_markup">True</property>
2467           </widget>
2468           <packing>
2469             <property name="expand">False</property>
2470             <property name="position">2</property>
2471           </packing>
2472         </child>
2473         <child>
2474           <widget class="GtkScrolledWindow" id="scrolledwindow14">
2475             <property name="visible">True</property>
2476             <property name="can_focus">True</property>
2477             <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
2478             <property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
2479             <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
2480             <child>
2481               <widget class="GtkTreeView" id="beconfirmtreeview">
2482                 <property name="visible">True</property>
2483                 <property name="sensitive">False</property>
2484                 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
2485                 <property name="headers_visible">False</property>
2486                 <property name="enable_search">False</property>
2487               </widget>
2488             </child>
2489           </widget>
2490           <packing>
2491             <property name="padding">6</property>
2492             <property name="position">3</property>
2493           </packing>
2494         </child>
2495         <child>
2496           <widget class="GtkLabel" id="packagenamelabel6">
2497             <property name="visible">True</property>
2498             <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
2499             <property name="xalign">0</property>
2500             <property name="yalign">0</property>
2501             <property name="label" translatable="yes">&lt;b&gt;Active Boot Environment changed to:&lt;/b&gt;</property>
2502             <property name="use_markup">True</property>
2503           </widget>
2504           <packing>
2505             <property name="expand">False</property>
2506             <property name="position">4</property>
2507           </packing>
2508         </child>
2509         <child>
2510           <widget class="GtkLabel" id="beconfirmationdefault">
2511             <property name="visible">True</property>
2512             <property name="sensitive">False</property>
2513             <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
2514             <property name="xalign">0</property>
2515             <property name="yalign">0</property>
2516             <property name="label" translatable="yes">
2517 </property>
2518             <property name="use_markup">True</property>
2519           </widget>
2520           <packing>
2521             <property name="expand">False</property>
2522             <property name="position">5</property>
2523           </packing>
2524         </child>
2525         <child>
2526           <widget class="GtkLabel" id="packagenamelabel1">
2527             <property name="visible">True</property>
2528             <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
2529             <property name="xalign">0</property>
2530             <property name="yalign">0</property>
2531             <property name="label" translatable="yes">&lt;b&gt;Summary&lt;/b&gt;</property>
2532             <property name="use_markup">True</property>
2533           </widget>
2534           <packing>
2535             <property name="expand">False</property>
2536             <property name="position">6</property>
2537           </packing>
2538         </child>
2539         <child>
2540           <widget class="GtkLabel" id="beconfirmationsummary">
2541             <property name="visible">True</property>
2542             <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
2543             <property name="xalign">0</property>
2544             <property name="yalign">0</property>
2545             <property name="use_markup">True</property>
2546           </widget>
2547           <packing>
2548             <property name="expand">False</property>
2549             <property name="position">7</property>
2550           </packing>
2551         </child>
2552         <child>
2553           <widget class="GtkHSeparator" id="hseparator10">
2554             <property name="visible">True</property>
2555             <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
2556           </widget>
2557           <packing>
2558             <property name="expand">False</property>
2559             <property name="padding">5</property>
2560             <property name="position">8</property>
2561           </packing>
2562         </child>
2563         <child internal-child="action_area">
2564           <widget class="GtkHButtonBox" id="dialog-action_area21">
2565             <property name="visible">True</property>
2566             <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
2567             <property name="layout_style">GTK_BUTTONBOX_END</property>
2568             <child>
2569               <widget class="GtkButton" id="cancel_be">
2570                 <property name="visible">True</property>
2571                 <property name="can_focus">True</property>
2572                 <property name="receives_default">True</property>
2573                 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
2574                 <property name="label" translatable="yes">Cancel</property>
2575                 <property name="response_id">0</property>
2576                 <signal name="clicked" handler="on_cancel_be_conf_clicked"/>
2577               </widget>
2578             </child>
2579             <child>
2580               <widget class="GtkButton" id="ok_be">
2581                 <property name="visible">True</property>
2582                 <property name="can_focus">True</property>
2583                 <property name="receives_default">True</property>
2584                 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
2585                 <property name="label" translatable="yes">OK</property>
2586                 <property name="response_id">0</property>
2587                 <signal name="clicked" handler="on_ok_be_conf_clicked"/>
2588               </widget>
2589               <packing>
2590                 <property name="position">1</property>
2591               </packing>
2592             </child>
2593           </widget>
2594           <packing>
2595             <property name="expand">False</property>
2596             <property name="pack_type">GTK_PACK_END</property>
2597           </packing>
2598         </child>
2599       </widget>
2600     </child>
2601   </widget>
2602   <widget class="GtkDialog" id="repositorymodif">
2603     <property name="border_width">5</property>
2604     <property name="title" translatable="yes">Modify Repository</property>
2605     <property name="modal">True</property>
2606     <property name="window_position">GTK_WIN_POS_CENTER_ON_PARENT</property>
2607     <property name="icon">PM_app_48x.png</property>
2608     <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
2609     <property name="transient_for">repository</property>
2610     <property name="opacity">0.99999999977648257</property>
2611     <property name="has_separator">False</property>
2612     <child internal-child="vbox">
2613       <widget class="GtkVBox" id="dialog-vbox24">
2614         <property name="visible">True</property>
2615         <property name="spacing">2</property>
2616         <child>
2617           <widget class="GtkVBox" id="vbox16">
2618             <property name="visible">True</property>
2619             <property name="spacing">5</property>
2620             <child>
2621               <widget class="GtkLabel" id="label22">
2622                 <property name="visible">True</property>
2623                 <property name="xalign">0</property>
2624                 <property name="yalign">0</property>
2625                 <property name="xpad">10</property>
2626                 <property name="ypad">2</property>
2627                 <property name="label" translatable="yes">&lt;b&gt;Modify Repository&lt;/b&gt;</property>
2628                 <property name="use_markup">True</property>
2629               </widget>
2630             </child>
2631             <child>
2632               <widget class="GtkHBox" id="hbox10">
2633                 <property name="visible">True</property>
2634                 <child>
2635                   <widget class="GtkLabel" id="label24">
2636                     <property name="width_request">80</property>
2637                     <property name="visible">True</property>
2638                     <property name="xalign">0</property>
2639                     <property name="yalign">0</property>
2640                     <property name="xpad">10</property>
2641                     <property name="ypad">4</property>
2642                     <property name="label" translatable="yes">_Name: </property>
2643                     <property name="use_underline">True</property>
2644                     <property name="mnemonic_widget">repositorymodifyname</property>
2645                   </widget>
2646                   <packing>
2647                     <property name="expand">False</property>
2648                     <property name="padding">3</property>
2649                   </packing>
2650                 </child>
2651                 <child>
2652                   <widget class="GtkEntry" id="repositorymodifyname">
2653                     <property name="width_request">320</property>
2654                     <property name="visible">True</property>
2655                     <property name="can_focus">True</property>
2656                   </widget>
2657                   <packing>
2658                     <property name="expand">False</property>
2659                     <property name="padding">3</property>
2660                     <property name="position">1</property>
2661                   </packing>
2662                 </child>
2663               </widget>
2664               <packing>
2665                 <property name="position">1</property>
2666               </packing>
2667             </child>
2668             <child>
2669               <widget class="GtkHBox" id="hbox14">
2670                 <property name="visible">True</property>
2671                 <child>
2672                   <widget class="GtkLabel" id="label25">
2673                     <property name="width_request">80</property>
2674                     <property name="visible">True</property>
2675                     <property name="xalign">0</property>
2676                     <property name="yalign">0</property>
2677                     <property name="xpad">10</property>
2678                     <property name="ypad">4</property>
2679                     <property name="label" translatable="yes">_URL: </property>
2680                     <property name="use_underline">True</property>
2681                     <property name="mnemonic_widget">repositorymodifyurl</property>
2682                   </widget>
2683                   <packing>
2684                     <property name="expand">False</property>
2685                     <property name="padding">3</property>
2686                   </packing>
2687                 </child>
2688                 <child>
2689                   <widget class="GtkEntry" id="repositorymodifyurl">
2690                     <property name="width_request">320</property>
2691                     <property name="visible">True</property>
2692                     <property name="can_focus">True</property>
2693                   </widget>
2694                   <packing>
2695                     <property name="expand">False</property>
2696                     <property name="padding">3</property>
2697                     <property name="position">1</property>
2698                   </packing>
2699                 </child>
2700               </widget>
2701               <packing>
2702                 <property name="position">2</property>
2703               </packing>
2704             </child>
2705             <child>
2706               <widget class="GtkHSeparator" id="hseparator11">
2707                 <property name="visible">True</property>
2708               </widget>
2709               <packing>
2710                 <property name="expand">False</property>
2711                 <property name="padding">10</property>
2712                 <property name="position">3</property>
2713               </packing>
2714             </child>
2715           </widget>
2716           <packing>
2717             <property name="expand">False</property>
2718             <property name="fill">False</property>
2719             <property name="position">1</property>
2720           </packing>
2721         </child>
2722         <child internal-child="action_area">
2723           <widget class="GtkHButtonBox" id="dialog-action_area24">
2724             <property name="visible">True</property>
2725             <property name="layout_style">GTK_BUTTONBOX_END</property>
2726             <child>
2727               <widget class="GtkButton" id="repositorymodifycancel">
2728                 <property name="visible">True</property>
2729                 <property name="can_focus">True</property>
2730                 <property name="receives_default">True</property>
2731                 <property name="label" translatable="yes">_Cancel</property>
2732                 <property name="use_underline">True</property>
2733                 <property name="response_id">0</property>
2734                 <signal name="clicked" handler="on_repositorymodifycancel_clicked"/>
2735               </widget>
2736             </child>
2737             <child>
2738               <widget class="GtkButton" id="repositorymodifyok">
2739                 <property name="visible">True</property>
2740                 <property name="can_focus">True</property>
2741                 <property name="receives_default">True</property>
2742                 <property name="label" translatable="yes">_OK</property>
2743                 <property name="use_underline">True</property>
2744                 <property name="response_id">0</property>
2745                 <signal name="clicked" handler="on_repositorymodifyok_clicked"/>
2746               </widget>
2747               <packing>
2748                 <property name="position">1</property>
2749               </packing>
2750             </child>
2751           </widget>
2752           <packing>
2753             <property name="expand">False</property>
2754             <property name="pack_type">GTK_PACK_END</property>
2755           </packing>
2756         </child>
2757       </widget>
2758     </child>
2759   </widget>
2760   <widget class="GtkDialog" id="errordialog">
2761     <property name="width_request">400</property>
2762     <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
2763     <property name="border_width">5</property>
2764     <property name="title" translatable="yes">Plan creation error.</property>
2765     <property name="resizable">False</property>
2766     <property name="modal">True</property>
2767     <property name="window_position">GTK_WIN_POS_CENTER_ON_PARENT</property>
2768     <property name="icon">PM_app_48x.png</property>
2769     <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
2770     <property name="deletable">False</property>
2771     <property name="transient_for">mainwindow</property>
2772     <property name="has_separator">False</property>
2773     <child internal-child="vbox">
2774       <widget class="GtkVBox" id="dialog-vbox20">
2775         <property name="visible">True</property>
2776         <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
2777         <property name="spacing">2</property>
2778         <child>
2779           <widget class="GtkVBox" id="vbox5">
2780             <property name="visible">True</property>
2781             <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
2782             <property name="spacing">10</property>
2783             <child>
2784               <widget class="GtkHBox" id="hbox1">
2785                 <property name="visible">True</property>
2786                 <child>
2787                   <widget class="GtkVBox" id="vbox11">
2788                     <property name="visible">True</property>
2789                     <child>
2790                       <widget class="GtkImage" id="image3">
2791                         <property name="visible">True</property>
2792                         <property name="stock">gtk-dialog-error</property>
2793                         <property name="icon_size">5</property>
2794                       </widget>
2795                       <packing>
2796                         <property name="expand">False</property>
2797                       </packing>
2798                     </child>
2799                     <child>
2800                       <placeholder/>
2801                     </child>
2802                   </widget>
2803                   <packing>
2804                     <property name="expand">False</property>
2805                   </packing>
2806                 </child>
2807                 <child>
2808                   <widget class="GtkLabel" id="errortext">
2809                     <property name="visible">True</property>
2810                     <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
2811                     <property name="xalign">0</property>
2812                     <property name="yalign">0</property>
2813                     <property name="label" translatable="yes">Update All failure in plan creation.</property>
2814                     <property name="wrap">True</property>
2815                   </widget>
2816                   <packing>
2817                     <property name="padding">20</property>
2818                     <property name="position">1</property>
2819                   </packing>
2820                 </child>
2821               </widget>
2822               <packing>
2823                 <property name="padding">10</property>
2824               </packing>
2825             </child>
2826             <child>
2827               <widget class="GtkExpander" id="expander5">
2828                 <property name="visible">True</property>
2829                 <property name="can_focus">True</property>
2830                 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
2831                 <child>
2832                   <widget class="GtkScrolledWindow" id="scrolledwindow12">
2833                     <property name="visible">True</property>
2834                     <property name="can_focus">True</property>
2835                     <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
2836                     <property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
2837                     <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
2838                     <child>
2839                       <widget class="GtkTextView" id="errortextdetails">
2840                         <property name="height_request">250</property>
2841                         <property name="visible">True</property>
2842                         <property name="can_focus">True</property>
2843                         <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
2844                         <property name="editable">False</property>
2845                       </widget>
2846                     </child>
2847                   </widget>
2848                 </child>
2849                 <child>
2850                   <widget class="GtkLabel" id="label7">
2851                     <property name="visible">True</property>
2852                     <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
2853                     <property name="label" translatable="yes">Show Details</property>
2854                   </widget>
2855                   <packing>
2856                     <property name="type">label_item</property>
2857                   </packing>
2858                 </child>
2859               </widget>
2860               <packing>
2861                 <property name="position">1</property>
2862               </packing>
2863             </child>
2864             <child>
2865               <widget class="GtkHSeparator" id="hseparator6">
2866                 <property name="visible">True</property>
2867                 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
2868               </widget>
2869               <packing>
2870                 <property name="expand">False</property>
2871                 <property name="position">2</property>
2872               </packing>
2873             </child>
2874             <child>
2875               <widget class="GtkHButtonBox" id="hbuttonbox1">
2876                 <property name="visible">True</property>
2877                 <property name="layout_style">GTK_BUTTONBOX_END</property>
2878                 <child>
2879                   <widget class="GtkButton" id="error_close">
2880                     <property name="visible">True</property>
2881                     <property name="can_focus">True</property>
2882                     <property name="receives_default">True</property>
2883                     <property name="label" translatable="yes">gtk-close</property>
2884                     <property name="use_stock">True</property>
2885                     <property name="response_id">0</property>
2886                     <signal name="clicked" handler="on_error_close_clicked"/>
2887                   </widget>
2888                 </child>
2889               </widget>
2890               <packing>
2891                 <property name="expand">False</property>
2892                 <property name="position">3</property>
2893               </packing>
2894             </child>
2895           </widget>
2896           <packing>
2897             <property name="position">1</property>
2898           </packing>
2899         </child>
2900         <child internal-child="action_area">
2901           <widget class="GtkHButtonBox" id="dialog-action_area20">
2902             <property name="visible">True</property>
2903             <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
2904             <property name="layout_style">GTK_BUTTONBOX_END</property>
2905           </widget>
2906           <packing>
2907             <property name="expand">False</property>
2908             <property name="pack_type">GTK_PACK_END</property>
2909           </packing>
2910         </child>
2911       </widget>
2912     </child>
2913   </widget>
2914 </glade-interface>