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
1=== modified file 'ui/window_main.glade'
2--- ui/window_main.glade 2010-06-13 16:06:49 +0000
3+++ ui/window_main.glade 2010-06-16 13:43:22 +0000
4@@ -110,8 +110,8 @@
5 <child>
6 <object class="GtkToolButton" id="toolbutton_previous">
7 <property name="visible">True</property>
8- <property name="label" translatable="yes">Previous</property>
9 <property name="use_underline">True</property>
10+ <property name="stock_id">gtk-go-back</property>
11 <signal name="clicked" handler="on_toolbutton_previous_clicked"/>
12 </object>
13 <packing>
14@@ -122,8 +122,8 @@
15 <child>
16 <object class="GtkToolButton" id="toolbutton_next">
17 <property name="visible">True</property>
18- <property name="label" translatable="yes">Next</property>
19 <property name="use_underline">True</property>
20+ <property name="stock_id">gtk-go-forward</property>
21 <signal name="clicked" handler="on_toolbutton_next_clicked"/>
22 </object>
23 <packing>

Subscribers

People subscribed via source and target branches