blob: 8a7459561cfccff30af463bb705f319d0c6fdc06 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
$NetBSD: patch-ag,v 1.1 2000/11/30 05:53:50 mycroft Exp $
--- mini-utils/gcolorsel/mdi-color-generic.c.orig Thu May 11 01:12:48 2000
+++ mini-utils/gcolorsel/mdi-color-generic.c Thu Nov 30 05:51:12 2000
@@ -565,6 +565,9 @@
next = g_list_next (next);
}
+ if (mcg->last == 0)
+ mdi_color_generic_post_change (mcg, col, CHANGE_CLEAR);
+
gtk_object_unref (GTK_OBJECT (col));
mcg->last--;
|