aboutsummaryrefslogtreecommitdiffstats
path: root/src/ephy-spinner.c
Commit message (Collapse)AuthorAgeFilesLines
* Use accessor functions instead direct access.Javier Jardón2009-11-171-8/+10
| | | | | | | | | Some functions still remaining because there is not API in GTK+ 2.19.0 yet. http://bugzilla.gnome.org/show_bug.cgi?id=586476 Reviewed-By: Danielle Madeley <danielle.madeley@collabora.co.uk>
* src/ephy-spinner.c: remove useless guint comparaisonsGuillaume Desmottes2009-10-201-3/+2
|
* Use accessor functions instead direct access (Fixes #586476)Jonny Lamb2009-07-101-2/+2
| | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
* [Goal] Clean up GLib and GTK+ includes in empathy (Fixes #585669)Luis Menina2009-06-141-3/+1
| | | | | | Allows to compile with G_DISABLE_SINGLE_INCLUDES, GDK_PIXBUF_DISABLE_SINGLE_INCLUDES and GTK_DISABLE_SINGLE_INCLUDES. This prepares for the GNOME 3.0 transition.
* ephy-spinner: remove trailing spacesGuillaume Desmottes2009-05-151-3/+3
|
* Fix type punned pointers warningsOlivier Crête2009-02-121-1/+1
| | | | | | | | | Remove senseless (void **) From: Olivier Crête <olivier.crete@collabora.co.uk> Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2440
* Move modules that make no sense to be used in other applicaton from ↵Xavier Claessens2008-03-141-0/+977
libempathy-gtk/ to src/ svn path=/trunk/; revision=789