summaryrefslogtreecommitdiff
path: root/src/profile-editor.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/profile-editor.c')
-rw-r--r--src/profile-editor.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/profile-editor.c b/src/profile-editor.c
index f4959db..520a61b 100644
--- a/src/profile-editor.c
+++ b/src/profile-editor.c
@@ -380,8 +380,8 @@ profile_colors_notify_scheme_combo_cb (TerminalProfile *profile,
{
for (i = 0; i < G_N_ELEMENTS (color_schemes); ++i)
{
- if (gdk_rgba_equal (&fg, &color_schemes[i].foreground) &&
- gdk_rgba_equal (&bg, &color_schemes[i].background))
+ if (rgba_equal (fg, &color_schemes[i].foreground) &&
+ rgba_equal (bg, &color_schemes[i].background))
break;
}
}