~ldotlopez/eina/github-copy

« back to all changes in this revision

Viewing changes to eina/ext/eina-stock.c

  • Committer: Luis López
  • Date: 2011-09-01 07:01:32 UTC
  • Revision ID: luis@ugluk.cent.uji.es-20110901070132-pqjodw547kinfx11
Snapshot 20110901090132

Show diffs side-by-side

added added

removed removed

Lines of Context:
55
55
 
56
56
void
57
57
eina_stock_init(void)
58
 
{        
 
58
{
59
59
        GtkIconFactory *factory;
60
60
        GtkIconSource  *source;
61
61
        gint             i;
62
 
                        
 
62
 
63
63
        if (done)
64
64
                return;
65
65
        done = TRUE;