diff options
author | Stefano Karapetsas <[email protected]> | 2014-01-28 16:56:42 +0100 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2014-01-28 16:56:42 +0100 |
commit | 2df56b620bc0b98adad27688985be31d5c830242 (patch) | |
tree | 726f74264c97517167af63a568f6bc6f46a12033 /capplets/windows/mate-window-properties.ui | |
parent | f4012ecd2751f3bb280604087de71f6a4009a9a9 (diff) | |
download | mate-control-center-2df56b620bc0b98adad27688985be31d5c830242.tar.bz2 mate-control-center-2df56b620bc0b98adad27688985be31d5c830242.tar.xz |
windows: Fix ui file after GtkComboBoxText migration
Diffstat (limited to 'capplets/windows/mate-window-properties.ui')
-rw-r--r-- | capplets/windows/mate-window-properties.ui | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/capplets/windows/mate-window-properties.ui b/capplets/windows/mate-window-properties.ui index 6a40b744..1029fed9 100644 --- a/capplets/windows/mate-window-properties.ui +++ b/capplets/windows/mate-window-properties.ui @@ -295,15 +295,8 @@ </packing> </child> <child> - <object class="GtkComboBox" id="double-click-titlebar-optionmenu"> + <object class="GtkComboBoxText" id="double-click-titlebar-optionmenu"> <property name="visible">True</property> - <property name="model">liststore1</property> - <child> - <object class="GtkCellRendererText" id="cellrenderertext1"/> - <attributes> - <attribute name="text">0</attribute> - </attributes> - </child> </object> <packing> <property name="expand">False</property> |