aboutsummaryrefslogtreecommitdiff
path: root/client/src/ui/notifications.vala
diff options
context:
space:
mode:
authorfiaxh <git@mx.ax.lt>2017-03-10 18:07:28 +0100
committerfiaxh <git@mx.ax.lt>2017-03-10 18:07:28 +0100
commit4c48c5c16d5f5b010c2e5dfb1affcb59f937510c (patch)
treed4a75a005fcfa823b1716d8bfbe3d862f3680905 /client/src/ui/notifications.vala
parentcf51e1dee22273366700c41a185c4bea343dddfe (diff)
downloaddino-4c48c5c16d5f5b010c2e5dfb1affcb59f937510c.tar.gz
dino-4c48c5c16d5f5b010c2e5dfb1affcb59f937510c.zip
Reformat [GtkChild]
Diffstat (limited to 'client/src/ui/notifications.vala')
-rw-r--r--client/src/ui/notifications.vala2
1 files changed, 2 insertions, 0 deletions
diff --git a/client/src/ui/notifications.vala b/client/src/ui/notifications.vala
index 46bc6bf5..17636995 100644
--- a/client/src/ui/notifications.vala
+++ b/client/src/ui/notifications.vala
@@ -2,6 +2,7 @@ using Dino.Entities;
using Xmpp;
namespace Dino.Ui {
+
public class Notifications : GLib.Object {
private StreamInteractor stream_interactor;
@@ -52,4 +53,5 @@ public class Notifications : GLib.Object {
} catch (Error error) { }
}
}
+
} \ No newline at end of file