revert r9025 and reinstate the help buttons
2008-10-07 Jens Granseuer <jensgr@gmx.net> * data/appearance.glade: revert r9025 and reinstate the help buttons svn path=/trunk/; revision=9042
This commit is contained in:
parent
ffeca1bfb0
commit
ae314d20c2
2 changed files with 30 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
2008-10-07 Jens Granseuer <jensgr@gmx.net>
|
||||
|
||||
* data/appearance.glade: revert r9025 and reinstate the help buttons
|
||||
|
||||
2008-09-29 Jens Granseuer <jensgr@gmx.net>
|
||||
|
||||
* data/appearance.glade: really remove the non-working help button
|
||||
|
|
|
@ -1825,6 +1825,16 @@ Text only</property>
|
|||
<property name="visible">True</property>
|
||||
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
|
||||
<property name="layout_style">GTK_BUTTONBOX_END</property>
|
||||
<child>
|
||||
<widget class="GtkButton" id="help_button">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">True</property>
|
||||
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
|
||||
<property name="label">gtk-help</property>
|
||||
<property name="use_stock">True</property>
|
||||
<property name="response_id">-11</property>
|
||||
</widget>
|
||||
</child>
|
||||
<child>
|
||||
<widget class="GtkButton" id="close_button">
|
||||
<property name="visible">True</property>
|
||||
|
@ -1835,6 +1845,9 @@ Text only</property>
|
|||
<property name="use_stock">True</property>
|
||||
<property name="response_id">-7</property>
|
||||
</widget>
|
||||
<packing>
|
||||
<property name="position">1</property>
|
||||
</packing>
|
||||
</child>
|
||||
</widget>
|
||||
<packing>
|
||||
|
@ -2539,6 +2552,16 @@ Text only</property>
|
|||
<property name="visible">True</property>
|
||||
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
|
||||
<property name="layout_style">GTK_BUTTONBOX_END</property>
|
||||
<child>
|
||||
<widget class="GtkButton" id="theme_help_button">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">True</property>
|
||||
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
|
||||
<property name="label">gtk-help</property>
|
||||
<property name="use_stock">True</property>
|
||||
<property name="response_id">-11</property>
|
||||
</widget>
|
||||
</child>
|
||||
<child>
|
||||
<widget class="GtkButton" id="theme_close_button">
|
||||
<property name="visible">True</property>
|
||||
|
@ -2549,6 +2572,9 @@ Text only</property>
|
|||
<property name="use_stock">True</property>
|
||||
<property name="response_id">-7</property>
|
||||
</widget>
|
||||
<packing>
|
||||
<property name="position">1</property>
|
||||
</packing>
|
||||
</child>
|
||||
</widget>
|
||||
<packing>
|
||||
|
|
Loading…
Add table
Reference in a new issue