diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2017-05-17 10:35:49 +0200 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2017-05-17 10:36:30 +0200 |
commit | 4afa2b50b31e21cba18eba26c12329af62804fae (patch) | |
tree | 61bb7c9931ad8aa038ea385c0b7c90f05731ecbb /src/snap.cpp | |
parent | cab972e0d349219dcd2c4a6fb4b5a040f6bffd08 (diff) | |
download | ayatana-indicator-datetime-4afa2b50b31e21cba18eba26c12329af62804fae.tar.gz ayatana-indicator-datetime-4afa2b50b31e21cba18eba26c12329af62804fae.tar.bz2 ayatana-indicator-datetime-4afa2b50b31e21cba18eba26c12329af62804fae.zip |
Fork ayatana-indicator-datetime from Ubuntu's indicator-datetime.
Diffstat (limited to 'src/snap.cpp')
-rw-r--r-- | src/snap.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/snap.cpp b/src/snap.cpp index 9e470bc..9beb379 100644 --- a/src/snap.cpp +++ b/src/snap.cpp @@ -39,7 +39,7 @@ namespace uin = unity::indicator::notifications; -namespace unity { +namespace ayatana { namespace indicator { namespace datetime { @@ -258,4 +258,4 @@ Snap::operator()(const Appointment& appointment, } // namespace datetime } // namespace indicator -} // namespace unity +} // namespace ayatana |