diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2009-06-24 15:23:53 +0100 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2009-06-24 17:32:26 +0100 |
commit | 81bb64536866022147663230e4d166769bd5e070 (patch) | |
tree | 9e65ae75b9e36b3fc0587887e06935fda3d8d2b5 /src | |
parent | ce18f35f5fac38d43115df41c357e3bafe35d361 (diff) |
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 92173844..d6520ff7 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) |