Skip to content

Commit

Permalink
choose-icon.ui: remove no longer supported property
Browse files Browse the repository at this point in the history
GtkDialog.has_separator has been deprecated since
GTK+ 2.22 and no longer supported on GTK 3.
Note that the default is false, no removing this has
no effect.
https://developer.gnome.org/gtk2/stable/GtkDialog.html#GtkDialog--has-separator

GtkIconView.orientation is deprecated since GTK+ 2.22
and now item-orientation should be used. GTK 3 no longer
supports orientation.
  • Loading branch information
mtasaka authored and LStranger committed May 24, 2015
1 parent c6e6c67 commit c8ff3c2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions data/ui/choose-icon.ui
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
<property name="gravity">GDK_GRAVITY_NORTH_WEST</property>
<property name="focus_on_map">True</property>
<property name="urgency_hint">False</property>
<property name="has_separator">False</property>
<child internal-child="vbox">
<object class="GtkVBox" id="dialog-vbox1">
<property name="visible">True</property>
Expand Down Expand Up @@ -164,7 +163,6 @@
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="selection_mode">GTK_SELECTION_SINGLE</property>
<property name="orientation">GTK_ORIENTATION_VERTICAL</property>
<property name="reorderable">False</property>
</object>
</child>
Expand Down

0 comments on commit c8ff3c2

Please sign in to comment.