~ubuntu-branches/ubuntu/raring/synaptic/raring-proposed

« back to all changes in this revision

Viewing changes to gtk/window_changes.glade

  • Committer: Bazaar Package Importer
  • Author(s): Michael Vogt
  • Date: 2006-12-18 10:52:08 UTC
  • Revision ID: james.westby@ubuntu.com-20061218105208-iwsrzl3k827vrou1
Tags: 0.57.11.1
* gtk/rgmainwindow.cc:
  - fix crash in "Lock package"
* gtk/rgpreferenceswindow.cc:
  - add default font to fix crash

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
  <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
22
22
  <property name="gravity">GDK_GRAVITY_NORTH_WEST</property>
23
23
  <property name="focus_on_map">True</property>
 
24
  <property name="urgency_hint">False</property>
24
25
  <property name="has_separator">False</property>
25
26
 
26
27
  <child internal-child="vbox">
51
52
            <widget class="GtkButton" id="proceed">
52
53
              <property name="visible">True</property>
53
54
              <property name="can_default">True</property>
 
55
              <property name="has_default">True</property>
54
56
              <property name="can_focus">True</property>
 
57
              <property name="has_focus">True</property>
55
58
              <property name="relief">GTK_RELIEF_NORMAL</property>
56
59
              <property name="focus_on_click">True</property>
57
60
              <property name="response_id">-5</property>
140
143
          <child>
141
144
            <widget class="GtkImage" id="image1">
142
145
              <property name="visible">True</property>
143
 
              <property name="stock">gtk-dialog-warning</property>
 
146
              <property name="stock">gtk-dialog-info</property>
144
147
              <property name="icon_size">6</property>
145
148
              <property name="xalign">0.5</property>
146
149
              <property name="yalign">0</property>