~ubuntu-branches/debian/squeeze/synaptic/squeeze

« back to all changes in this revision

Viewing changes to gtk/glade/dialog_update_failed.glade

  • Committer: Bazaar Package Importer
  • Author(s): Michael Vogt
  • Date: 2008-06-18 10:17:31 UTC
  • Revision ID: james.westby@ubuntu.com-20080618101731-fb77n5hy28hcq3g3
Tags: 0.62.1
* po/es.po:
  - updated Spanish translation (thanks to
     Francisco Javier Cuadrado)
* debian/control:
  - added "menu" to the recommends (closes: #478250)
* gtk/glade/window_main.glade:
  - make the main vpane shinkable
* gtk/rgmainwindow.cc:
  - do not loose the keyboard focus after a package 
    action in the listview
* debian/control:
  - switch bzr branch to bzr.debian.org

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" standalone="no"?> <!--*- mode: xml -*-->
 
2
<!DOCTYPE glade-interface SYSTEM "http://glade.gnome.org/glade-2.0.dtd">
 
3
 
 
4
<glade-interface>
 
5
 
 
6
<widget class="GtkDialog" id="dialog_update_failed">
 
7
  <property name="border_width">5</property>
 
8
  <property name="visible">True</property>
 
9
  <property name="title" translatable="yes"></property>
 
10
  <property name="type">GTK_WINDOW_TOPLEVEL</property>
 
11
  <property name="window_position">GTK_WIN_POS_CENTER</property>
 
12
  <property name="modal">True</property>
 
13
  <property name="default_width">500</property>
 
14
  <property name="default_height">350</property>
 
15
  <property name="resizable">True</property>
 
16
  <property name="destroy_with_parent">False</property>
 
17
  <property name="icon">synaptic_mini.xpm</property>
 
18
  <property name="has_separator">False</property>
 
19
 
 
20
  <child internal-child="vbox">
 
21
    <widget class="GtkVBox" id="dialog-vbox1">
 
22
      <property name="visible">True</property>
 
23
      <property name="homogeneous">False</property>
 
24
      <property name="spacing">12</property>
 
25
 
 
26
      <child internal-child="action_area">
 
27
        <widget class="GtkHButtonBox" id="dialog-action_area1">
 
28
          <property name="visible">True</property>
 
29
          <property name="layout_style">GTK_BUTTONBOX_END</property>
 
30
 
 
31
          <child>
 
32
            <widget class="GtkButton" id="button2">
 
33
              <property name="visible">True</property>
 
34
              <property name="can_default">True</property>
 
35
              <property name="can_focus">True</property>
 
36
              <property name="label">gtk-close</property>
 
37
              <property name="use_stock">True</property>
 
38
              <property name="relief">GTK_RELIEF_NORMAL</property>
 
39
              <property name="response_id">-7</property>
 
40
            </widget>
 
41
          </child>
 
42
        </widget>
 
43
        <packing>
 
44
          <property name="padding">0</property>
 
45
          <property name="expand">False</property>
 
46
          <property name="fill">True</property>
 
47
          <property name="pack_type">GTK_PACK_END</property>
 
48
        </packing>
 
49
      </child>
 
50
 
 
51
      <child>
 
52
        <widget class="GtkHBox" id="hbox1">
 
53
          <property name="border_width">6</property>
 
54
          <property name="visible">True</property>
 
55
          <property name="homogeneous">False</property>
 
56
          <property name="spacing">12</property>
 
57
 
 
58
          <child>
 
59
            <widget class="GtkImage" id="image">
 
60
              <property name="visible">True</property>
 
61
              <property name="stock">gtk-dialog-error</property>
 
62
              <property name="icon_size">6</property>
 
63
              <property name="xalign">0</property>
 
64
              <property name="yalign">0</property>
 
65
              <property name="xpad">0</property>
 
66
              <property name="ypad">0</property>
 
67
            </widget>
 
68
            <packing>
 
69
              <property name="padding">0</property>
 
70
              <property name="expand">False</property>
 
71
              <property name="fill">False</property>
 
72
            </packing>
 
73
          </child>
 
74
 
 
75
          <child>
 
76
            <widget class="GtkVBox" id="vbox_messages">
 
77
              <property name="visible">True</property>
 
78
              <property name="homogeneous">False</property>
 
79
              <property name="spacing">12</property>
 
80
 
 
81
              <child>
 
82
                <widget class="GtkLabel" id="label_message">
 
83
                  <property name="visible">True</property>
 
84
                  <property name="can_focus">True</property>
 
85
                  <property name="label" translatable="yes">&lt;big&gt;&lt;b&gt;Could not download all repository indexes&lt;/b&gt;&lt;/big&gt;
 
86
 
 
87
The repository may no longer be available or could not be contacted because of network problems. If available an older version of the failed index will be used. Otherwise the repository will be ignored. Check your network connection and ensure the repository address in the preferences is correct.</property>
 
88
                  <property name="use_underline">False</property>
 
89
                  <property name="use_markup">True</property>
 
90
                  <property name="justify">GTK_JUSTIFY_LEFT</property>
 
91
                  <property name="wrap">True</property>
 
92
                  <property name="selectable">True</property>
 
93
                  <property name="xalign">0</property>
 
94
                  <property name="yalign">0.5</property>
 
95
                  <property name="xpad">0</property>
 
96
                  <property name="ypad">0</property>
 
97
                </widget>
 
98
                <packing>
 
99
                  <property name="padding">0</property>
 
100
                  <property name="expand">False</property>
 
101
                  <property name="fill">False</property>
 
102
                </packing>
 
103
              </child>
 
104
 
 
105
              <child>
 
106
                <widget class="GtkScrolledWindow" id="scrolledwindow1">
 
107
                  <property name="visible">True</property>
 
108
                  <property name="can_focus">True</property>
 
109
                  <property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
 
110
                  <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
 
111
                  <property name="shadow_type">GTK_SHADOW_ETCHED_IN</property>
 
112
                  <property name="window_placement">GTK_CORNER_TOP_LEFT</property>
 
113
 
 
114
                  <child>
 
115
                    <widget class="GtkTextView" id="textview">
 
116
                      <property name="visible">True</property>
 
117
                      <property name="can_focus">True</property>
 
118
                      <property name="editable">False</property>
 
119
                      <property name="justification">GTK_JUSTIFY_LEFT</property>
 
120
                      <property name="wrap_mode">GTK_WRAP_NONE</property>
 
121
                      <property name="cursor_visible">False</property>
 
122
                      <property name="pixels_above_lines">3</property>
 
123
                      <property name="pixels_below_lines">3</property>
 
124
                      <property name="pixels_inside_wrap">2</property>
 
125
                      <property name="left_margin">0</property>
 
126
                      <property name="right_margin">0</property>
 
127
                      <property name="indent">0</property>
 
128
                      <property name="text" translatable="yes"></property>
 
129
                    </widget>
 
130
                  </child>
 
131
                </widget>
 
132
                <packing>
 
133
                  <property name="padding">0</property>
 
134
                  <property name="expand">True</property>
 
135
                  <property name="fill">True</property>
 
136
                </packing>
 
137
              </child>
 
138
            </widget>
 
139
            <packing>
 
140
              <property name="padding">0</property>
 
141
              <property name="expand">True</property>
 
142
              <property name="fill">True</property>
 
143
            </packing>
 
144
          </child>
 
145
        </widget>
 
146
        <packing>
 
147
          <property name="padding">0</property>
 
148
          <property name="expand">True</property>
 
149
          <property name="fill">True</property>
 
150
        </packing>
 
151
      </child>
 
152
    </widget>
 
153
  </child>
 
154
</widget>
 
155
 
 
156
</glade-interface>