Made ctrl+r work for refresh button

This commit is contained in:
Anna 2010-05-21 15:30:40 -04:00
parent 341baa0a0e
commit 30a9713d88

View File

@ -48,9 +48,22 @@
<child> <child>
<widget class="GtkImageMenuItem" id="refresh"> <widget class="GtkImageMenuItem" id="refresh">
<property name="visible">True</property> <property name="visible">True</property>
<property name="label">gtk-refresh</property> <property name="label" translatable="yes">_Refresh</property>
<property name="use_stock">True</property> <property name="use_underline">True</property>
<signal name="activate" handler="update_window_callback" last_modification_time="Thu, 20 May 2010 04:27:15 GMT"/> <signal name="activate" handler="update_window_callback" last_modification_time="Thu, 20 May 2010 04:27:15 GMT"/>
<accelerator key="R" modifiers="GDK_CONTROL_MASK" signal="activate"/>
<child internal-child="image">
<widget class="GtkImage" id="image1">
<property name="visible">True</property>
<property name="stock">gtk-refresh</property>
<property name="icon_size">1</property>
<property name="xalign">0.5</property>
<property name="yalign">0.5</property>
<property name="xpad">0</property>
<property name="ypad">0</property>
</widget>
</child>
</widget> </widget>
</child> </child>
@ -107,7 +120,6 @@
</widget> </widget>
</child> </child>
</widget> </widget>
</child> </child>