forked from Lainports/opnsense-ports
Taken from: https://github.com/freebsd/freebsd-ports.git Commit id: 5070672073b68be364139bc6b3a89100bd17d331
11 lines
277 B
C
11 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)
|
|
{
|