Dont allow unsaved form windows to be closed

This commit is contained in:
James Booth
2014-09-15 22:31:15 +01:00
parent 529b4f175b
commit c5b697dba7
6 changed files with 39 additions and 5 deletions

View File

@@ -125,6 +125,7 @@ typedef struct data_form_t {
GHashTable *var_to_tag;
GHashTable *tag_to_var;
Autocomplete tag_ac;
gboolean modified;
} DataForm;
void jabber_init_module(void);