aboutsummaryrefslogtreecommitdiffstats
path: root/e-util/e-alert-activity.c
Commit message (Collapse)AuthorAgeFilesLines
* Add option to escape EAlert strings.Matthew Barnes2010-02-181-2/+2
| | | | | | EAlertDialog wants the primary and secondary strings escaped for use in markup text, EActivityProxy does not use markup. So make it an explicit part of the EAlert API.
* Remove dead assignments found by clang.Matthew Barnes2010-01-161-1/+0
|
* 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.