diff options
author | infirit <[email protected]> | 2014-07-24 19:43:25 +0200 |
---|---|---|
committer | infirit <[email protected]> | 2014-07-24 19:47:33 +0200 |
commit | f8490e5ac710bc925f1e3c77e706846ffb7c76e9 (patch) | |
tree | 6a3e72589db58ab6a08fb93eb53f1474fbdbd428 /data | |
parent | fe6fcd0cade610e4f1e64863969cc2ab566fccbf (diff) | |
download | eom-f8490e5ac710bc925f1e3c77e706846ffb7c76e9.tar.bz2 eom-f8490e5ac710bc925f1e3c77e706846ffb7c76e9.tar.xz |
Use MateColorButton
Diffstat (limited to 'data')
-rw-r--r-- | data/eom-preferences-dialog.ui | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/data/eom-preferences-dialog.ui b/data/eom-preferences-dialog.ui index 0dc8945..479a4b7 100644 --- a/data/eom-preferences-dialog.ui +++ b/data/eom-preferences-dialog.ui @@ -201,7 +201,7 @@ </packing> </child> <child> - <object class="GtkColorButton" id="bg_color_button"> + <object class="MateColorButton" id="bg_color_button"> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">True</property> @@ -300,7 +300,7 @@ </packing> </child> <child> - <object class="GtkColorButton" id="color_button"> + <object class="MateColorButton" id="color_button"> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">False</property> |