Changeset 3521

Show
Ignore:
Timestamp:
03/25/08 12:24:00
Author:
pvanhoof
Message:

Bugfixed a regressiom

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/libtinymailui-gtk/tny-gtk-header-list-model.c

    r3502 r3521  
    11161116        g_ptr_array_foreach (priv->items, (GFunc) copy_them, copy); 
    11171117 
    1118         g_timeout_add (5*1000, free_items, copy); 
     1118        free_items (copy); 
     1119        // g_timeout_add (5*100, free_items, copy); 
    11191120 
    11201121