summaryrefslogtreecommitdiff
diff options
-rw-r--r--services/panel-service.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/services/panel-service.c b/services/panel-service.c
index fbef5dd5a..4d85ab407 100644
--- a/services/panel-service.c
+++ b/services/panel-service.c
@@ -1382,7 +1382,7 @@ indicator_object_full_to_variant (IndicatorObject *object, const gchar *indicato
if (entry->name_hint)
{
- prio = name2priority(indicator_id, entry->name_hint);
+ prio = name2priority (indicator_id, entry->name_hint);
}
if (prio < 0)
@@ -1714,7 +1714,7 @@ activate_next_prev_menu (PanelService *self,
if (new_entry->name_hint)
{
- prio = name2priority(indicator_id, new_entry->name_hint);
+ prio = name2priority (indicator_id, new_entry->name_hint);
}
if (prio < 0)