aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/misc/e-mail-signature-combo-box.c
Commit message (Collapse)AuthorAgeFilesLines
* Bug 681882 - Account signature not selected in new composer windowMatthew Barnes2012-08-161-0/+51
|
* Remove all GDK threads usage.Matthew Barnes2012-08-061-1/+1
| | | | | | | | | | | | According to [1], we don't need to worry about GDK's global lock since we don't call gdk_threads_init() or gdk_threads_set_lock_functions(). The GDK threads API is being aggressively deprecated by GTK+ developers so let's just abandon it entirely. I've never really understood when you're supposed to use it or not use it anyway, so it's good to be rid of this confusion. [1] https://mail.gnome.org/archives/desktop-devel-list/2012-August/msg00005.html
* Do not call g_object_notify() when property didn't changeMilan Crha2012-06-181-0/+3
|
* Adapt to single-include E-D-S libraries.Matthew Barnes2012-06-041-3/+0
|
* Adapt widgets/misc to the new ESource API.Matthew Barnes2012-06-031-0/+617