A4

Merge lp:~andrea.corbellini/a4/fix-594592 into lp:a4

Proposed by Andrea Corbellini
Status: Merged
Merged at revision: 21
Proposed branch: lp:~andrea.corbellini/a4/fix-594592
Merge into: lp:a4
Diff against target: 23 lines (+2/-2)
1 file modified
ui/window_main.glade (+2/-2)
To merge this branch: bzr merge lp:~andrea.corbellini/a4/fix-594592
Reviewer Review Type Date Requested Status
Andrea Gualano Approve
Review via email: mp+27715@code.launchpad.net

Description of the change

Here's a simple fix for bug #594592: use stock buttons instead of manually setting the label.

To post a comment you must log in.
Revision history for this message
Andrea Gualano (andrea-gualano) wrote :

Exactly what I was going to do.
Excellent!

Revision history for this message
Andrea Gualano (andrea-gualano) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'ui/window_main.glade'
--- ui/window_main.glade 2010-06-13 16:06:49 +0000
+++ ui/window_main.glade 2010-06-16 13:43:22 +0000
@@ -110,8 +110,8 @@
110 <child>110 <child>
111 <object class="GtkToolButton" id="toolbutton_previous">111 <object class="GtkToolButton" id="toolbutton_previous">
112 <property name="visible">True</property>112 <property name="visible">True</property>
113 <property name="label" translatable="yes">Previous</property>
114 <property name="use_underline">True</property>113 <property name="use_underline">True</property>
114 <property name="stock_id">gtk-go-back</property>
115 <signal name="clicked" handler="on_toolbutton_previous_clicked"/>115 <signal name="clicked" handler="on_toolbutton_previous_clicked"/>
116 </object>116 </object>
117 <packing>117 <packing>
@@ -122,8 +122,8 @@
122 <child>122 <child>
123 <object class="GtkToolButton" id="toolbutton_next">123 <object class="GtkToolButton" id="toolbutton_next">
124 <property name="visible">True</property>124 <property name="visible">True</property>
125 <property name="label" translatable="yes">Next</property>
126 <property name="use_underline">True</property>125 <property name="use_underline">True</property>
126 <property name="stock_id">gtk-go-forward</property>
127 <signal name="clicked" handler="on_toolbutton_next_clicked"/>127 <signal name="clicked" handler="on_toolbutton_next_clicked"/>
128 </object>128 </object>
129 <packing>129 <packing>

Subscribers

People subscribed via source and target branches