Changes in lib/events_glib.c [851a8c2:f394500]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
lib/events_glib.c
r851a8c2 rf394500 51 51 } GaimIOClosure; 52 52 53 static GMainLoop *loop = NULL;53 static GMainLoop *loop; 54 54 55 55 void b_main_init() 56 56 { 57 if( loop == NULL ) 58 loop = g_main_new( FALSE ); 57 loop = g_main_new( FALSE ); 59 58 } 60 59
Note: See TracChangeset
for help on using the changeset viewer.