[Glade-devel] Menu editor stuff

Tristan Van Berkom tvb at gnome.org
Mon Dec 19 10:54:59 EST 2005


Olexiy Avramchenko wrote:
> Tristan Van Berkom wrote:
> [...]
> 
>> +static void
>> +glade_gtk_menu_editor_reorder (GladeGtkMenuEditor *e, GtkTreeModel 
>> *model, GtkTreeIter *iter)
>> +{
>> +    gchar *desc;
>> +   
>> +    g_return_if_fail (e != NULL);
>> +    g_return_if_fail (e->gmenubar != NULL);
>> +
>> +    desc = g_strdup_printf (_("Reorder children of %s"), 
>> e->gmenubar->name);
> 
> Hi, Tristan, sorry for intervention. Looks like you're leaking string here.
> 

No problem,
     it was just a prototype but I'm glad to see that
people are on thier toes :)

Cheers,
                     -Tristan


More information about the Glade-devel mailing list