aboutsummaryrefslogtreecommitdiffstats
path: root/src/empathy-status-icon.h
Commit message (Collapse)AuthorAgeFilesLines
* Clean up #include directives in source filesEmanuele Aina2013-04-021-1/+0
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=697076
* Reorder header inclusions accordingly to the Telepathy coding styleEmanuele Aina2013-04-021-0/+1
| | | | | | | | | | | | Sort by: • "config.h" • API declarations, if any • public libraries • internal headers, alphabetically sorted (mostly) http://telepathy.freedesktop.org/wiki/Style#A.23includes https://bugzilla.gnome.org/show_bug.cgi?id=697076
* Add a command line option to hide contact list on startup. Fixes bug #535080 ↵Xavier Claessens2008-06-041-1/+2
| | | | | | (Marco Pesenti Gritti). svn path=/trunk/; revision=1146
* Keep a priv pointer in the object struct instead of using ↵Xavier Claessens2008-05-061-2/+2
| | | | | | G_TYPE_INSTANCE_GET_PRIVATE all the time. svn path=/trunk/; revision=1082
* Update copyright year in .h too, it was done in .c only.Xavier Claessens2008-04-151-1/+1
| | | | svn path=/trunk/; revision=946
* Move modules that make no sense to be used in other applicaton from ↵Xavier Claessens2008-03-141-0/+53
libempathy-gtk/ to src/ svn path=/trunk/; revision=789