summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2017-04-22 10:52:20 +0200
committerraveit65 <[email protected]>2017-04-23 12:01:07 +0200
commit8d7af89c01357a7a676ff9eb845120c586b246c6 (patch)
treed7844f4a18bf07b76378f00131f4e4bc24421bfa /data
parenta35fef5eeddac17a88302347366261dcd1b6a8ab (diff)
downloadeom-8d7af89c01357a7a676ff9eb845120c586b246c6.tar.bz2
eom-8d7af89c01357a7a676ff9eb845120c586b246c6.tar.xz
preferences-ui: drop usage of MateColorButton
There is no call to <libmate-desktop/mate-colorbutton.h> in eom-preferences-dialog.c, so this fixes the usage of setting a color for transparent areas. And MateColorButton support no rgba colors.
Diffstat (limited to 'data')
-rw-r--r--data/eom-preferences-dialog.ui4
1 files changed, 2 insertions, 2 deletions
diff --git a/data/eom-preferences-dialog.ui b/data/eom-preferences-dialog.ui
index 479a4b7..0dc8945 100644
--- a/data/eom-preferences-dialog.ui
+++ b/data/eom-preferences-dialog.ui
@@ -201,7 +201,7 @@
</packing>
</child>
<child>
- <object class="MateColorButton" id="bg_color_button">
+ <object class="GtkColorButton" 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="MateColorButton" id="color_button">
+ <object class="GtkColorButton" id="color_button">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>