Fixed whitespace.
This commit is contained in:
parent
c531db4714
commit
2bd1c3f99d
@ -764,14 +764,14 @@ tray_priv (char *from, char *text)
|
|||||||
|
|
||||||
if (prefs.hex_input_tray_priv)
|
if (prefs.hex_input_tray_priv)
|
||||||
{
|
{
|
||||||
tray_set_flash(ICON_MSG);
|
tray_set_flash (ICON_MSG);
|
||||||
|
|
||||||
tray_priv_count++;
|
tray_priv_count++;
|
||||||
if (tray_priv_count == 1)
|
if (tray_priv_count == 1)
|
||||||
tray_set_tipf(_(DISPLAY_NAME": Private message from: %s (%s)"),
|
tray_set_tipf (_(DISPLAY_NAME": Private message from: %s (%s)"),
|
||||||
from, network);
|
from, network);
|
||||||
else
|
else
|
||||||
tray_set_tipf(_(DISPLAY_NAME": %u private messages, latest from: %s (%s)"),
|
tray_set_tipf (_(DISPLAY_NAME": %u private messages, latest from: %s (%s)"),
|
||||||
tray_priv_count, from, network);
|
tray_priv_count, from, network);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user