pspp-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH 11/17] pspp-widget-facade: New code to measure and render som


From: John Darrington
Subject: Re: [PATCH 11/17] pspp-widget-facade: New code to measure and render some GTK+ widgets.
Date: Mon, 23 Apr 2012 07:41:15 +0000
User-agent: Mutt/1.5.18 (2008-05-17)

On Sun, Apr 22, 2012 at 11:12:29AM -0700, Ben Pfaff wrote:
     +
     +  va_start (args, type1);
     +  for (type = final_type = type1; type != 0; type = va_arg (args, GType))
     +    {
     +      const gchar *type_name = g_type_name (type);
     +      g_string_append_printf (&path, ".%s", type_name);
     +      g_string_append_printf (&class_path, ".%s", type_name);
     +      final_type = type;
     +    }
     +
     +  style = gtk_rc_get_style_by_paths (gtk_widget_get_settings (base),
     +                                     path.str, class_path.str, 
final_type);


There does not appear to be a va_end closing this va_start.


J'

Attachment: signature.asc
Description: Digital signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]