diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2009-06-24 22:23:53 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2009-06-25 00:32:26 +0800 |
commit | 81bb64536866022147663230e4d166769bd5e070 (patch) | |
tree | 9e65ae75b9e36b3fc0587887e06935fda3d8d2b5 /src | |
parent | ce18f35f5fac38d43115df41c357e3bafe35d361 (diff) | |
download | gsoc2013-empathy-81bb64536866022147663230e4d166769bd5e070.tar gsoc2013-empathy-81bb64536866022147663230e4d166769bd5e070.tar.gz gsoc2013-empathy-81bb64536866022147663230e4d166769bd5e070.tar.bz2 gsoc2013-empathy-81bb64536866022147663230e4d166769bd5e070.tar.lz gsoc2013-empathy-81bb64536866022147663230e4d166769bd5e070.tar.xz gsoc2013-empathy-81bb64536866022147663230e4d166769bd5e070.tar.zst gsoc2013-empathy-81bb64536866022147663230e4d166769bd5e070.zip |
empathy-status-icon: remove trailing tabs
Diffstat (limited to 'src')
-rw-r--r-- | src/empathy-status-icon.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/empathy-status-icon.c b/src/empathy-status-icon.c index 921738443..d6520ff7c 100644 --- a/src/empathy-status-icon.c +++ b/src/empathy-status-icon.c @@ -261,7 +261,7 @@ status_icon_event_removed_cb (EmpathyEventManager *manager, /* update notification anyway, as it's safe and we might have been * changed presence in the meanwhile - */ + */ status_icon_update_notification (icon); if (!priv->event && priv->blink_timeout) { @@ -379,7 +379,7 @@ status_icon_key_press_event_cb (GtkWidget *window, } return FALSE; } - + static void status_icon_activate_cb (GtkStatusIcon *status_icon, EmpathyStatusIcon *icon) |