Changeset 851a8c2 for lib


Ignore:
Timestamp:
2008-03-22T12:02:50Z (16 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
8a2221a7
Parents:
a83442a
Message:

Taught GLib-mode subprocesses how to die. (Closes: #374)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • lib/events_glib.c

    ra83442a r851a8c2  
    5151} GaimIOClosure;
    5252
    53 static GMainLoop *loop;
     53static GMainLoop *loop = NULL;
    5454
    5555void b_main_init()
    5656{
    57         loop = g_main_new( FALSE );
     57        if( loop == NULL )
     58                loop = g_main_new( FALSE );
    5859}
    5960
Note: See TracChangeset for help on using the changeset viewer.