aboutsummaryrefslogtreecommitdiffstats
path: root/modules/cal-config-google/e-google-chooser-dialog.c
Commit message (Collapse)AuthorAgeFilesLines
* Bump GDK_VERSION_MIN_REQUIRED to GDK_VERSION_3_2.Matthew Barnes2013-01-201-2/+2
| | | | | Clean up resulting deprecation warnings, which were all related to GtkOrientable consolidation (e.g. gtk_hbox_new() -> gtk_box_new()).
* Avoid gdk_cursor_unref().Matthew Barnes2012-11-291-1/+1
| | | | Use g_object_unref() instead.
* Add 'cal-config-google' module.Matthew Barnes2012-06-031-0/+387
Registers the "Google" backend in ECalSourceConfig widgets. Replaces the 'google-account-setup' plugin.