Home
last modified time | relevance | path

Searched refs:WRT_CONTACTS (Results 1 – 2 of 2) sorted by relevance

/dports/deskutils/osmo/osmo-0.4.4/src/
H A Dcontacts_items.c1247 if (((appGUI->save_status & WRT_CONTACTS) != 0) || appGUI->cnt->write_flag == FALSE) return; in write_contacts_entries()
1249 appGUI->save_status |= WRT_CONTACTS; in write_contacts_entries()
1306 appGUI->save_status &= ~WRT_CONTACTS; in write_contacts_entries()
H A Dgui.h188 WRT_CONTACTS = 1 << 2, enumerator