~ubuntu-branches/debian/experimental/synaptic/experimental

« back to all changes in this revision

Viewing changes to gtk/dialog_update_outdated.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_outdated">
7
 
  <property name="border_width">6</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_NONE</property>
12
 
  <property name="modal">False</property>
13
 
  <property name="resizable">False</property>
14
 
  <property name="destroy_with_parent">False</property>
15
 
  <property name="icon">synaptic_mini.xpm</property>
16
 
  <property name="decorated">True</property>
17
 
  <property name="skip_taskbar_hint">False</property>
18
 
  <property name="skip_pager_hint">False</property>
19
 
  <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
20
 
  <property name="gravity">GDK_GRAVITY_NORTH_WEST</property>
21
 
  <property name="has_separator">False</property>
22
 
 
23
 
  <child internal-child="vbox">
24
 
    <widget class="GtkVBox" id="dialog-vbox1">
25
 
      <property name="visible">True</property>
26
 
      <property name="homogeneous">False</property>
27
 
      <property name="spacing">6</property>
28
 
 
29
 
      <child internal-child="action_area">
30
 
        <widget class="GtkHButtonBox" id="dialog-action_area1">
31
 
          <property name="visible">True</property>
32
 
          <property name="layout_style">GTK_BUTTONBOX_END</property>
33
 
 
34
 
          <child>
35
 
            <widget class="GtkButton" id="okbutton1">
36
 
              <property name="visible">True</property>
37
 
              <property name="can_default">True</property>
38
 
              <property name="can_focus">True</property>
39
 
              <property name="label">gtk-cancel</property>
40
 
              <property name="use_stock">True</property>
41
 
              <property name="relief">GTK_RELIEF_NORMAL</property>
42
 
              <property name="focus_on_click">True</property>
43
 
              <property name="response_id">-6</property>
44
 
            </widget>
45
 
          </child>
46
 
 
47
 
          <child>
48
 
            <widget class="GtkButton" id="button1">
49
 
              <property name="visible">True</property>
50
 
              <property name="can_default">True</property>
51
 
              <property name="can_focus">True</property>
52
 
              <property name="relief">GTK_RELIEF_NORMAL</property>
53
 
              <property name="focus_on_click">True</property>
54
 
              <property name="response_id">-5</property>
55
 
 
56
 
              <child>
57
 
                <widget class="GtkAlignment" id="alignment1">
58
 
                  <property name="visible">True</property>
59
 
                  <property name="xalign">0.5</property>
60
 
                  <property name="yalign">0.5</property>
61
 
                  <property name="xscale">0</property>
62
 
                  <property name="yscale">0</property>
63
 
                  <property name="top_padding">0</property>
64
 
                  <property name="bottom_padding">0</property>
65
 
                  <property name="left_padding">0</property>
66
 
                  <property name="right_padding">0</property>
67
 
 
68
 
                  <child>
69
 
                    <widget class="GtkHBox" id="hbox2">
70
 
                      <property name="visible">True</property>
71
 
                      <property name="homogeneous">False</property>
72
 
                      <property name="spacing">2</property>
73
 
 
74
 
                      <child>
75
 
                        <widget class="GtkImage" id="image2">
76
 
                          <property name="visible">True</property>
77
 
                          <property name="stock">gtk-refresh</property>
78
 
                          <property name="icon_size">4</property>
79
 
                          <property name="xalign">0.5</property>
80
 
                          <property name="yalign">0.5</property>
81
 
                          <property name="xpad">0</property>
82
 
                          <property name="ypad">0</property>
83
 
                        </widget>
84
 
                        <packing>
85
 
                          <property name="padding">0</property>
86
 
                          <property name="expand">False</property>
87
 
                          <property name="fill">False</property>
88
 
                        </packing>
89
 
                      </child>
90
 
 
91
 
                      <child>
92
 
                        <widget class="GtkLabel" id="label23">
93
 
                          <property name="visible">True</property>
94
 
                          <property name="label" translatable="yes">_Reload</property>
95
 
                          <property name="use_underline">True</property>
96
 
                          <property name="use_markup">False</property>
97
 
                          <property name="justify">GTK_JUSTIFY_LEFT</property>
98
 
                          <property name="wrap">False</property>
99
 
                          <property name="selectable">False</property>
100
 
                          <property name="xalign">0.5</property>
101
 
                          <property name="yalign">0.5</property>
102
 
                          <property name="xpad">0</property>
103
 
                          <property name="ypad">0</property>
104
 
                        </widget>
105
 
                        <packing>
106
 
                          <property name="padding">0</property>
107
 
                          <property name="expand">False</property>
108
 
                          <property name="fill">False</property>
109
 
                        </packing>
110
 
                      </child>
111
 
                    </widget>
112
 
                  </child>
113
 
                </widget>
114
 
              </child>
115
 
            </widget>
116
 
          </child>
117
 
        </widget>
118
 
        <packing>
119
 
          <property name="padding">0</property>
120
 
          <property name="expand">False</property>
121
 
          <property name="fill">True</property>
122
 
          <property name="pack_type">GTK_PACK_END</property>
123
 
        </packing>
124
 
      </child>
125
 
 
126
 
      <child>
127
 
        <widget class="GtkHBox" id="hbox1">
128
 
          <property name="border_width">6</property>
129
 
          <property name="visible">True</property>
130
 
          <property name="homogeneous">False</property>
131
 
          <property name="spacing">12</property>
132
 
 
133
 
          <child>
134
 
            <widget class="GtkImage" id="image1">
135
 
              <property name="visible">True</property>
136
 
              <property name="stock">gtk-dialog-warning</property>
137
 
              <property name="icon_size">6</property>
138
 
              <property name="xalign">0.5</property>
139
 
              <property name="yalign">0</property>
140
 
              <property name="xpad">0</property>
141
 
              <property name="ypad">0</property>
142
 
            </widget>
143
 
            <packing>
144
 
              <property name="padding">0</property>
145
 
              <property name="expand">True</property>
146
 
              <property name="fill">True</property>
147
 
            </packing>
148
 
          </child>
149
 
 
150
 
          <child>
151
 
            <widget class="GtkVBox" id="vbox1">
152
 
              <property name="visible">True</property>
153
 
              <property name="homogeneous">False</property>
154
 
              <property name="spacing">12</property>
155
 
 
156
 
              <child>
157
 
                <widget class="GtkLabel" id="label24">
158
 
                  <property name="visible">True</property>
159
 
                  <property name="label" translatable="yes">&lt;span weight=&quot;bold&quot; size=&quot;larger&quot;&gt;Your package information is out of date&lt;/span&gt;
160
 
 
161
 
Your package information is older than 48 hours. There could be important security updates available. It is recommended to reload the package information regularly.</property>
162
 
                  <property name="use_underline">False</property>
163
 
                  <property name="use_markup">True</property>
164
 
                  <property name="justify">GTK_JUSTIFY_LEFT</property>
165
 
                  <property name="wrap">True</property>
166
 
                  <property name="selectable">False</property>
167
 
                  <property name="xalign">0</property>
168
 
                  <property name="yalign">0.5</property>
169
 
                  <property name="xpad">0</property>
170
 
                  <property name="ypad">0</property>
171
 
                </widget>
172
 
                <packing>
173
 
                  <property name="padding">0</property>
174
 
                  <property name="expand">False</property>
175
 
                  <property name="fill">False</property>
176
 
                </packing>
177
 
              </child>
178
 
 
179
 
              <child>
180
 
                <widget class="GtkCheckButton" id="checkbutton_remember">
181
 
                  <property name="visible">True</property>
182
 
                  <property name="can_focus">True</property>
183
 
                  <property name="label" translatable="yes">Remember the answer</property>
184
 
                  <property name="use_underline">True</property>
185
 
                  <property name="relief">GTK_RELIEF_NORMAL</property>
186
 
                  <property name="focus_on_click">True</property>
187
 
                  <property name="active">False</property>
188
 
                  <property name="inconsistent">False</property>
189
 
                  <property name="draw_indicator">True</property>
190
 
                </widget>
191
 
                <packing>
192
 
                  <property name="padding">0</property>
193
 
                  <property name="expand">False</property>
194
 
                  <property name="fill">False</property>
195
 
                </packing>
196
 
              </child>
197
 
            </widget>
198
 
            <packing>
199
 
              <property name="padding">0</property>
200
 
              <property name="expand">True</property>
201
 
              <property name="fill">True</property>
202
 
            </packing>
203
 
          </child>
204
 
        </widget>
205
 
        <packing>
206
 
          <property name="padding">0</property>
207
 
          <property name="expand">True</property>
208
 
          <property name="fill">True</property>
209
 
        </packing>
210
 
      </child>
211
 
    </widget>
212
 
  </child>
213
 
</widget>
214
 
 
215
 
</glade-interface>