Skip to content
This repository has been archived by the owner on Mar 22, 2018. It is now read-only.

Commit

Permalink
change icon definition style, from icon_name to stock_id.
Browse files Browse the repository at this point in the history
(icon_name does not work on Maemo)
- <property name="icon_name">go-previous</property>
+ <property name="stock">gtk-go-back</property>
  • Loading branch information
mfrasca committed Jan 4, 2016
1 parent f2e87f5 commit 6b2ca27
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions bauble/plugins/plants/stored_queries.glade
Original file line number Diff line number Diff line change
Expand Up @@ -371,6 +371,7 @@
<child>
<object class="GtkViewport" id="viewport1">
<property name="visible">True</property>
<property name="can_focus">False</property>
<child>
<object class="GtkScrolledWindow" id="viewport1_content">
<property name="visible">True</property>
Expand Down Expand Up @@ -432,7 +433,7 @@
<object class="GtkImage" id="image1">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="icon_name">go-previous</property>
<property name="stock">gtk-go-back</property>
</object>
<packing>
<property name="expand">True</property>
Expand Down Expand Up @@ -489,7 +490,7 @@
<object class="GtkImage" id="image2">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="icon_name">go-next</property>
<property name="stock">gtk-go-forward</property>
</object>
<packing>
<property name="expand">True</property>
Expand Down

0 comments on commit 6b2ca27

Please sign in to comment.