summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLukáš Tyrychtr <[email protected]>2022-03-12 17:47:30 +0100
committerVictor Kareh <[email protected]>2026-05-28 14:35:16 -0400
commit47bb93871548eced8f52ba95ecfdee4d8c3eb264 (patch)
treed5ff0d065edc275b8c8ca0f684be00469a2288cd
parent3c551b0be9051298782b4797eccaa27ca3ce81f5 (diff)
downloadmate-power-manager-47bb93871548eced8f52ba95ecfdee4d8c3eb264.tar.bz2
mate-power-manager-47bb93871548eced8f52ba95ecfdee4d8c3eb264.tar.xz
Missing tab, e. g. format the line as the one before itHEADmaster
-rw-r--r--src/gpm-tray-icon.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gpm-tray-icon.c b/src/gpm-tray-icon.c
index e93b0e1..bf27640 100644
--- a/src/gpm-tray-icon.c
+++ b/src/gpm-tray-icon.c
@@ -94,7 +94,7 @@ gpm_tray_icon_set_tooltip (GpmTrayIcon *icon, const gchar *tooltip)
g_return_val_if_fail (tooltip != NULL, FALSE);
gtk_status_icon_set_tooltip_text (icon->priv->status_icon, tooltip);
-gtk_status_icon_set_title (icon->priv->status_icon, tooltip);
+ gtk_status_icon_set_title (icon->priv->status_icon, tooltip);
return TRUE;
}