fdd8c80aae
testing and ok simon@
13 lines
426 B
Plaintext
13 lines
426 B
Plaintext
$OpenBSD: patch-src_terminal_c,v 1.1 2008/04/09 13:28:50 jasper Exp $
|
|
--- src/terminal.c.orig Tue Apr 8 15:57:24 2008
|
|
+++ src/terminal.c Tue Apr 8 15:57:55 2008
|
|
@@ -3606,7 +3606,7 @@ terminal_util_set_atk_name_description (GtkWidget *wi
|
|
if (obj == NULL)
|
|
{
|
|
g_warning ("%s: for some reason widget has no GtkAccessible",
|
|
- G_GNUC_FUNCTION);
|
|
+ G_STRFUNC);
|
|
return;
|
|
}
|
|
|