aboutsummaryrefslogtreecommitdiffstats
path: root/e-util/e-alert-activity.c
Commit message (Collapse)AuthorAgeFilesLines
* Use EAlert API in EAlertActivity rather than using g_object_get_dataJonathon Jongsma2009-12-091-4/+14
| | | | | | | | previously we were storing the EAlert's primary and secondary text in the dialog object (using g_object_set_data_full). Since EAlertDialog encapsulates an EAlert and we have access to the underlying EAlert object, we can just use the EAlert API to get the primary and secondary text rather than storing duplicates copies of it in the dialog.
* Move EActivity and subclasses to e-util.Matthew Barnes2009-11-081-0/+258
Planning to write some asynchronous utility functions in e-util that return EActivity objects.