Changeset 12067 for branches/2.2x/gtk/main.c
- Timestamp:
- Mar 3, 2011, 1:34:48 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.2x/gtk/main.c
r11834 r12067 83 83 { 84 84 gboolean isIconified; 85 gboolean isClosing;86 85 guint timer; 87 86 guint refresh_actions_tag; … … 1548 1547 { 1549 1548 struct cbdata *data = gdata; 1550 const gboolean done = data->isClosing ||global_sigcount;1549 const gboolean done = global_sigcount; 1551 1550 1552 1551 if( !done )
Note: See TracChangeset
for help on using the changeset viewer.