aboutsummaryrefslogtreecommitdiff
path: root/src/profile.vala
diff options
context:
space:
mode:
authorRobert Tari <robert@tari.in>2020-10-25 16:25:22 +0100
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2020-10-26 11:57:18 +0100
commit89e7fc16f96d04c6f14049d81399fa854a3ee390 (patch)
treec49b05f9d34ce848d13946eff74a1c0cbf34ed62 /src/profile.vala
parentd0974811c803891aff5562fc8c4d18ea36d3f3a7 (diff)
downloadayatana-indicator-bluetooth-89e7fc16f96d04c6f14049d81399fa854a3ee390.tar.gz
ayatana-indicator-bluetooth-89e7fc16f96d04c6f14049d81399fa854a3ee390.tar.bz2
ayatana-indicator-bluetooth-89e7fc16f96d04c6f14049d81399fa854a3ee390.zip
src/*: Scope and white-space fixes.
Diffstat (limited to 'src/profile.vala')
-rw-r--r--src/profile.vala1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/profile.vala b/src/profile.vala
index 767a5cd..921b573 100644
--- a/src/profile.vala
+++ b/src/profile.vala
@@ -170,6 +170,7 @@ class Profile: Object
builder.add ("{sv}", "accessible-desc", new Variant.string (a11y));
builder.add ("{sv}", "icon", icon.serialize());
builder.add ("{sv}", "title", new Variant.string (_("Bluetooth")));
+
return builder.end ();
}
}