mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-20 04:02:27 +00:00
eb11a8aadf
PR: 183691 Submitted by: avjwork (gmail)
12 lines
277 B
C
12 lines
277 B
C
--- lib/chainbutton.c.orig 2013-11-05 15:35:41.000000000 +0300
|
|
+++ lib/chainbutton.c 2013-11-05 15:36:17.000000000 +0300
|
|
@@ -155,7 +155,7 @@
|
|
GtkType
|
|
gimp_chain_button_get_type (void)
|
|
{
|
|
- static guint gcb_type = 0;
|
|
+ static GtkType gcb_type = 0;
|
|
|
|
if (!gcb_type)
|
|
{
|