- Timestamp:
- 2008-03-22T12:02:50Z (17 years ago)
- Branches:
- master
- Children:
- 8a2221a7
- Parents:
- a83442a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
lib/events_glib.c
ra83442a r851a8c2 51 51 } GaimIOClosure; 52 52 53 static GMainLoop *loop ;53 static GMainLoop *loop = NULL; 54 54 55 55 void b_main_init() 56 56 { 57 loop = g_main_new( FALSE ); 57 if( loop == NULL ) 58 loop = g_main_new( FALSE ); 58 59 } 59 60
Note: See TracChangeset
for help on using the changeset viewer.