aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/color_edit_dlg.c
diff options
context:
space:
mode:
authoretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>2011-08-17 13:55:58 +0000
committeretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>2011-08-17 13:55:58 +0000
commita6733e09529ce26f674e3094a6dcf1de0acc6b99 (patch)
tree295092835e92b216500c4e23648b0b5c9ba47764 /gtk/color_edit_dlg.c
parent3c1cd60a300700dd0d49ac73397f854696cec591 (diff)
Fix a typo and size_request.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@38577 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'gtk/color_edit_dlg.c')
-rw-r--r--gtk/color_edit_dlg.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/color_edit_dlg.c b/gtk/color_edit_dlg.c
index ab402a5c70..2e47bcb46d 100644
--- a/gtk/color_edit_dlg.c
+++ b/gtk/color_edit_dlg.c
@@ -461,8 +461,8 @@ edit_color_filter_ok_cb (GtkButton *button,
window_destroy(dialog);
}
#if GTK_CHECK_VERSION(3,0,0)
- gdk_rgba_free (new_fg_color);
- gdk_rgba_free (new_bg_color);
+ gdk_rgba_free (new_rgba_fg_color);
+ gdk_rgba_free (new_rgba_bg_color);
#endif
}