From a14d0014a928aac1bf969094da86a90109c11959 Mon Sep 17 00:00:00 2001 From: Owen Taylor Date: Mon, 10 Sep 2001 10:59:31 +0000 Subject: Fix blank line in the wrong place. Mon Sep 10 06:58:56 2001 Owen Taylor * gtk/gtkrc.c (insert_rc_property): Fix blank line in the wrong place. --- gtk/gtkrc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gtk/gtkrc.c') diff --git a/gtk/gtkrc.c b/gtk/gtkrc.c index 6a13c2ffd3..8cc3ce36d5 100644 --- a/gtk/gtkrc.c +++ b/gtk/gtkrc.c @@ -1180,8 +1180,8 @@ insert_rc_property (GtkRcStyle *style, while (i < style->rc_properties->len) { gint cmp = gtk_rc_properties_cmp (&key, &g_array_index (style->rc_properties, GtkRcProperty, i)); + if (cmp == 0) - { if (replace) { -- cgit v1.2.1